package.json 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  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. "@vueuse/core": "^9.13.0",
  19. "axios": "^1.3.2",
  20. "highcharts": "^10.3.2",
  21. "highcharts-vue": "^1.4.0",
  22. "md5": "^2.3.0",
  23. "pinia": "^2.0.32",
  24. "qiniu-js": "^3.4.1",
  25. "ramda": "^0.29.0",
  26. "vue": "^3.2.45",
  27. "vue-pdf-embed": "^1.1.5",
  28. "vue-router": "^4.1.6",
  29. "vuex": "^4.1.0",
  30. "xlsx": "^0.18.5"
  31. },
  32. "devDependencies": {
  33. "@rushstack/eslint-patch": "^1.1.4",
  34. "@vicons/antd": "^0.12.0",
  35. "@vicons/ionicons5": "^0.12.0",
  36. "@vitejs/plugin-vue": "^4.0.0",
  37. "@vue/eslint-config-prettier": "^7.0.0",
  38. "cz-git": "^1.4.1",
  39. "eslint": "^8.22.0",
  40. "eslint-plugin-vue": "^9.3.0",
  41. "naive-ui": "^2.34.3",
  42. "prettier": "^2.7.1",
  43. "sass": "^1.58.0",
  44. "unplugin-auto-import": "^0.14.2",
  45. "unplugin-vue-components": "^0.23.0",
  46. "vite": "^4.0.0",
  47. "vite-plugin-windicss": "^1.8.10",
  48. "windicss": "^3.5.6"
  49. }
  50. }