package.json 871 B

1234567891011121314151617181920212223242526272829303132
  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. "echarts-gl": "^2.0.9",
  15. "less": "^4.1.3",
  16. "lib-flexible": "^0.3.2",
  17. "pinia": "^2.0.16",
  18. "vue-router": "^3.5.4",
  19. "vue-seamless-scroll": "^1.1.23",
  20. "vue2-scale-box": "^0.1.6"
  21. },
  22. "devDependencies": {
  23. "@vitejs/plugin-legacy": "^2.0.0",
  24. "@vitejs/plugin-vue2": "^1.1.2",
  25. "@vitejs/plugin-vue2-jsx": "^1.0.2",
  26. "autoprefixer": "^10.4.14",
  27. "terser": "^5.14.2",
  28. "vite": "^3.0.2",
  29. "vitest": "^0.18.1",
  30. "vue-template-compiler": "^2.7.7"
  31. }
  32. }