forked from hotosm/osm-analytics
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
75 lines (75 loc) · 2.18 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
70
71
72
73
74
75
{
"name": "osm-analytics",
"version": "0.1.0",
"description": "OSM data analysis tool, user interface",
"main": "index.js",
"scripts": {
"test": "npm run lint",
"start": "webpack-dev-server -d --history-api-fallback --hot --inline --progress --colors --port 3000",
"build": "NODE_ENV=production webpack --progress --colors",
"lint": "eslint -c .eslintrc.js --ext .jsx,.js app"
},
"repository": {
"type": "git",
"url": "git+https://github.com/GFDRR/osm-analytics.git"
},
"license": "BSD-3-Clause",
"dependencies": {
"babel-core": "^6.10.4",
"babel-eslint": "^7.2.3",
"babel-loader": "^6.2.3",
"babel-plugin-transform-runtime": "^6.5.2",
"babel-preset-es2015": "^6.5.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.5.0",
"babel-runtime": "^6.5.0",
"classnames": "^2.2.3",
"colorbrewer": "^1.3.0",
"css-loader": "^0.23.1",
"d3-queue": "^2.0.3",
"eslint": "^4.18.2",
"eslint-plugin-react": "^7.1.0",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.8.5",
"history": "^2.1.2",
"javascript.util": "^0.12.12",
"json-loader": "^0.5.4",
"lineclip": "^1.1.5",
"lodash": ">=4.17.21",
"moment": "^2.12.0",
"ms": "^2.1.1",
"pbf": "^1.3.5",
"polyline": "^0.2.0",
"postcss-loader": "^0.8.1",
"postcss-nested": "^1.0.0",
"precss": "^1.4.0",
"promise-polyfill": "8.1.0",
"rc-dropdown": "^1.4.7",
"rc-menu": "^4.10.8",
"react": "^0.14.8",
"react-autocomplete": "^0.2.1",
"react-autosuggest": "2.1.0",
"react-dom": "^0.14.7",
"react-hot-loader": "^1.3.0",
"react-modal": "^0.6.1",
"react-redux": "^4.4.0",
"react-router": "^2.0.0",
"react-router-redux": "^4.0.0",
"redux": "^3.3.1",
"redux-actions": "^0.9.1",
"rucksack-css": "^0.8.5",
"sphericalmercator": "^1.0.4",
"style-loader": "^0.13.0",
"superagent": "^3.7.0",
"superagent-promise-plugin": "^3.1.0",
"turf": "^3.0.14",
"vector-tile": "^1.2.0",
"vega": "^2.5.2",
"webpack": "^1.12.14",
"webpack-hot-middleware": "^2.7.1",
"xml-parse": "^0.3.0"
},
"devDependencies": {
"webpack-dev-server": "~1.14.1"
}
}