TrainingPlatform_VUE/package.json
2025-06-03 16:28:46 +08:00

39 lines
943 B
JSON

{
"name": "hello_vue3",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite --host",
"build": "run-p type-check \"build-only {@}\" --",
"preview": "vite preview",
"build-only": "vite build",
"type-check": "vue-tsc --build"
},
"dependencies": {
"@tabler/core": "^1.0.0",
"@tabler/icons-vue": "^3.28.1",
"@types/bootstrap": "^5.2.10",
"apexcharts": "^3.54.1",
"axios": "^1.7.9",
"bootstrap": "^5.3.3",
"echarts": "^5.6.0",
"pinia": "^2.3.1",
"sass": "^1.83.4",
"vue": "^3.5.13",
"vue-router": "^4.5.0",
"vuex": "^4.0.2"
},
"devDependencies": {
"@tsconfig/node22": "^22.0.0",
"@types/node": "^22.10.2",
"@vitejs/plugin-vue": "^5.2.1",
"@vue/tsconfig": "^0.7.0",
"npm-run-all2": "^7.0.2",
"typescript": "^5.7.3",
"vite": "^6.0.5",
"vite-plugin-vue-devtools": "^7.6.8",
"vue-tsc": "^2.1.10"
}
}