1
0

package.json 851 B

12345678910111213141516171819202122232425262728293031
  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. "lib-flexible": "^0.3.2",
  15. "pinia": "^2.0.16",
  16. "vue": "^2.7.7",
  17. "vue-router": "^3.5.4"
  18. },
  19. "devDependencies": {
  20. "@vitejs/plugin-legacy": "^2.0.0",
  21. "@vitejs/plugin-vue2": "^1.1.2",
  22. "@vitejs/plugin-vue2-jsx": "^1.0.2",
  23. "autoprefixer": "^10.4.14",
  24. "postcss-plugin-px2rem": "^0.8.1",
  25. "postcss-px-to-viewport": "^1.1.1",
  26. "terser": "^5.14.2",
  27. "vite": "^3.0.2",
  28. "vitest": "^0.18.1",
  29. "vue-template-compiler": "^2.7.7"
  30. }
  31. }