2023-08-17 21:22:19 +08:00
|
|
|
{
|
|
|
|
"name": "frontend",
|
|
|
|
"private": true,
|
|
|
|
"version": "0.0.0",
|
|
|
|
"type": "module",
|
|
|
|
"scripts": {
|
|
|
|
"dev": "vite",
|
|
|
|
"build": "vue-tsc && vite build",
|
|
|
|
"preview": "vite preview"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2024-07-08 23:42:23 +08:00
|
|
|
"@types/node": "^20.14.10",
|
2023-10-13 23:38:13 +08:00
|
|
|
"@unocss/reset": "^0.56.5",
|
2023-08-17 21:22:19 +08:00
|
|
|
"nprogress": "^0.2.0",
|
2024-07-08 23:42:23 +08:00
|
|
|
"sass": "^1.77.6",
|
|
|
|
"vue": "^3.4.31",
|
|
|
|
"vue-router": "^4.4.0"
|
2023-08-17 21:22:19 +08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-07-08 23:39:55 +08:00
|
|
|
"@iconify-json/mdi": "^1.1.67",
|
2024-07-08 23:42:23 +08:00
|
|
|
"@iconify-json/simple-icons": "^1.1.108",
|
|
|
|
"@types/nprogress": "^0.2.3",
|
2023-10-13 23:38:13 +08:00
|
|
|
"@unocss/preset-icons": "^0.56.5",
|
|
|
|
"@unocss/transformer-directives": "^0.56.5",
|
2024-07-08 23:42:23 +08:00
|
|
|
"@vitejs/plugin-vue": "^4.6.2",
|
|
|
|
"typescript": "^5.5.3",
|
2023-10-13 23:38:13 +08:00
|
|
|
"unocss": "^0.56.5",
|
2023-10-02 21:13:56 +08:00
|
|
|
"unplugin-vue-components": "^0.25.2",
|
2024-07-08 23:42:23 +08:00
|
|
|
"vite": "^4.5.3",
|
2023-10-02 21:13:56 +08:00
|
|
|
"vite-plugin-pages": "^0.31.0",
|
2023-08-17 21:22:19 +08:00
|
|
|
"vite-plugin-vue-layouts": "^0.8.0",
|
2024-07-08 23:42:23 +08:00
|
|
|
"vue-tsc": "^2.0.26"
|
2023-08-17 21:22:19 +08:00
|
|
|
}
|
2023-10-02 21:13:56 +08:00
|
|
|
}
|