-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.45 KB
/
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "prow",
"version": "0.1.0",
"description": "prow map",
"private": true,
"main": "index.js",
"dependencies": {
"@mapbox/leaflet-pip": "^1.1.0",
"cross-fetch": "^3.1.3",
"leaflet": "1.6.0",
"leaflet-fullscreen": "1.0.2",
"leaflet-search": "^2.9.8",
"leaflet.locatecontrol": "^0.72.0",
"mapbox-gl": "^1.6.1",
"mapbox-gl-leaflet": "0.0.11",
"react": "^16.13.1",
"react-dom": "^16.13.1"
},
"scripts": {
"start": "webpack-dev-server --mode development --open",
"build": "webpack --mode production",
"lint": "eslint src"
},
"devDependencies": {
"@babel/core": "^7.10.3",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.10.1",
"@babel/preset-env": "^7.10.3",
"@babel/preset-react": "^7.10.1",
"babel-eslint": "10.0.3",
"babel-loader": "8.0.6",
"babel-plugin-module-resolver": "3.2.0",
"babel-plugin-transform-class-properties": "6.24.1",
"babel-plugin-transform-object-rest-spread": "6.26.0",
"babel-polyfill": "6.26.0",
"clean-webpack-plugin": "^3.0.0",
"compression-webpack-plugin": "^3.1.0",
"css-loader": "^3.6.0",
"eslint": "6.7.2",
"eslint-plugin-jest": "^23.17.1",
"eslint-plugin-react": "7.17.0",
"html-webpack-plugin": "3.2.0",
"style-loader": "^1.2.1",
"url-loader": "^3.0.0",
"webpack": "4.38.0",
"webpack-bundle-analyzer": "^3.8.0",
"webpack-cli": "3.3.6",
"webpack-dev-server": "^3.11.2"
}
}