-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
69 lines (69 loc) · 2.17 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": "analyst-ui",
"version": "0.1.0",
"private": true,
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"postbuild": "postcss --use postcss-custom-properties --replace build/**/*.css",
"pretest": "npm run lint-js",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"lint-js": "eslint src/ test/ --ext .js,.jsx",
"make-proto": "curl https://s3.amazonaws.com/speed-extracts/speedtile.proto -o /dev/stdout | pbjs -t json - -o ./src/proto/speedtile.proto.json"
},
"dependencies": {
"@mapbox/geojson-normalize": "0.0.1",
"@mapbox/polyline": "0.2.0",
"colorbrewer": "1.0.0",
"crossfilter2": "1.4.3",
"d3": "3.5.17",
"dc": "2.1.8",
"file-saver": "1.3.3",
"humanize-duration": "3.10.1",
"leaflet": "1.0.3",
"leaflet-editable": "1.0.0",
"leaflet-extra-markers": "1.0.6",
"leaflet-shades": "0.1.1",
"leaflet.path.drag": "0.0.5",
"lodash": "4.17.4",
"mathjs": "3.17.0",
"moment": "2.19.3",
"protobufjs": "6.8.0",
"react": "15.6.1",
"react-addons-shallow-compare": "15.6.0",
"react-autosuggest": "9.3.1",
"react-dates": "12.3.0",
"react-dom": "15.6.1",
"react-leaflet": "1.3.1",
"react-redux": "5.0.5",
"react-scripts": "1.0.9",
"redux": "3.7.1",
"redux-devtools": "3.4.0",
"redux-devtools-dock-monitor": "1.1.2",
"redux-devtools-log-monitor": "1.3.0",
"redux-thunk": "2.2.0",
"semantic-ui-css": "2.2.10",
"semantic-ui-react": "0.70.0",
"string.prototype.padstart": "3.0.0",
"tangram": "0.14.2",
"url-search-params-polyfill": "2.0.0"
},
"devDependencies": {
"babel-eslint": "7.2.3",
"enzyme": "2.9.1",
"eslint": "3.19.0",
"eslint-config-react-app": "1.0.5",
"eslint-config-standard": "10.2.1",
"eslint-config-standard-jsx": "4.0.2",
"eslint-plugin-import": "2.7.0",
"eslint-plugin-jsx-a11y": "5.1.1",
"eslint-plugin-node": "5.1.0",
"eslint-plugin-promise": "3.5.0",
"eslint-plugin-react": "7.1.0",
"eslint-plugin-standard": "3.0.1",
"postcss-cli": "4.1.0",
"postcss-custom-properties": "6.1.0",
"react-test-renderer": "15.6.1"
}
}