package.json 2.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. {
  2. "name": "vue-admin-perfect",
  3. "private": true,
  4. "version": "0.0.0",
  5. "scripts": {
  6. "dev": "vite",
  7. "build:dev": "vite build --mode development",
  8. "build:test": "vite build --mode test",
  9. "build:prod": "vite build --mode production",
  10. "commit": "git add -A && czg ",
  11. "build": "vite build",
  12. "preview": "vite preview",
  13. "build:ts": "vue-tsc --noEmit --skipLibCheck && vite build",
  14. "lint": "eslint . --ext .vue,.js,.ts,.jsx,.tsx --fix",
  15. "lint:prettier": "prettier --write \"src/**/*.{js,json,tsx,css,less,scss,vue,html,md}\""
  16. },
  17. "dependencies": {
  18. "@better-scroll/core": "^2.4.2",
  19. "@vueuse/core": "^9.1.1",
  20. "@wangeditor/editor": "^5.1.14",
  21. "@wangeditor/editor-for-vue": "^5.1.12",
  22. "axios": "^0.27.2",
  23. "clipboard": "^2.0.10",
  24. "codemirror": "^5.65.9",
  25. "core-js": "^3.6.5",
  26. "dayjs": "^1.11.4",
  27. "echarts": "^5.3.1",
  28. "element-plus": "^2.2.28",
  29. "exceljs": "^4.3.0",
  30. "file-saver": "^2.0.5",
  31. "fuse.js": "^6.6.2",
  32. "jszip": "^3.9.1",
  33. "mavon-editor": "^2.10.4",
  34. "md-editor-v3": "^1.11.3",
  35. "nprogress": "^0.2.0",
  36. "path-browserify": "^1.0.1",
  37. "path-to-regexp": "^6.2.0",
  38. "pinia": "^2.0.21",
  39. "pinia-plugin-persistedstate": "^2.1.1",
  40. "print-js": "^1.6.0",
  41. "raf": "^3.4.1",
  42. "resize-observer-polyfill": "^1.5.1",
  43. "sass": "^1.54.0",
  44. "splitpanes": "^3.1.1",
  45. "svg-sprite-loader": "^6.0.11",
  46. "vue": "^3.2.39",
  47. "vue-cropper": "^1.0.3",
  48. "vue-cropperjs": "^5.0.0",
  49. "vue-fuse": "^4.1.1",
  50. "vue-mugen-scroll": "^0.2.6",
  51. "vue-qr": "^4.0.6",
  52. "vue-router": "^4.1.6",
  53. "vue-splitpane": "^1.0.6",
  54. "vue3-text-clamp": "^0.1.1",
  55. "vuedraggable": "^4.1.0",
  56. "vuex": "^4.0.0-0",
  57. "xlsx": "^0.18.5"
  58. },
  59. "devDependencies": {
  60. "@commitlint/cli": "^17.3.0",
  61. "@commitlint/config-conventional": "^17.3.0",
  62. "@typescript-eslint/eslint-plugin": "^5.32.0",
  63. "@typescript-eslint/parser": "^5.32.0",
  64. "@vitejs/plugin-vue": "^3.0.0",
  65. "commitizen": "^4.2.5",
  66. "consola": "^2.15.3",
  67. "cz-git": "^1.3.12",
  68. "czg": "^1.3.12",
  69. "dart-sass": "^1.25.0",
  70. "eslint": "^8.21.0",
  71. "eslint-config-prettier": "^8.5.0",
  72. "eslint-plugin-prettier": "^4.2.1",
  73. "eslint-plugin-vue": "^9.3.0",
  74. "fast-glob": "^3.2.11",
  75. "prettier": "^2.7.1",
  76. "typescript": "^4.6.4",
  77. "unplugin-auto-import": "^0.10.3",
  78. "unplugin-vue-components": "^0.21.2",
  79. "unplugin-vue-define-options": "^0.7.3",
  80. "vite": "^3.0.0",
  81. "vite-plugin-compression": "^0.5.1",
  82. "vite-plugin-style-import": "^2.0.0",
  83. "vite-plugin-svg-icons": "^2.0.1",
  84. "vite-plugin-vue-setup-extend": "^0.4.0",
  85. "vue-tsc": "^0.38.4"
  86. },
  87. "config": {
  88. "commitizen": {
  89. "path": "node_modules/cz-git"
  90. }
  91. }
  92. }