{ "name": "gis_bridge_project", "private": true, "version": "1.0.0", "scripts": { "dev": "vite", "build": "vite build", "build:zip": "sh ./scripts/build.sh all", "build:zip:wgt": "sh ./scripts/build.sh wgt", "build:test": "sh ./scripts/build.sh all test", "build:test:wgt": "sh ./scripts/build.sh wgt test" }, "dependencies": { "@element-plus/icons-vue": "^2.1.0", "dayjs": "^1.11.9", "element-plus": "^2.4.2", "hc-vue3-ui": "^2.8.1", "js-base64": "^3.7.5", "js-fast-way": "^0.3.7", "js-md5": "^0.8.3", "vue": "3.4.5", "vue-router": "^4.2.4", "vue3-seamless-scroll": "^2.0.1", "xgplayer": "^3.0.10", "xgplayer-hls": "^3.0.10" }, "devDependencies": { "@iconify-json/solar": "^1.1.6", "@unocss/eslint-config": "^0.57.6", "@vitejs/plugin-vue": "^5.0.2", "@vue/compiler-sfc": "^3.3.8", "archiver": "^6.0.1", "eslint": "^8.54.0", "eslint-plugin-vue": "^9.18.1", "sass": "^1.69.5", "unocss": "^0.57.6", "unocss-preset-scrollbar": "^0.3.0", "vite": "^5.0.10" } }