Add (new post)

This commit is contained in:
2023-07-29 02:20:51 +08:00
parent cb371fae26
commit 58b939f72e
26 changed files with 3754 additions and 62 deletions

View File

@@ -6,18 +6,38 @@
"build": "vite build"
},
"devDependencies": {
"@editorjs/image": "^2.8.1",
"@editorjs/raw": "^2.4.0",
"@popperjs/core": "^2.11.8",
"@tabler/core": "^1.0.0-beta19",
"@vitejs/plugin-vue": "^4.2.3",
"autosize": "^6.0.1",
"axios": "^1.1.2",
"bootstrap": "~5.3.0",
"editorjs-inline-image": "^1.2.4",
"imask": "^6.6.1",
"laravel-vite-plugin": "^0.7.5",
"resolve-url-loader": "^5.0.0",
"sass": "^1.64.1",
"unplugin-vue-components": "^0.25.1",
"vite": "^4.4.6"
},
"dependencies": {
"bootstrap-icons": "^1.10.5"
"@editorjs/editorjs": "^2.27.2",
"@editorjs/embed": "^2.5.3",
"@editorjs/header": "^2.7.0",
"@editorjs/list": "^1.8.0",
"@editorjs/paragraph": "^2.9.0",
"bootstrap-icons": "^1.10.5",
"js-cookie": "^3.0.5",
"mitt": "^3.0.1",
"pinia": "^2.1.6",
"vue": "^3.3.4",
"vue-axios": "^3.5.2",
"vue-loader": "^17.2.2",
"vue-router": "^4.2.4",
"vue-scrollto": "^2.20.0",
"vue3-toastify": "^0.1.11",
"ziggy-js": "^1.6.0"
}
}