temp-witstalk/web/package.json

28 lines
620 B
JSON
Raw Permalink Normal View History

2024-04-12 21:20:27 +08:00
{
"name": "witstalk",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
2024-04-13 19:34:09 +08:00
"dev": "vite --mode=run",
"build": "vue-tsc --noEmit && vite build --mode=build",
2024-04-12 21:20:27 +08:00
"preview": "vite preview"
},
"dependencies": {
2024-04-13 19:34:09 +08:00
"axios": "^1.6.8",
"element-plus": "^2.7.0",
"pinia": "^2.1.7",
2024-04-12 21:20:27 +08:00
"ts-md5": "^1.3.1",
2024-04-13 19:34:09 +08:00
"vue": "^3.4.21",
"vue-router": "^4.3.0"
2024-04-12 21:20:27 +08:00
},
"devDependencies": {
2024-04-13 19:34:09 +08:00
"@vitejs/plugin-vue": "^5.0.4",
"typescript": "^5.4.5",
"unplugin-auto-import": "^0.17.5",
"unplugin-vue-components": "^0.26.0",
"vite": "^5.2.8",
"vue-tsc": "^2.0.13"
2024-04-12 21:20:27 +08:00
}
}