-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.46 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
{
"name": "redistribution",
"version": "0.1.0",
"description": "",
"main": "index.js",
"scripts": {
"eslint": "eslint app",
"eslint:fix": "eslint --fix app",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "David Walsh",
"license": "MIT",
"dependencies": {
"babel-core": "*",
"babel-loader": "*",
"babel-plugin-syntax-object-rest-spread": "^6.0.14",
"babel-plugin-transform-object-assign": "*",
"babel-polyfill": "*",
"babel-preset-es2015": "*",
"babel-preset-react": "*",
"css-loader": "*",
"exports-loader": "*",
"express": "*",
"fetch": "*",
"file-loader": "*",
"imports-loader": "*",
"json-loader": "*",
"leaflet": "*",
"node-sass": "*",
"react": "*",
"react-dom": "*",
"react-loader": "^2.0.0",
"react-redux": "^4.0.0",
"react-select": "*",
"redux": "^3.0.4",
"redux-logger": "*",
"redux-thunk": "*",
"sass-loader": "*",
"style-loader": "*",
"url-loader": "*",
"webpack": "*",
"webpack-dev-middleware": "^1.2.0",
"webpack-hot-middleware": "^2.4.1"
},
"peerDepenencies": {
"babel": "*"
},
"engines": {
"node": ">=4.2.1"
},
"devDependencies": {
"eslint": "^2.8.0",
"eslint-config-airbnb": "^8.0.0",
"eslint-plugin-import": "^1.5.0",
"eslint-plugin-jsx-a11y": "^1.0.2",
"eslint-plugin-react": "^5.0.1",
"mapshaper": "^0.3.20",
"minimist": "^1.2.0",
"topojson": "^1.6.24"
}
}