package.json 1.3 KB

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