package.json 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. {
  2. "name": "django-vue3-admin",
  3. "version": "3.0.4",
  4. "description": "是一套全部开源的快速开发平台,毫无保留给个人免费使用、团体授权使用。\n django-vue3-admin 基于RBAC模型的权限控制的一整套基础开发平台,权限粒度达到列级别,前后端分离,后端采用django + django-rest-framework,前端采用基于 vue3 + CompositionAPI + typescript + vite + element plus",
  5. "license": "MIT",
  6. "scripts": {
  7. "dev": "vite --force",
  8. "build": "vite build",
  9. "build:local": "vite build --mode local_prod",
  10. "lint-fix": "eslint --fix --ext .js --ext .jsx --ext .vue src/"
  11. },
  12. "dependencies": {
  13. "@element-plus/icons-vue": "^2.3.1",
  14. "@fast-crud/fast-crud": "^1.21.2",
  15. "@fast-crud/fast-extends": "^1.21.2",
  16. "@fast-crud/ui-element": "^1.21.2",
  17. "@fast-crud/ui-interface": "^1.21.2",
  18. "@iconify/vue": "^4.1.2",
  19. "@types/lodash": "^4.17.7",
  20. "@vitejs/plugin-vue-jsx": "^4.0.1",
  21. "@wangeditor/editor": "^5.1.23",
  22. "@wangeditor/editor-for-vue": "^5.1.12",
  23. "ant-design-vue": "^4.2.6",
  24. "autoprefixer": "^10.4.20",
  25. "axios": "^1.7.4",
  26. "bootstrap": "^5.3.5",
  27. "bootstrap-vue-3": "^0.5.1",
  28. "china-area-data": "^5.0.1",
  29. "countup.js": "^2.8.0",
  30. "cropperjs": "^1.6.2",
  31. "e-icon-picker": "2.1.1",
  32. "echarts": "^5.6.0",
  33. "echarts-gl": "^2.0.9",
  34. "echarts-wordcloud": "^2.1.0",
  35. "element-plus": "^2.8.0",
  36. "element-tree-line": "^0.2.1",
  37. "font-awesome": "^4.7.0",
  38. "js-cookie": "^3.0.5",
  39. "js-table2excel": "^1.1.2",
  40. "jsplumb": "^2.15.6",
  41. "lodash-es": "^4.17.21",
  42. "mitt": "^3.0.1",
  43. "nprogress": "^0.2.0",
  44. "pinia": "^2.0.28",
  45. "pinia-plugin-persist": "^1.0.0",
  46. "postcss": "^8.4.21",
  47. "print-js": "^1.6.0",
  48. "qrcodejs2-fixes": "^0.0.2",
  49. "qs": "^6.11.0",
  50. "quill": "^2.0.3",
  51. "screenfull": "^6.0.2",
  52. "sortablejs": "^1.15.0",
  53. "splitpanes": "^3.1.5",
  54. "tailwindcss": "^3.2.7",
  55. "ts-md5": "^1.3.1",
  56. "upgrade": "^1.1.0",
  57. "vue": "^3.4.38",
  58. "vue-clipboard3": "^2.0.0",
  59. "vue-cropper": "^1.0.8",
  60. "vue-echarts": "^7.0.3",
  61. "vue-grid-layout": "^3.0.0-beta1",
  62. "vue-i18n": "^9.14.0",
  63. "vue-router": "^4.4.3",
  64. "vxe-table": "^4.6.18",
  65. "xe-utils": "^3.5.30"
  66. },
  67. "devDependencies": {
  68. "@types/node": "^18.19.42",
  69. "@types/nprogress": "^0.2.3",
  70. "@types/sortablejs": "^1.15.8",
  71. "@typescript-eslint/eslint-plugin": "^5.46.0",
  72. "@typescript-eslint/parser": "^5.46.0",
  73. "@vitejs/plugin-vue": "^5.1.2",
  74. "@vue/compiler-sfc": "^3.4.38",
  75. "eslint": "^9.9.0",
  76. "eslint-plugin-vue": "^9.27.0",
  77. "prettier": "^2.8.1",
  78. "sass": "^1.56.2",
  79. "typescript": "^4.9.4",
  80. "vite": "^5.4.1",
  81. "vite-plugin-vue-setup-extend": "^0.4.0",
  82. "vue-eslint-parser": "^9.4.3"
  83. },
  84. "browserslist": [
  85. "> 1%",
  86. "last 2 versions",
  87. "not dead"
  88. ],
  89. "engines": {
  90. "node": ">=16.0.0",
  91. "npm": ">= 7.0.0"
  92. },
  93. "keywords": [
  94. "vue",
  95. "vue3",
  96. "element-ui",
  97. "element-plus",
  98. "django-vue3-admin",
  99. "django",
  100. "django-restframework"
  101. ],
  102. "repository": {
  103. "type": "git",
  104. "url": "https://gitee.com/huge-dream/django-vue3-admin.git"
  105. }
  106. }