-
Notifications
You must be signed in to change notification settings - Fork 35
/
Copy pathpackage.json
69 lines (69 loc) · 2.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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "making-maps-with-react",
"version": "1.0.0",
"description": "lightweight react starterkit with webpack, redux, react-router",
"scripts": {
"start": "NODE_ENV=development webpack-dev-server --config webpack/webpack.config.dev.js --watch --colors --no-info"
},
"repository": {
"url": "[email protected]:wbkd/making-maps-with-react.git",
"type": "git"
},
"author": "webkid.io",
"license": "MIT",
"devDependencies": {
"babel-core": "^6.21.0",
"babel-eslint": "^7.1.1",
"babel-loader": "^6.2.10",
"babel-plugin-transform-class-properties": "^6.23.0",
"babel-polyfill": "^6.23.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react-app": "^2.0.1",
"babel-preset-react-optimize": "^1.0.1",
"copy-webpack-plugin": "^4.0.1",
"eslint": "^3.13.1",
"eslint-config-airbnb": "^14.1.0",
"eslint-config-react-app": "^0.6.2",
"eslint-loader": "^1.6.1",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-react": "^6.9.0",
"extract-text-webpack-plugin": "2.1.0",
"html-webpack-plugin": "^2.26.0",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.1",
"webpack": "2.3.3",
"webpack-dev-server": "2.4.2",
"zip-webpack-plugin": "^1.1.0"
},
"dependencies": {
"@turf/random": "^4.1.0",
"autoprefixer": "^6.6.1",
"babel-polyfill": "^6.23.0",
"css-loader": "^0.28.0",
"d3-request": "^1.0.5",
"deck.gl": "^4.0.5",
"file-loader": "^0.11.1",
"google-map-react": "^0.24.0",
"immutable": "^3.8.1",
"leaflet": "^1.0.3",
"luma.gl": "^3.0.2",
"normalize.css": "^6.0.0",
"object-assign": "^4.1.0",
"pigeon-maps": "^0.8.2",
"pigeon-marker": "^0.3.2",
"postcss-loader": "^1.2.2",
"promise": "^7.1.1",
"react": "^15.4.2",
"react-dev-utils": "0.5.2",
"react-dom": "^15.4.2",
"react-icons": "^2.2.3",
"react-leaflet": "^1.7.1",
"react-map-gl": "^1.8.2",
"react-redux": "^5.0.2",
"react-router": "4.0.0",
"react-router-dom": "4.0.0",
"style-loader": "^0.16.1",
"whatwg-fetch": "^2.0.1"
}
}