-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
41 lines (41 loc) · 1.08 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
{
"scripts": {
"dev": "webpack-dev-server",
"build": "NODE_ENV=production webpack",
"build-server": "cd docs && python -m SimpleHTTPServer 8000"
},
"devDependencies": {
"copy-webpack-plugin": "^5.0.4",
"css-loader": "^3.2.0",
"json-loader": "^0.5.7",
"workbox-webpack-plugin": "^4.3.1"
},
"dependencies": {
"@babel/core": "^7.6.2",
"@babel/preset-env": "^7.6.2",
"@babel/preset-react": "^7.0.0",
"@mapbox/mapbox-gl-style-spec": "^13.13.0",
"babel-loader": "^8.0.6",
"classnames": "^2.2.6",
"date-fns": "^1.30.1",
"history": "^4.10.1",
"lodash": "^4.17.20",
"mapbox-gl": "^1.12.0",
"ol": "^6.4.3",
"ol-mapbox-style": "^6.1.4",
"preact": "^8.4.2",
"preact-portal": "^1.1.3",
"preact-router": "^2.6.1",
"react-aria-modal": "^4.0.0",
"react-intersection-observer": "^8.26.1",
"style-loader": "^1.0.0",
"uuid": "^3.3.2",
"webpack": "^4.41.0",
"webpack-cli": "^3.3.9",
"webpack-dev-server": "^3.8.2"
},
"alias": {
"react": "preact-compat",
"react-dom": "preact-compat"
}
}