-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 924 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 924 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"private": true,
"dependencies": {
"@babel/polyfill": "^7.0.0",
"@babel/runtime": "^7.0.0",
"acorn": "5.7.4",
"kind-of": "6.0.3",
"lodash": "4.17.19",
"minimist": "1.2.3",
"mixin-deep": "1.3.2",
"react": "16.5.2",
"react-bootstrap": "0.32.4",
"react-dom": "16.5.2",
"serialize-javascript": "2.1.1",
"set-value": "2.0.1",
"whatwg-fetch": "^3.0.0",
"ws": "3.3.1"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/plugin-transform-runtime": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"babel-loader": "^8.0.0",
"concurrently": "4.0.1",
"fable-loader": "^2.0.0",
"remotedev": "0.2.7",
"terser-webpack-plugin": "^1.1.0",
"webpack": "^4.20.2",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "3.1.11"
}
}