You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 4.5 kB

4 years ago
3 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
3 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
3 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153
  1. {
  2. "name": "dubhe-web",
  3. "version": "2.0.0",
  4. "description": "之江天枢人工智能开源平台",
  5. "author": "zhejianglab",
  6. "keywords": [
  7. "web",
  8. "vue",
  9. "zhejianglab",
  10. "之江天枢",
  11. "人工智能"
  12. ],
  13. "scripts": {
  14. "mock": "vue-cli-service serve --mode mock --open",
  15. "dev": "vue-cli-service serve --open",
  16. "serve": "vue-cli-service serve --host 0.0.0.0",
  17. "serve:test": "vue-cli-service serve --mode test --open",
  18. "build:prod": "vue-cli-service build",
  19. "build:pre": "vue-cli-service build --mode pre",
  20. "build:test": "vue-cli-service build --mode test",
  21. "build:dev": "vue-cli-service build --mode development",
  22. "lint": "eslint --ext .js,.vue src",
  23. "fix": "eslint --fix --ext .js,.vue src",
  24. "lint:style": "stylelint src/**/*.{html,vue,css,sass,scss}",
  25. "fix:style": "stylelint src/**/*.{html,vue,css,sass,scss} --fix"
  26. },
  27. "husky": {
  28. "hooks": {
  29. "pre-commit": "lint-staged",
  30. "commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
  31. }
  32. },
  33. "lint-staged": {
  34. "src/**/*.{js,vue}": [
  35. "eslint --fix",
  36. "git add"
  37. ]
  38. },
  39. "repository": {
  40. "type": "git",
  41. "url": "git@codeup.teambition.com:zhejianglab/dubhe-web.git"
  42. },
  43. "dependencies": {
  44. "@riophae/vue-treeselect": "0.1.0",
  45. "@vue/babel-plugin-transform-vue-jsx": "^1.1.2",
  46. "@vue/composition-api": "^1.0.0-rc.1",
  47. "@wulucxy/dwv": "0.28.1-beta.9",
  48. "add-dom-event-listener": "^1.1.0",
  49. "assert": "^2.0.0",
  50. "axios": "0.18.1",
  51. "chroma-js": "^2.1.0",
  52. "classnames": "^2.2.6",
  53. "clipboard": "^2.0.6",
  54. "d3": "^5.16.0",
  55. "d3-selection": "^1.4.1",
  56. "d3-zoom": "^1.8.3",
  57. "dagre-d3": "^0.6.4",
  58. "date-fns": "^2.13.0",
  59. "dicom-parser": "^1.8.7",
  60. "dicomweb-client": "^0.6.0",
  61. "echarts": "4.2.1",
  62. "echarts-gl": "^1.1.1",
  63. "element-ui": "2.13.2",
  64. "file-saver": "^2.0.2",
  65. "filereader-stream": "^2.0.0",
  66. "immutability-helper": "^3.1.1",
  67. "jquery": "^3.5.1",
  68. "jquery-contextmenu": "^2.9.1",
  69. "js-beautify": "^1.13.0",
  70. "js-cookie": "2.2.0",
  71. "jsencrypt": "^3.0.0-rc.1",
  72. "json2csv": "^5.0.1",
  73. "lodash": "^4.17.15",
  74. "minio": "7.0.16",
  75. "mitt": "^3.0.0",
  76. "nanoid": "^3.1.3",
  77. "normalize.css": "7.0.0",
  78. "nprogress": "0.2.0",
  79. "p-map": "^4.0.0",
  80. "papaparse": "^5.3.0",
  81. "path-to-regexp": "^6.2.0",
  82. "portal-vue": "^2.1.7",
  83. "prism-themes": "^1.5.0",
  84. "prismjs": "^1.20.0",
  85. "promise.allsettled": "^1.0.2",
  86. "qs": "^6.9.1",
  87. "screenfull": "^5.0.2",
  88. "stream-to-array": "^2.3.0",
  89. "streamsaver": "^2.0.4",
  90. "v-click-outside": "^3.0.1",
  91. "v-hotkey": "^0.8.0",
  92. "vee-validate": "^3.3.0",
  93. "vue": "2.6.10",
  94. "vue-copy-to-clipboard": "^1.0.3",
  95. "vue-prism-component": "^1.2.0",
  96. "vue-prism-editor": "^1.2.2",
  97. "vue-router": "^3.0.2",
  98. "vuex": "3.1.0",
  99. "wavesurfer.js": "^4.6.0",
  100. "web-highlighter": "^0.7.1",
  101. "xlsx": "^0.16.9"
  102. },
  103. "devDependencies": {
  104. "@babel/core": "7.0.0",
  105. "@babel/plugin-proposal-optional-chaining": "^7.9.0",
  106. "@babel/register": "7.0.0",
  107. "@commitlint/cli": "^8.3.5",
  108. "@commitlint/config-conventional": "^8.3.4",
  109. "@vue/cli-plugin-babel": "3.5.3",
  110. "@vue/cli-plugin-eslint": "3.5.1",
  111. "@vue/cli-plugin-unit-jest": "3.5.3",
  112. "@vue/cli-service": "3.5.3",
  113. "@vue/test-utils": "1.0.0-beta.29",
  114. "autoprefixer": "^9.5.1",
  115. "babel-core": "7.0.0-bridge.0",
  116. "babel-eslint": "10.0.3",
  117. "babel-jest": "23.6.0",
  118. "babel-plugin-transform-remove-console": "^6.9.4",
  119. "chalk": "2.4.2",
  120. "eslint": "^6.8.0",
  121. "eslint-config-airbnb-base": "^14.1.0",
  122. "eslint-config-prettier": "^6.10.1",
  123. "eslint-import-resolver-webpack": "^0.12.2",
  124. "eslint-plugin-import": "^2.20.2",
  125. "eslint-plugin-prettier": "^2.3.1",
  126. "eslint-plugin-vue": "^6.2.2",
  127. "express-http-proxy": "^1.6.2",
  128. "html-webpack-plugin": "3.2.0",
  129. "husky": "^4.2.5",
  130. "less": "^3.11.3",
  131. "less-loader": "^6.1.1",
  132. "lint-staged": "8.1.5",
  133. "prettier": "^1.18.2",
  134. "sass": "^1.26.8",
  135. "sass-loader": "^7.3.1",
  136. "script-ext-html-webpack-plugin": "2.1.3",
  137. "stylelint": "^13.6.1",
  138. "stylelint-config-recess-order": "^2.0.4",
  139. "stylelint-config-standard": "^20.0.0",
  140. "stylelint-order": "^4.1.0",
  141. "stylelint-scss": "^3.18.0",
  142. "vue-template-compiler": "2.6.10"
  143. },
  144. "engines": {
  145. "node": ">=8.9",
  146. "npm": ">= 3.0.0"
  147. },
  148. "browserslist": [
  149. "> 1%",
  150. "last 2 versions"
  151. ],
  152. "license": "ISC"
  153. }

一站式算法开发平台、高性能分布式深度学习框架、先进算法模型库、视觉模型炼知平台、数据可视化分析平台等一系列平台及工具,在模型高效分布式训练、数据处理和可视分析、模型炼知和轻量化等技术上形成独特优势,目前已在产学研等各领域近千家单位及个人提供AI应用赋能