package.json 1012 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. {
  2. "name": "drawing-board-service",
  3. "private": true,
  4. "version": "0.0.0",
  5. "type": "module",
  6. "scripts": {
  7. "dev": "vite",
  8. "build": "vue-tsc -b && vite build",
  9. "preview": "vite preview"
  10. },
  11. "dependencies": {
  12. "@amap/amap-jsapi-loader": "^1.0.1",
  13. "@element-plus/icons-vue": "^2.3.1",
  14. "@tweenjs/tween.js": "^25.0.0",
  15. "@types/node": "^22.9.0",
  16. "@types/three": "^0.169.0",
  17. "element-plus": "^2.8.6",
  18. "html2canvas": "^1.4.1",
  19. "jspdf": "^3.0.1",
  20. "konva": "^9.3.18",
  21. "localforage": "^1.10.0",
  22. "mitt": "^3.0.1",
  23. "pinia": "^2.2.4",
  24. "sass": "^1.80.4",
  25. "stateshot": "^1.3.5",
  26. "three": "^0.169.0",
  27. "uuid": "^11.0.2",
  28. "vite-plugin-html": "^3.2.2",
  29. "vite-plugin-svg-icons": "^2.0.1",
  30. "vue": "^3.5.13",
  31. "vue-konva": "^3.2.0",
  32. "vue-router": "^4.5.0"
  33. },
  34. "devDependencies": {
  35. "@vitejs/plugin-vue": "^5.1.4",
  36. "sass-embedded": "^1.80.4",
  37. "typescript": "~5.6.2",
  38. "vite": "^5.4.9",
  39. "vue-tsc": "^2.1.6"
  40. }
  41. }