package.json 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. {
  2. "name": "vue-project",
  3. "version": "0.0.0",
  4. "private": true,
  5. "scripts": {
  6. "dev": "vite",
  7. "build": "vite build",
  8. "preview": "vite preview",
  9. "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore",
  10. "commit": "git add . && git cz"
  11. },
  12. "config": {
  13. "commitizen": {
  14. "path": "node_modules/cz-git"
  15. }
  16. },
  17. "dependencies": {
  18. "axios": "^1.3.2",
  19. "highcharts": "^10.3.3",
  20. "highcharts-vue": "^1.4.0",
  21. "vue": "^3.2.45",
  22. "vue-pdf-embed": "^1.1.5",
  23. "vue-router": "^4.1.6"
  24. },
  25. "devDependencies": {
  26. "@rushstack/eslint-patch": "^1.1.4",
  27. "@vitejs/plugin-vue": "^4.0.0",
  28. "@vue/eslint-config-prettier": "^7.0.0",
  29. "cz-git": "^1.4.1",
  30. "eslint": "^8.22.0",
  31. "eslint-plugin-vue": "^9.3.0",
  32. "naive-ui": "^2.34.3",
  33. "prettier": "^2.7.1",
  34. "sass": "^1.58.0",
  35. "unplugin-auto-import": "^0.14.2",
  36. "unplugin-vue-components": "^0.23.0",
  37. "vite": "^4.0.0",
  38. "vite-plugin-windicss": "^1.8.10",
  39. "windicss": "^3.5.6"
  40. }
  41. }