package.json 7.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207
  1. {
  2. "name": "ai-mdp-web",
  3. "version": "1.3.0",
  4. "private": true,
  5. "license": "ISC",
  6. "description": "机器学习平台-前端应用",
  7. "repository": "http://10.1.236.96:MLP/MLPWeb.git",
  8. "dependencies": {
  9. "@ant-design/compatible": "^1.0.8",
  10. "@ant-design/icons": "^4.6.2",
  11. "@jupyterlab/services": "0.43",
  12. "@nteract/notebook-preview": "^11.0.4-alpha.0",
  13. "@nteract/presentational-components": "2.0.4-alpha.0",
  14. "@uiw/react-codemirror": "^1.0.28",
  15. "antd": "^4.15.0",
  16. "axios": "^0.18.0",
  17. "copy-to-clipboard": "^3.2.1",
  18. "crypto-js": "^3.1.9-1",
  19. "dayjs": "^1.7.2",
  20. "event-source-polyfill": "^1.0.16",
  21. "form-render": "^0.10.5",
  22. "history": "^4.7.2",
  23. "iframe-resizer": "^3.6.1",
  24. "immutable": "^4.0.0-rc.12",
  25. "immutable3": "npm:immutable@^3",
  26. "intl": "^1.2.5",
  27. "js-cookie": "^2.2.0",
  28. "js-file-download": "^0.4.8",
  29. "json-schema-editor-visual": "^1.1.1",
  30. "jsoneditor": "^8.6.4",
  31. "jwt-decode": "^2.2.0",
  32. "lodash": "^4.17.10",
  33. "lodash.flow": "^3.5.0",
  34. "normalizr": "^3.2.4",
  35. "nprogress": "^0.2.0",
  36. "numeral": "^2.0.6",
  37. "promise": "8.0.1",
  38. "prop-types": "^15.6.1",
  39. "qiankun": "^2.4.9",
  40. "qs": "^6.7.0",
  41. "rc-tree": "^4.1.5",
  42. "rc-util": "^5.0.1",
  43. "react": "16.12.0",
  44. "react-content-loader": "^3.1.2",
  45. "react-dnd": "5",
  46. "react-dnd-html5-backend": "5",
  47. "react-dom": "16.12.0",
  48. "react-draggable": "^3.3.2",
  49. "react-helmet": "^5.2.0",
  50. "react-image": "^1.3.1",
  51. "react-immutable-proptypes": "^2.1.0",
  52. "react-immutable-pure-component": "^1.1.1",
  53. "react-intl": "^2.4.0",
  54. "react-json-tree": "^0.13.0",
  55. "react-json-view": "^1.19.1",
  56. "react-lazy-load": "^3.0.13",
  57. "react-lines-ellipsis": "^0.14.1",
  58. "react-loadable": "^5.4.0",
  59. "react-markdown": "^4.0.8",
  60. "react-motion": "^0.5.2",
  61. "react-onclickoutside": "^6.7.1",
  62. "react-particles-js": "^2.1.3",
  63. "react-quill": "^1.3.3",
  64. "react-redux": "^5.0.7",
  65. "react-router-dom": "^4.3.1",
  66. "react-split-pane": "^0.1.87",
  67. "react-sticky": "^6.0.3",
  68. "react-syntax-highlighter": "^9.0.0",
  69. "react-transition-group": "^4.4.1",
  70. "react-virtualized": "^9.19.1",
  71. "react-virtualized-select": "^3.1.3",
  72. "recharts": "^2.1.4",
  73. "redux": "^4.0.0",
  74. "redux-actions": "^2.3.2",
  75. "redux-immutable": "^4.0.0",
  76. "redux-logger": "^3.0.6",
  77. "redux-saga": "^0.16.0",
  78. "reselect": "^3.0.1",
  79. "shortid": "^2.2.15",
  80. "styled-components": "^4.3.2",
  81. "swagger-ui": "3.29.0",
  82. "swagger-ui-react": "3.29.0",
  83. "tesseract.js": "^2.0.2",
  84. "webpack-plugin-fr-theme": "^0.2.0"
  85. },
  86. "devDependencies": {
  87. "@commitlint/cli": "^7.0.0",
  88. "@commitlint/config-conventional": "^7.0.1",
  89. "@storybook/addon-actions": "^3.4.3",
  90. "@storybook/addon-info": "^3.4.3",
  91. "@storybook/addon-knobs": "^3.4.3",
  92. "@storybook/addon-links": "^3.4.3",
  93. "@storybook/addon-notes": "^3.4.3",
  94. "@storybook/addons": "^3.4.3",
  95. "@storybook/react": "^3.4.5",
  96. "add-asset-html-webpack-plugin": "^2.1.3",
  97. "autoprefixer": "^8.6.5",
  98. "babel-core": "^6.26.0",
  99. "babel-eslint": "^8.2.2",
  100. "babel-loader": "^7.1.4",
  101. "babel-plugin-import": "^1.7.0",
  102. "babel-plugin-styled-components": "^1.5.1",
  103. "babel-plugin-transform-class-properties": "^6.24.1",
  104. "babel-plugin-transform-decorators-legacy": "^1.3.4",
  105. "babel-plugin-transform-react-constant-elements": "^6.23.0",
  106. "babel-plugin-transform-react-inline-elements": "^6.22.0",
  107. "babel-plugin-transform-react-jsx-source": "^6.22.0",
  108. "babel-plugin-transform-react-remove-prop-types": "^0.4.13",
  109. "babel-plugin-transform-runtime": "^6.23.0",
  110. "babel-preset-env": "^1.6.1",
  111. "babel-preset-stage-1": "^6.24.1",
  112. "babel-runtime": "^6.26.0",
  113. "case-sensitive-paths-webpack-plugin": "^2.1.2",
  114. "chalk": "^2.4.1",
  115. "circular-dependency-plugin": "^5.0.2",
  116. "clean-webpack-plugin": "^3.0.0",
  117. "compression-webpack-plugin": "^2.0.0",
  118. "conventional-changelog-cli": "^2.0.1",
  119. "copy-webpack-plugin": "^5.0.3",
  120. "cross-env": "^5.1.6",
  121. "css-loader": "^1.0.0",
  122. "dotenv": "^6.0.0",
  123. "dotenv-expand": "4.2.0",
  124. "eslint": "^4.19.1",
  125. "eslint-config-prettier": "^2.10.0",
  126. "eslint-import-resolver-webpack": "^0.13.1",
  127. "eslint-loader": "^2.0.0",
  128. "eslint-plugin-babel": "^5.1.0",
  129. "eslint-plugin-flowtype": "^2.47.1",
  130. "eslint-plugin-html": "^4.0.5",
  131. "eslint-plugin-import": "^2.10.0",
  132. "eslint-plugin-jsx-a11y": "^6.0.3",
  133. "eslint-plugin-prettier": "^2.7.0",
  134. "eslint-plugin-react": "^7.7.0",
  135. "eslint-plugin-redux-saga": "^0.9.0",
  136. "file-loader": "^1.1.11",
  137. "fs-extra": "^6.0.1",
  138. "happypack": "^5.0.0",
  139. "hard-source-webpack-plugin": "^0.13.1",
  140. "html-webpack-plugin": "^3.2.0",
  141. "husky": "^0.14.3",
  142. "jest": "^23.3.0",
  143. "js-base64": "^2.5.1",
  144. "less": "3.9",
  145. "less-loader": "^4.1.0",
  146. "less-vars-to-js": "^1.2.1",
  147. "lint-staged": "^11.2.6",
  148. "mini-css-extract-plugin": "^0.4.0",
  149. "mockjs": "^1.0.1-beta3",
  150. "node-sass": "4.12.0",
  151. "object-assign": "4.1.1",
  152. "offline-plugin": "^5.0.3",
  153. "optimize-css-assets-webpack-plugin": "^5.0.0",
  154. "polished": "^1.9.2",
  155. "postcss-flexbugs-fixes": "^3.3.0",
  156. "postcss-loader": "^2.1.5",
  157. "prettier": "^1.17.1",
  158. "progress-bar-webpack-plugin": "^1.11.0",
  159. "raf": "3.4.0",
  160. "react-app-polyfill": "^0.2.2",
  161. "react-dev-utils": "^7.0.5",
  162. "react-grid-layout": "^0.18.3",
  163. "react-hot-loader": "^4.8.8",
  164. "react-pdf": "^4.1.0",
  165. "resolve-url-loader": "^2.3.0",
  166. "sass-loader": "^7.0.1",
  167. "style-loader": "^0.21.0",
  168. "stylelint": "^9.2.1",
  169. "stylelint-config-recommended": "^2.1.0",
  170. "stylelint-config-styled-components": "^0.1.1",
  171. "stylelint-processor-styled-components": "^1.3.1",
  172. "svg-sprite-loader": "^3.7.3",
  173. "terser-webpack-plugin": "^1.2.3",
  174. "uglifyjs-webpack-plugin": "^1.2.4",
  175. "url-loader": "^1.0.1",
  176. "webpack": "^4.8.3",
  177. "webpack-bundle-analyzer": "^2.13.1",
  178. "webpack-cli": "^3.0.4",
  179. "webpack-dev-server": "^3.1.4",
  180. "webpack-jarvis": "^0.3.2",
  181. "webpack-pwa-manifest": "^4.0.0",
  182. "webpack-spritesmith": "^0.5.1"
  183. },
  184. "theme": "./src/styles/antd-theme.js",
  185. "scripts": {
  186. "precommit": "lint-staged",
  187. "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
  188. "start": "cross-env NODE_ENV=development NODE_OPTIONS='--max-old-space-size=8192' node scripts/start.js",
  189. "build": "cross-env NODE_ENV=production NODE_OPTIONS='--max-old-space-size=4096' node scripts/build.js",
  190. "build:dll": "webpack --config ./config/webpack.config.dll.js --mode development",
  191. "build:sprites": "webpack --config ./config/webpack.config.sprites.js",
  192. "eslint-check": "eslint --print-config .eslintrc.js | eslint-config-prettier-check",
  193. "lint": "cross-env NODE_ENV=development yarn eslint src/",
  194. "lint:css": "stylelint './src/**/*.jsx'",
  195. "test": "node scripts/test.js",
  196. "prettier": "prettier --write --trailing-comma es5 --single-quote \"src/**/*.{js,jsx}\"",
  197. "storybook": "start-storybook -p 9001 -c .storybook"
  198. },
  199. "husky": {
  200. "hooks": {
  201. "pre-commit": "yarn precommit"
  202. }
  203. },
  204. "engines": {
  205. "node": ">=8.5.0"
  206. }
  207. }