2026-07-30 18:00:27 +08:00
|
|
|
{
|
|
|
|
|
"name": "spa-view",
|
|
|
|
|
"private": true,
|
|
|
|
|
"version": "0.0.0",
|
|
|
|
|
"type": "module",
|
|
|
|
|
"scripts": {
|
|
|
|
|
"dev": "vite",
|
|
|
|
|
"build": "vite build",
|
|
|
|
|
"preview": "vite preview"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@ant-design-vue/pro-layout": "^3.2.5",
|
|
|
|
|
"@ant-design/icons-vue": "^7.0.1",
|
2026-08-02 19:04:04 +08:00
|
|
|
"@fingerprintjs/fingerprintjs": "^5.2.0",
|
2026-08-04 08:45:09 +08:00
|
|
|
"@fontsource/cinzel": "^5.3.0",
|
2026-08-01 09:15:40 +08:00
|
|
|
"@fontsource/great-vibes": "^5.3.0",
|
2026-08-04 08:45:09 +08:00
|
|
|
"@fontsource/liu-jian-mao-cao": "^5.3.0",
|
|
|
|
|
"@fontsource/long-cang": "^5.3.0",
|
2026-08-01 09:15:40 +08:00
|
|
|
"@fontsource/ma-shan-zheng": "^5.3.0",
|
2026-08-04 08:45:09 +08:00
|
|
|
"@fontsource/pinyon-script": "^5.3.0",
|
|
|
|
|
"@fontsource/playfair-display": "^5.3.0",
|
|
|
|
|
"@fontsource/zhi-mang-xing": "^5.3.0",
|
2026-07-30 18:00:27 +08:00
|
|
|
"@fortawesome/fontawesome-free": "^6.7.2",
|
|
|
|
|
"@tailwindcss/vite": "^4.1.4",
|
|
|
|
|
"@vueuse/head": "^2.0.0",
|
|
|
|
|
"ant-design-vue": "^4.1.1",
|
|
|
|
|
"axios": "^1.6.2",
|
2026-08-02 19:04:04 +08:00
|
|
|
"echarts": "^6.1.0",
|
2026-08-03 09:31:32 +08:00
|
|
|
"gsap": "^3.15.0",
|
2026-08-03 10:18:23 +08:00
|
|
|
"html2canvas": "^1.4.1",
|
2026-07-30 18:00:27 +08:00
|
|
|
"lucide-vue-next": "^0.507.0",
|
2026-08-03 09:31:32 +08:00
|
|
|
"motion-v": "^2.3.0",
|
2026-07-30 18:00:27 +08:00
|
|
|
"pinia": "^2.1.7",
|
2026-08-03 10:18:23 +08:00
|
|
|
"qrcode": "^1.5.4",
|
2026-07-30 18:00:27 +08:00
|
|
|
"swiper": "^11.0.5",
|
2026-08-01 08:18:59 +08:00
|
|
|
"tailwindcss": "^4.1.4",
|
|
|
|
|
"vue": "^3.5.13",
|
2026-07-30 18:00:27 +08:00
|
|
|
"vue-router": "^4.2.5"
|
|
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"@vitejs/plugin-vue": "^5.2.2",
|
|
|
|
|
"sass": "^1.71.0",
|
|
|
|
|
"vite": "^6.3.1"
|
|
|
|
|
}
|
|
|
|
|
}
|