package.json 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. {
  2. "name": "django-vue3-admin",
  3. "version": "3.0.3",
  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.0.10",
  14. "@fast-crud/fast-crud": "^1.20.1",
  15. "@fast-crud/fast-extends": "^1.20.1",
  16. "@fast-crud/ui-element": "^1.20.1",
  17. "@fast-crud/ui-interface": "^1.20.1",
  18. "@iconify/vue": "^4.1.1",
  19. "@types/lodash": "^4.14.202",
  20. "@vitejs/plugin-vue-jsx": "^3.0.0",
  21. "@wangeditor/editor": "^5.1.23",
  22. "@wangeditor/editor-for-vue": "^5.1.12",
  23. "autoprefixer": "^10.4.14",
  24. "axios": "^1.2.1",
  25. "countup.js": "^2.3.2",
  26. "cropperjs": "^1.5.13",
  27. "dayjs": "^1.11.13",
  28. "e-icon-picker": "2.1.1",
  29. "echarts": "^5.4.1",
  30. "echarts-gl": "^2.0.9",
  31. "echarts-wordcloud": "^2.1.0",
  32. "element-plus": "^2.8.7",
  33. "element-tree-line": "^0.2.1",
  34. "font-awesome": "^4.7.0",
  35. "js-cookie": "^3.0.1",
  36. "js-table2excel": "^1.0.3",
  37. "jsplumb": "^2.15.6",
  38. "lodash-es": "^4.17.21",
  39. "mitt": "^3.0.0",
  40. "nprogress": "^0.2.0",
  41. "pinia": "^2.0.28",
  42. "pinia-plugin-persist": "^1.0.0",
  43. "postcss": "^8.4.21",
  44. "print-js": "^1.6.0",
  45. "qrcodejs2-fixes": "^0.0.2",
  46. "qs": "^6.11.0",
  47. "screenfull": "^6.0.2",
  48. "sortablejs": "^1.15.0",
  49. "splitpanes": "^3.1.5",
  50. "tailwindcss": "^3.2.7",
  51. "ts-md5": "^1.3.1",
  52. "upgrade": "^1.1.0",
  53. "vite-plugin-compression": "^0.5.1",
  54. "vue": "^3.5.0",
  55. "vue-clipboard3": "^2.0.0",
  56. "vue-cropper": "^1.0.8",
  57. "vue-grid-layout": "^3.0.0-beta1",
  58. "vue-i18n": "^9.2.2",
  59. "vue-router": "^4.1.6",
  60. "vxe-table": "^4.7.94",
  61. "xe-utils": "^3.5.7"
  62. },
  63. "devDependencies": {
  64. "@types/node": "^18.11.13",
  65. "@types/nprogress": "^0.2.0",
  66. "@types/sortablejs": "^1.15.0",
  67. "@typescript-eslint/eslint-plugin": "^5.46.0",
  68. "@typescript-eslint/parser": "^5.46.0",
  69. "@vitejs/plugin-vue": "^4.0.0",
  70. "@vue/compiler-sfc": "^3.2.45",
  71. "eslint": "^8.54.0",
  72. "eslint-plugin-vue": "^9.8.0",
  73. "prettier": "^2.8.1",
  74. "sass": "^1.79.0",
  75. "typescript": "^5.6.2",
  76. "unplugin-auto-import": "^0.18.3",
  77. "unplugin-vue-components": "^0.27.4",
  78. "vite": "^5.4.11",
  79. "vite-plugin-lazy-import": "^1.0.7",
  80. "vite-plugin-vue-setup-extend": "^0.4.0",
  81. "vue-eslint-parser": "^9.1.0"
  82. },
  83. "browserslist": [
  84. "> 1%",
  85. "last 2 versions",
  86. "not dead"
  87. ],
  88. "engines": {
  89. "node": ">=18.20.0",
  90. "npm": ">= 10.0.0"
  91. },
  92. "keywords": [
  93. "vue",
  94. "vue3",
  95. "element-ui",
  96. "element-plus",
  97. "django-vue3-admin",
  98. "django",
  99. "django-restframework"
  100. ],
  101. "repository": {
  102. "type": "git",
  103. "url": "https://gitee.com/huge-dream/django-vue3-admin.git"
  104. }
  105. }