2025-04-24 13:39:24 +08:00
|
|
|
{
|
|
|
|
|
"name": "spa-view",
|
|
|
|
|
"private": true,
|
|
|
|
|
"version": "0.0.0",
|
|
|
|
|
"type": "module",
|
|
|
|
|
"scripts": {
|
|
|
|
|
"dev": "vite",
|
|
|
|
|
"build": "vite build",
|
|
|
|
|
"preview": "vite preview"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"tailwindcss": "^4.1.4",
|
2025-05-15 21:24:56 +08:00
|
|
|
"vue": "^3.5.13",
|
|
|
|
|
"@ant-design-vue/pro-layout": "^3.2.5",
|
|
|
|
|
"@ant-design/icons-vue": "^7.0.1",
|
2025-06-09 18:06:40 +08:00
|
|
|
"@fortawesome/fontawesome-free": "^6.7.2",
|
2025-05-15 21:24:56 +08:00
|
|
|
"@tailwindcss/vite": "^4.1.4",
|
|
|
|
|
"@vueuse/head": "^2.0.0",
|
|
|
|
|
"ant-design-vue": "^4.1.1",
|
|
|
|
|
"axios": "^1.6.2",
|
|
|
|
|
"lucide-vue-next": "^0.507.0",
|
|
|
|
|
"pinia": "^2.1.7",
|
|
|
|
|
"swiper": "^11.0.5",
|
|
|
|
|
"vue-router": "^4.2.5"
|
2025-04-24 13:39:24 +08:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"@vitejs/plugin-vue": "^5.2.2",
|
2025-05-15 21:24:56 +08:00
|
|
|
"sass": "^1.71.0",
|
2025-04-24 13:39:24 +08:00
|
|
|
"vite": "^6.3.1"
|
|
|
|
|
}
|
|
|
|
|
}
|