{ "name": "drawing-board-service", "private": true, "version": "0.0.0", "type": "module", "scripts": { "dev": "vite", "build": "vue-tsc -b && vite build", "preview": "vite preview" }, "dependencies": { "@amap/amap-jsapi-loader": "^1.0.1", "@element-plus/icons-vue": "^2.3.1", "@tweenjs/tween.js": "^25.0.0", "@types/node": "^22.9.0", "@types/three": "^0.169.0", "element-plus": "^2.8.6", "html2canvas": "^1.4.1", "jspdf": "^3.0.1", "konva": "^9.3.18", "localforage": "^1.10.0", "mitt": "^3.0.1", "pinia": "^2.2.4", "sass": "^1.80.4", "stateshot": "^1.3.5", "three": "^0.169.0", "uuid": "^11.0.2", "vite-plugin-html": "^3.2.2", "vite-plugin-svg-icons": "^2.0.1", "vue": "^3.5.13", "vue-konva": "^3.2.0", "vue-router": "^4.5.0" }, "devDependencies": { "@vitejs/plugin-vue": "^5.1.4", "sass-embedded": "^1.80.4", "typescript": "~5.6.2", "vite": "^5.4.9", "vue-tsc": "^2.1.6" } }