package.json 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  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. "@vueup/vue-quill": "^1.2.0",
  37. "@wangeditor/editor": "5.1.14",
  38. "@wangeditor/editor-for-vue": "5.1.12",
  39. "ant-design-vue": "4.2.1",
  40. "axios": "1.6.8",
  41. "clipboard": "2.0.11",
  42. "codemirror": "^5.65.17",
  43. "codemirror-editor-vue3": "^2.7.1",
  44. "crypto-js": "4.1.1",
  45. "dayjs": "^1.11.13",
  46. "decimal.js": "10.3.1",
  47. "dhtmlx-gantt": "^9.0.0",
  48. "diff": "5.2.0",
  49. "diff2html": "3.4.47",
  50. "echarts": "5.4.3",
  51. "highlight.js": "11.8.0",
  52. "js-base64": "^3.7.7",
  53. "js-cookie": "^3.0.5",
  54. "jslint": "^0.12.1",
  55. "lodash": "^4.17.21",
  56. "lunar-javascript": "1.6.12",
  57. "marked": "^15.0.7",
  58. "mitt": "3.0.1",
  59. "moment": "^2.30.1",
  60. "monaco-editor": "^0.33.0",
  61. "nprogress": "0.2.0",
  62. "pinia": "2.1.7",
  63. "sm-crypto": "0.3.13",
  64. "sortablejs": "1.15.0",
  65. "store": "^2.0.12",
  66. "ua-parser-js": "1.0.35",
  67. "uuid": "^10.0.0",
  68. "v-viewer": "~1.6.4",
  69. "vant": "^4.9.7",
  70. "vcolorpicker": "^2.0.12",
  71. "vue": "3.4.27",
  72. "vue-codemirror-lite": "^1.0.4",
  73. "vue-i18n": "9.13.1",
  74. "vue-plugin-hiprint": "^0.0.60",
  75. "vue-quill-editor": "^3.0.6",
  76. "vue-router": "4.3.2",
  77. "vue3-json-viewer": "2.2.2",
  78. "vue3-tabs-chrome": "^0.3.3",
  79. "vuedraggable": "^4.1.0",
  80. "vxe-table": "^4.13.37"
  81. },
  82. "devDependencies": {
  83. "@vitejs/plugin-vue": "5.0.4",
  84. "@vitejs/plugin-vue-jsx": "^4.0.1",
  85. "@vue/compiler-sfc": "3.4.27",
  86. "eslint": "^8.16.0",
  87. "eslint-config-prettier": "~9.0.0",
  88. "eslint-plugin-prettier": "~5.0.0",
  89. "eslint-plugin-vue": "~9.17.0",
  90. "less": "~4.2.0",
  91. "less-loader": "~11.1.3",
  92. "prettier": "~3.0.2",
  93. "rimraf": "~5.0.1",
  94. "sass": "^1.83.1",
  95. "stylelint": "~14.8.5",
  96. "stylelint-config-prettier": "~9.0.3",
  97. "stylelint-config-standard": "~25.0.0",
  98. "stylelint-order": "~5.0.0",
  99. "terser": "~5.29.2",
  100. "vite": "5.2.12",
  101. "vue-eslint-parser": "~9.4.2"
  102. },
  103. "engines": {
  104. "node": ">=18"
  105. },
  106. "repository": {
  107. "type": "git",
  108. "url": "https://github.com/1024-lab/smart-admin.git"
  109. }
  110. }