package.json 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  1. {
  2. "name": "DCCloud",
  3. "version": "3.0.0",
  4. "author": {
  5. "name": "DCCloud",
  6. "email": "lab1024@163.com",
  7. "url": "https://www.1024lab.net"
  8. },
  9. "license": "MIT",
  10. "homepage": "https://smartadmin.1024lab.net",
  11. "scripts": {
  12. "localhost": "vite --mode localhost",
  13. "dev": "vite",
  14. "build:test": "vite build --base=/admin/ --mode test",
  15. "build:pre": "vite build --mode pre",
  16. "build:prod": "vite build --mode production"
  17. },
  18. "type": "module",
  19. "dependencies": {
  20. "@ant-design/icons-vue": "^6.1.0",
  21. "@antv/x6": "^2.0.0",
  22. "@antv/x6-plugin-clipboard": "^2.0.0",
  23. "@antv/x6-plugin-dnd": "^2.0.0",
  24. "@antv/x6-plugin-export": "^2.0.0",
  25. "@antv/x6-plugin-history": "^2.0.0",
  26. "@antv/x6-plugin-keyboard": "^2.0.0",
  27. "@antv/x6-plugin-minimap": "^2.0.0",
  28. "@antv/x6-plugin-scroller": "^2.0.0",
  29. "@antv/x6-plugin-selection": "^2.0.0",
  30. "@antv/x6-plugin-snapline": "^2.0.0",
  31. "@antv/x6-plugin-stencil": "^2.0.0",
  32. "@antv/x6-plugin-transform": "^2.0.0",
  33. "@antv/x6-react-components": "^2.0.0",
  34. "@antv/x6-react-shape": "^2.0.0",
  35. "@antv/x6-vue-shape": "^2.0.0",
  36. "@tailwindcss/vite": "^4.1.12",
  37. "@vant/area-data": "^2.0.0",
  38. "@vueup/vue-quill": "^1.2.0",
  39. "@wangeditor/editor": "5.1.14",
  40. "@wangeditor/editor-for-vue": "5.1.12",
  41. "ant-design-vue": "4.2.1",
  42. "axios": "1.6.8",
  43. "clipboard": "2.0.11",
  44. "codemirror": "^5.65.17",
  45. "codemirror-editor-vue3": "^2.7.1",
  46. "crypto-js": "4.1.1",
  47. "dayjs": "^1.11.13",
  48. "decimal.js": "10.3.1",
  49. "dhtmlx-gantt": "^9.0.0",
  50. "diff": "5.2.0",
  51. "diff2html": "3.4.47",
  52. "echarts": "5.4.3",
  53. "highlight.js": "11.8.0",
  54. "js-base64": "^3.7.7",
  55. "js-cookie": "^3.0.5",
  56. "jslint": "^0.12.1",
  57. "lodash": "^4.17.21",
  58. "lunar-javascript": "1.6.12",
  59. "marked": "^15.0.7",
  60. "mitt": "3.0.1",
  61. "moment": "^2.30.1",
  62. "monaco-editor": "^0.33.0",
  63. "nprogress": "0.2.0",
  64. "pinia": "2.1.7",
  65. "sm-crypto": "0.3.13",
  66. "sortablejs": "1.15.0",
  67. "store": "^2.0.12",
  68. "tailwindcss": "^4.1.12",
  69. "ua-parser-js": "1.0.35",
  70. "uuid": "^10.0.0",
  71. "v-viewer": "~1.6.4",
  72. "vant": "^4.9.7",
  73. "vcolorpicker": "^2.0.12",
  74. "vue": "3.4.27",
  75. "vue-codemirror-lite": "^1.0.4",
  76. "vue-draggable-resizable": "^3.0.0",
  77. "vue-i18n": "9.13.1",
  78. "vue-plugin-hiprint": "^0.0.60",
  79. "vue-quill-editor": "^3.0.6",
  80. "vue-router": "4.3.2",
  81. "vue3-json-viewer": "2.2.2",
  82. "vue3-tabs-chrome": "^0.3.3",
  83. "vuedraggable": "^4.1.0",
  84. "vxe-pc-ui": "~4.8.22",
  85. "vxe-table": "~4.15.10"
  86. },
  87. "devDependencies": {
  88. "@vitejs/plugin-vue": "5.0.4",
  89. "@vitejs/plugin-vue-jsx": "^4.0.1",
  90. "@vue/compiler-sfc": "3.4.27",
  91. "eslint": "^8.16.0",
  92. "eslint-config-prettier": "~9.0.0",
  93. "eslint-plugin-prettier": "~5.0.0",
  94. "eslint-plugin-vue": "~9.17.0",
  95. "less": "~4.2.0",
  96. "less-loader": "~11.1.3",
  97. "prettier": "~3.0.2",
  98. "rimraf": "~5.0.1",
  99. "sass": "^1.83.1",
  100. "stylelint": "~14.8.5",
  101. "stylelint-config-prettier": "~9.0.3",
  102. "stylelint-config-standard": "~25.0.0",
  103. "stylelint-order": "~5.0.0",
  104. "terser": "~5.29.2",
  105. "vite": "5.2.12",
  106. "vue-eslint-parser": "~9.4.2"
  107. },
  108. "engines": {
  109. "node": ">=18"
  110. },
  111. "repository": {
  112. "type": "git",
  113. "url": "https://github.com/1024-lab/smart-admin.git"
  114. }
  115. }