package.json 2.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. {
  2. "name": "vue-admin-perfect",
  3. "private": true,
  4. "version": "0.0.0",
  5. "scripts": {
  6. "dev": "vite --port 3000",
  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. "terser": "^5.21.0",
  47. "vue": "^3.2.39",
  48. "vue-cropper": "^1.0.3",
  49. "vue-cropperjs": "^5.0.0",
  50. "vue-fuse": "^4.1.1",
  51. "vue-mugen-scroll": "^0.2.6",
  52. "vue-qr": "^4.0.6",
  53. "vue-router": "^4.1.6",
  54. "vue-splitpane": "^1.0.6",
  55. "vue3-text-clamp": "^0.1.1",
  56. "vuedraggable": "^4.1.0",
  57. "vuex": "^4.0.0-0",
  58. "xlsx": "^0.18.5"
  59. },
  60. "devDependencies": {
  61. "@commitlint/cli": "^17.3.0",
  62. "@commitlint/config-conventional": "^17.3.0",
  63. "@typescript-eslint/eslint-plugin": "^5.32.0",
  64. "@typescript-eslint/parser": "^5.32.0",
  65. "@vitejs/plugin-vue": "^3.0.0",
  66. "commitizen": "^4.2.5",
  67. "consola": "^2.15.3",
  68. "cz-git": "^1.3.12",
  69. "czg": "^1.3.12",
  70. "dart-sass": "^1.25.0",
  71. "eslint": "^8.21.0",
  72. "eslint-config-prettier": "^8.5.0",
  73. "eslint-plugin-prettier": "^4.2.1",
  74. "eslint-plugin-vue": "^9.3.0",
  75. "fast-glob": "^3.2.11",
  76. "prettier": "^2.7.1",
  77. "typescript": "^4.6.4",
  78. "unplugin-auto-import": "^0.10.3",
  79. "unplugin-vue-components": "^0.21.2",
  80. "unplugin-vue-define-options": "^0.7.3",
  81. "vite": "^3.0.0",
  82. "vite-plugin-compression": "^0.5.1",
  83. "vite-plugin-style-import": "^2.0.0",
  84. "vite-plugin-svg-icons": "^2.0.1",
  85. "vite-plugin-top-level-await": "^1.4.1",
  86. "vite-plugin-vue-setup-extend": "^0.4.0",
  87. "vue-tsc": "^0.38.4"
  88. },
  89. "config": {
  90. "commitizen": {
  91. "path": "node_modules/cz-git"
  92. }
  93. }
  94. }