-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
32 lines (32 loc) · 976 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.7.0",
"@babel/runtime": "7.7.4",
"proj4": "2.6.0",
"react": "16.12.0",
"react-bootstrap": "1.0.0-beta.16",
"react-dom": "16.12.0",
"whatwg-fetch": "^3.0.0"
},
"devDependencies": {
"@babel/core": "7.7.4",
"@babel/plugin-proposal-class-properties": "7.7.4",
"@babel/plugin-transform-runtime": "7.7.4",
"@babel/preset-env": "7.7.4",
"@babel/preset-react": "7.7.4",
"babel-loader": "8.0.6",
"concurrently": "5.0.0",
"fable-compiler": "2.4.11",
"fable-loader": "2.1.8",
"fable-utils": "1.2.0",
"node-sass": "4.13.0",
"remotedev": "0.2.9",
"sass-loader": "8.0.0",
"style-loader": "1.0.0",
"terser-webpack-plugin": "2.2.1",
"webpack": "4.41.2",
"webpack-cli": "3.3.10",
"webpack-dev-server": "3.9.0"
}
}