{ "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": { "@element-plus/icons-vue": "^2.3.1", "@tweenjs/tween.js": "^25.0.0", "@types/three": "^0.169.0", "element-plus": "^2.8.6", "konva": "^9.3.16", "localforage": "^1.10.0", "mitt": "^3.0.1", "pinia": "^2.2.4", "sass": "^1.80.4", "stateshot": "^1.3.5", "three": "^0.169.0", "unplugin-auto-import": "^0.18.3", "unplugin-element-plus": "^0.8.0", "unplugin-vue-components": "^0.27.4", "uuid": "^11.0.2", "vue": "^3.5.12", "vue-konva": "^3.1.2" }, "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" } }