123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- {
- "name": "hotline-bs",
- "version": "1.0.0",
- "scripts": {
- "dev": "vite",
- "build": "vite build",
- "build:yibin": "vite build --mode yibin",
- "preview": "vite preview --port 4173"
- },
- "dependencies": {
- "@microsoft/signalr": "^8.0.0",
- "axios": "^1.5.1",
- "countup.js": "^2.8.0",
- "dayjs": "^1.11.10",
- "echarts": "5.5.0",
- "echarts-gl": "2.0.9",
- "element-plus": "^2.4.0",
- "mitt": "^3.0.1",
- "mockjs": "^1.1.0",
- "pinia": "^2.1.6",
- "pinia-plugin-persist": "^1.0.0",
- "vue": "^3.3.4",
- "vue-echarts": "^6.6.1",
- "vue-router": "^4.2.5",
- "vue3-seamless-scroll": "^2.0.1"
- },
- "devDependencies": {
- "@types/mockjs": "^1.0.8",
- "@types/node": "^20.8.4",
- "@vitejs/plugin-vue": "^4.4.0",
- "@vue/tsconfig": "^0.4.0",
- "@vueuse/core": "^10.5.0",
- "autoprefixer": "^10.4.16",
- "npm-run-all": "^4.1.5",
- "postcss": "^8.4.31",
- "sass": "^1.69.2",
- "tailwindcss": "^3.3.3",
- "terser": "^5.26.0",
- "typescript": "~5.2.2",
- "unplugin-auto-import": "^0.16.6",
- "unplugin-element-plus": "^0.8.0",
- "unplugin-vue-components": "^0.25.2",
- "vite": "^4.4.11",
- "vite-plugin-compression": "^0.5.1",
- "vite-plugin-vue-setup-extend-plus": "^0.1.0",
- "vue-tsc": "^1.8.18"
- }
- }
|