-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
63 lines (63 loc) · 1.67 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
{
"name": "marta-menu",
"version": "0.1.0",
"description": "MARTA Menu webapp",
"repository": {
"type": "git",
"url": "https://github.com/demory/marta-menu.git"
},
"author": "David Emory",
"license": "MIT",
"scripts": {
"test": ""
},
"dependencies": {
"body-parser": "^1.14.2",
"dsv-loader": "^1.1.0",
"file-loader": "^0.9.0",
"haversine": "^1.0.0",
"is-retina": "^1.0.3",
"isomorphic-fetch": "^2.2.1",
"leaflet": "^0.7.7",
"moment": "^2.15.2",
"rc-slider": "^3.8.2",
"rc-switch": "^1.4.2",
"react": "^0.14.3",
"react-addons-update": "^0.14.7",
"react-bootstrap": "^0.28.1",
"react-bootstrap-switch": "^3.4.5",
"react-dom": "^0.14.3",
"react-fa": "^4.1.2",
"react-leaflet": "^0.10.1",
"react-leaflet-heatmap-layer": "^0.2.3",
"react-redux": "^4.4.0",
"react-share": "^1.6.1",
"redux": "^3.3.1",
"redux-thunk": "^2.1.0",
"url-loader": "^0.5.7"
},
"devDependencies": {
"babel-cli": "^6.4.0",
"babel-core": "^6.3.26",
"babel-eslint": "^4.1.6",
"babel-loader": "^6.2.1",
"babel-plugin-react-transform": "^2.0.0",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"babel-preset-stage-0": "^6.3.13",
"css-loader": "^0.23.1",
"extract-text-webpack-plugin": "^0.8.2",
"html-webpack-plugin": "^1.6.1",
"json-loader": "^0.5.3",
"react-addons-test-utils": "^0.14.3",
"react-transform-hmr": "^1.0.0",
"style-loader": "^0.13.0",
"webpack": "^1.13.0",
"webpack-dev-middleware": "^1.2.0",
"webpack-hot-middleware": "^2.2.0",
"yaml-loader": "^0.1.0"
},
"standard": {
"parser": "babel-eslint"
}
}