-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 958 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
33
{
"scripts": {
"build": "webpack"
},
"dependencies": {
"@mapbox/polyline": "^1.1.0",
"body-parser": "^1.19.0",
"immutable": "^4.0.0-rc.12",
"js-base64": "^2.5.1",
"leaflet": "^1.6.0",
"pg-format": "^1.0.4",
"q": "^1.5.1",
"react-dom": "^16.12.0",
"react-leaflet": "^2.6.1"
},
"devDependencies": {
"@babel/core": "^7.3.3",
"@babel/plugin-proposal-class-properties": "^7.3.3",
"@babel/plugin-proposal-object-rest-spread": "^7.3.2",
"@babel/plugin-transform-destructuring": "^7.3.2",
"@babel/preset-env": "^7.3.1",
"@babel/preset-react": "^7.0.0",
"babel-loader": "^8.0.5",
"babel-plugin-transform-es2015-destructuring": "^6.23.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"pg": "^7.17.1",
"react": "^16.7.0",
"uglifyjs-webpack-plugin": "^2.1.2",
"webpack": "^4.41.5",
"webpack-bundle-analyzer": "^3.1.0",
"webpack-cli": "^3.2.0"
}
}