1
0

package.json 978 B

123456789101112131415161718192021222324252627282930313233343536
  1. {
  2. "name": "@zhgkpt/app",
  3. "version": "1.0.0",
  4. "private": true,
  5. "scripts": {
  6. "dev": "vite",
  7. "build": "vite build",
  8. "preview": "vite preview --port 4173",
  9. "test:unit": "vitest --environment jsdom",
  10. "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path ../.gitignore"
  11. },
  12. "dependencies": {
  13. "@zhgkpt/components": "workspace:^1.0.0",
  14. "d3-geo": "^3.1.0",
  15. "echarts-gl": "^2.0.9",
  16. "gsap": "^3.12.2",
  17. "less": "^4.1.3",
  18. "lib-flexible": "^0.3.2",
  19. "pinia": "^2.0.16",
  20. "three": "^0.154.0",
  21. "three.interaction": "^0.2.3",
  22. "vue-router": "^3.5.4",
  23. "vue-seamless-scroll": "^1.1.23",
  24. "vue2-scale-box": "^0.1.6"
  25. },
  26. "devDependencies": {
  27. "@vitejs/plugin-legacy": "^2.3.1",
  28. "@vitejs/plugin-vue2": "^1.1.2",
  29. "@vitejs/plugin-vue2-jsx": "^1.0.2",
  30. "autoprefixer": "^10.4.14",
  31. "terser": "^5.14.2",
  32. "vite": "^3.0.2",
  33. "vitest": "^0.18.1",
  34. "vue-template-compiler": "^2.7.7"
  35. }
  36. }