-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
32 lines (32 loc) · 967 Bytes
/
package.json
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.2.0",
"proj4": "2.5.0",
"react": "16.6.3",
"react-bootstrap": "0.32.4",
"react-dom": "16.6.3",
"whatwg-fetch": "^3.0.0"
},
"devDependencies": {
"@babel/core": "7.2.0",
"@babel/plugin-proposal-class-properties": "7.2.1",
"@babel/plugin-transform-runtime": "7.2.0",
"@babel/preset-env": "7.2.0",
"@babel/preset-react": "7.0.0",
"babel-loader": "8.0.4",
"concurrently": "4.1.0",
"fable-compiler": "2.1.8",
"fable-loader": "2.1.1",
"fable-utils": "1.2.0",
"node-sass": "4.11.0",
"remotedev": "0.2.9",
"sass-loader": "7.1.0",
"style-loader": "0.23.1",
"terser-webpack-plugin": "1.1.0",
"webpack": "4.27.1",
"webpack-cli": "3.1.2",
"webpack-dev-server": "3.1.10"
}
}