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.1 kB

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

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

Contributors (1)