package.json 2.86 KB
Newer Older
Deshui Yu's avatar
Deshui Yu committed
1
{
2
  "name": "nni-webui",
Deshui Yu's avatar
Deshui Yu committed
3
4
5
  "version": "0.1.0",
  "private": true,
  "dependencies": {
6
    "axios": "^0.19.0",
7
8
9
10
11
12
    "babel-eslint": "10.0.1",
    "babel-jest": "24.7.1",
    "babel-loader": "8.0.5",
    "babel-plugin-named-asset-import": "^0.3.2",
    "babel-preset-react-app": "^8.0.0",
    "case-sensitive-paths-webpack-plugin": "2.2.0",
13
    "copy-to-clipboard": "^3.0.8",
14
15
16
    "css-loader": "2.1.1",
    "dotenv": "6.2.0",
    "dotenv-expand": "4.2.0",
Lijiao's avatar
Lijiao committed
17
    "echarts": "^4.5.0",
18
19
20
21
22
23
    "echarts-for-react": "^2.0.15-beta.1",
    "file-loader": "3.0.1",
    "fs-extra": "7.0.1",
    "html-webpack-plugin": "4.0.0-beta.5",
    "identity-obj-proxy": "3.0.0",
    "is-wsl": "^1.1.0",
chicm-ms's avatar
chicm-ms committed
24
    "json5": "^2.1.1",
25
26
27
28
29
30
31
32
33
34
35
36
    "mini-css-extract-plugin": "0.5.0",
    "monaco-editor": "^0.19.0",
    "monaco-editor-webpack-plugin": "^1.8.1",
    "node-sass": "^4.13.0",
    "office-ui-fabric-react": "^7.78.0",
    "optimize-css-assets-webpack-plugin": "5.0.1",
    "pnp-webpack-plugin": "1.2.1",
    "postcss-flexbugs-fixes": "4.1.0",
    "postcss-loader": "3.0.0",
    "postcss-normalize": "7.0.1",
    "postcss-preset-env": "6.6.0",
    "postcss-safe-parser": "4.0.1",
37
    "react": "^16.8.6",
38
39
40
    "react-app-polyfill": "^1.0.0",
    "react-dev-utils": "^9.0.0",
    "react-dom": "^16.8.6",
41
    "react-json-tree": "^0.11.2",
42
    "react-monaco-editor": "^0.32.1",
43
    "react-router": "^3.2.3",
44
45
46
47
48
49
50
51
52
53
54
    "react-table": "^7.0.0-rc.15",
    "resolve": "1.10.0",
    "sass-loader": "7.1.0",
    "semver": "6.0.0",
    "style-loader": "0.23.1",
    "terser-webpack-plugin": "1.2.3",
    "url-loader": "1.1.2",
    "webpack": "4.29.6",
    "webpack-dev-server": "3.2.1",
    "webpack-manifest-plugin": "2.0.4",
    "workbox-webpack-plugin": "4.2.0"
Deshui Yu's avatar
Deshui Yu committed
55
56
  },
  "devDependencies": {
57
58
59
    "@babel/core": "7.4.3",
    "@svgr/webpack": "4.1.0",
    "@types/jest": "24.0.12",
chicm-ms's avatar
chicm-ms committed
60
    "@types/json5": "^0.0.30",
61
62
    "@types/node": "^10.13.0",
    "@types/react": "16.8.6",
Deshui Yu's avatar
Deshui Yu committed
63
    "@types/react-dom": "^16.0.7",
64
    "@types/react-router": "^3.0.20",
chicm-ms's avatar
chicm-ms committed
65
66
    "@typescript-eslint/eslint-plugin": "^2.11.0",
    "@typescript-eslint/parser": "^2.11.0",
67
68
69
70
71
72
73
74
75
    "@uifabric/fluent-theme": "^0.16.7",
    "eslint": "^5.16.0",
    "eslint-config-react-app": "^4.0.0",
    "eslint-loader": "2.1.2",
    "eslint-plugin-flowtype": "2.50.1",
    "eslint-plugin-import": "2.16.0",
    "eslint-plugin-jsx-a11y": "6.2.1",
    "eslint-plugin-react": "7.12.4",
    "eslint-plugin-react-hooks": "^1.5.0",
liuzhe-lz's avatar
liuzhe-lz committed
76
    "npx": "^10.2.0",
77
    "typescript": "3.4.5"
78
  },
79
  "scripts": {
chicm-ms's avatar
chicm-ms committed
80
81
82
    "start": "node --max-old-space-size=3072 scripts/start.js",
    "build": "node --max-old-space-size=3072 scripts/build.js",
    "test": "node --max-old-space-size=3072 scripts/test.js",
83
    "eslint": "npx eslint ./ --ext .tsx,.ts"
84
  },
85
86
87
88
89
90
  "eslintConfig": {
    "extends": "react-app"
  },
  "browserslist": [
    "defaults"
  ],
91
92
93
94
  "babel": {
    "presets": [
      "react-app"
    ]
liuzhe-lz's avatar
liuzhe-lz committed
95
96
97
  },
  "resolutions": {
    "npm": ">=6.14.4"
98
  }
99
}