Files
hamster-blog/blog-frontend/package.json
2023-04-03 22:04:36 +08:00

32 lines
803 B
JSON

{
"name": "blog-frontend",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "vite --host 0.0.0.0 --port 3000",
"build": "run-p type-check build-only",
"preview": "vite preview",
"build-only": "vite build",
"type-check": "vue-tsc --noEmit"
},
"dependencies": {
"@wangeditor/editor": "^5.1.23",
"@wangeditor/editor-for-vue": "^5.1.12",
"axios": "^1.3.4",
"element-plus": "^2.2.32",
"vue": "^3.2.45",
"vue-router": "^4.1.6"
},
"devDependencies": {
"@types/node": "^18.11.12",
"@vitejs/plugin-vue": "^4.0.0",
"@vue/tsconfig": "^0.1.3",
"npm-run-all": "^4.1.5",
"typescript": "~4.7.4",
"unplugin-auto-import": "^0.14.4",
"unplugin-vue-components": "^0.24.0",
"vite": "^4.0.0",
"vue-tsc": "^1.0.12"
}
}