package.json 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  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 && git push"
  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. "md5": "^2.3.0",
  22. "qiniu-js": "^3.4.1",
  23. "vue": "^3.2.45",
  24. "vue-pdf-embed": "^1.1.5",
  25. "vue-router": "^4.1.6"
  26. },
  27. "devDependencies": {
  28. "@rushstack/eslint-patch": "^1.1.4",
  29. "@vicons/antd": "^0.12.0",
  30. "@vitejs/plugin-vue": "^4.0.0",
  31. "@vue/eslint-config-prettier": "^7.0.0",
  32. "cz-git": "^1.4.1",
  33. "eslint": "^8.22.0",
  34. "eslint-plugin-vue": "^9.3.0",
  35. "naive-ui": "^2.34.3",
  36. "prettier": "^2.7.1",
  37. "sass": "^1.58.0",
  38. "unplugin-auto-import": "^0.14.2",
  39. "unplugin-vue-components": "^0.23.0",
  40. "vite": "^4.0.0",
  41. "vite-plugin-windicss": "^1.8.10",
  42. "windicss": "^3.5.6"
  43. }
  44. }