You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ErrorDetecting/frontend-vue/package.json

25 lines
518 B

{
"name": "frontend-vue",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite --config vite.config.ts",
"build": "vite build --config vite.config.ts",
"preview": "vite preview --config vite.config.ts"
},
"dependencies": {
"axios": "^1.7.7",
"echarts": "^5.5.0",
"pinia": "^2.1.7",
"vue": "^3.4.38",
"vue-router": "^4.4.5"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.1.2",
"typescript": "^5.6.2",
"vite": "^5.4.10"
}
}