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 3.9 kB

5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136
  1. {
  2. "name": "dubhe-web",
  3. "version": "0.2.1",
  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. "add-dom-event-listener": "^1.1.0",
  45. "axios": "0.18.1",
  46. "chroma-js": "^2.1.0",
  47. "classnames": "^2.2.6",
  48. "d3": "^5.16.0",
  49. "d3-selection": "^1.4.1",
  50. "d3-zoom": "^1.8.3",
  51. "dagre-d3": "^0.6.4",
  52. "date-fns": "^2.13.0",
  53. "echarts": "4.2.1",
  54. "echarts-gl": "^1.1.1",
  55. "element-ui": "2.13.2",
  56. "file-saver": "^2.0.2",
  57. "filereader-stream": "^2.0.0",
  58. "jquery": "^3.5.1",
  59. "jquery-contextmenu": "^2.9.1",
  60. "js-beautify": "^1.13.0",
  61. "js-cookie": "2.2.0",
  62. "jsencrypt": "^3.0.0-rc.1",
  63. "json2csv": "^5.0.1",
  64. "lodash": "^4.17.15",
  65. "minio": "^7.0.16",
  66. "nanoid": "^3.1.3",
  67. "normalize.css": "7.0.0",
  68. "nprogress": "0.2.0",
  69. "p-map": "^4.0.0",
  70. "path-to-regexp": "^6.2.0",
  71. "prismjs": "^1.20.0",
  72. "promise.allsettled": "^1.0.2",
  73. "qs": "^6.9.1",
  74. "stream-to-array": "^2.3.0",
  75. "streamsaver": "^2.0.4",
  76. "v-click-outside": "^3.0.1",
  77. "v-hotkey": "^0.8.0",
  78. "vee-validate": "^3.3.0",
  79. "vue": "2.6.10",
  80. "vue-copy-to-clipboard": "^1.0.3",
  81. "vue-prism-component": "^1.2.0",
  82. "vue-prism-editor": "^1.2.2",
  83. "vue-router": "^3.0.2",
  84. "vuex": "3.1.0"
  85. },
  86. "devDependencies": {
  87. "@babel/core": "7.0.0",
  88. "@babel/plugin-proposal-optional-chaining": "^7.9.0",
  89. "@babel/register": "7.0.0",
  90. "@commitlint/cli": "^8.3.5",
  91. "@commitlint/config-conventional": "^8.3.4",
  92. "@vue/cli-plugin-babel": "3.5.3",
  93. "@vue/cli-plugin-eslint": "3.5.1",
  94. "@vue/cli-plugin-unit-jest": "3.5.3",
  95. "@vue/cli-service": "3.5.3",
  96. "@vue/test-utils": "1.0.0-beta.29",
  97. "autoprefixer": "^9.5.1",
  98. "babel-core": "7.0.0-bridge.0",
  99. "babel-eslint": "10.0.3",
  100. "babel-jest": "23.6.0",
  101. "babel-plugin-transform-remove-console": "^6.9.4",
  102. "chalk": "2.4.2",
  103. "eslint": "^6.8.0",
  104. "eslint-config-airbnb-base": "^14.1.0",
  105. "eslint-config-prettier": "^6.10.1",
  106. "eslint-import-resolver-webpack": "^0.12.2",
  107. "eslint-plugin-import": "^2.20.2",
  108. "eslint-plugin-prettier": "^2.3.1",
  109. "eslint-plugin-vue": "^6.2.2",
  110. "express-http-proxy": "^1.6.2",
  111. "html-webpack-plugin": "3.2.0",
  112. "husky": "^4.2.5",
  113. "less": "^3.11.3",
  114. "less-loader": "^6.1.1",
  115. "lint-staged": "8.1.5",
  116. "prettier": "^1.18.2",
  117. "sass": "^1.26.8",
  118. "sass-loader": "^7.3.1",
  119. "script-ext-html-webpack-plugin": "2.1.3",
  120. "stylelint": "^13.6.1",
  121. "stylelint-config-recess-order": "^2.0.4",
  122. "stylelint-config-standard": "^20.0.0",
  123. "stylelint-order": "^4.1.0",
  124. "stylelint-scss": "^3.18.0",
  125. "vue-template-compiler": "2.6.10"
  126. },
  127. "engines": {
  128. "node": ">=8.9",
  129. "npm": ">= 3.0.0"
  130. },
  131. "browserslist": [
  132. "> 1%",
  133. "last 2 versions"
  134. ],
  135. "license": "ISC"
  136. }

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

Contributors (1)