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

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

Contributors (1)