{ "name": "szkp-map-web", "private": true, "version": "0.0.0", "type": "module", "scripts": { "dev": "vite", "dev:testing": "vite --mode testing", "build": "vue-tsc -b && vite build", "build:prod": "VITE_API_BASE_URL=https://szkp-map.langye.net/api vue-tsc -b && vite build", "build:testing": "vue-tsc -b && vite build --mode testing", "preview": "vite preview" }, "dependencies": { "@arco-design/web-vue": "^2.57.0", "@vueup/vue-quill": "^1.2.0", "axios": "^1.14.0", "jsqr": "^1.4.0", "pinia": "^3.0.4", "quill": "^2.0.3", "vue": "^3.5.30", "vue-router": "^4.6.4", "xlsx": "^0.18.5" }, "devDependencies": { "@types/node": "^24.12.0", "@vitejs/plugin-vue": "^6.0.5", "@vue/tsconfig": "^0.9.0", "typescript": "~5.9.3", "vite": "^8.0.1", "vue-tsc": "^3.2.5" } }