-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathpackage.json
81 lines (81 loc) · 2.43 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
76
77
78
79
80
81
{
"name": "scenario-editor",
"description": "Conveyal's tool for editing land use/transportation scenarios.",
"main": "lib/index.js",
"standard": {
"parser": "babel-eslint"
},
"scripts": {
"test": "mastarm lint",
"start": "mastarm build --serve lib/index.js:assets/index.js --proxy http://localhost:7070/api",
"docs": "cd docs && mkdocs serve",
"deploy": "mastarm deploy --config configurations/default",
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
},
"repository": {
"type": "git",
"url": "https://github.com/conveyal/scenario-editor.git"
},
"author": "Matthew Wigginton Conway <mconway@conveyal.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/conveyal/scenario-editor/issues"
},
"homepage": "https://github.com/conveyal/scenario-editor#readme",
"dependencies": {
"auth0-lock": "^9.2.2",
"bootstrap": "^3.3.6",
"color": "^0.11.3",
"debounce": "^1.0.0",
"debug": "^2.2.0",
"deep-extend": "^0.4.1",
"flux-standard-action": "^0.6.1",
"font-awesome": "^4.6.3",
"http-errors": "^1.5.0",
"immutable": "^3.8.1",
"isomorphic-fetch": "^2.2.1",
"leaflet": "^0.7.7",
"leaflet-draw": "^0.3.0",
"leaflet-transit-editor": "^0.0.9",
"lodash.isequal": "^4.3.0",
"lonlng": "0.1.0",
"polyline": "^0.2.0",
"react": "^15.2.1",
"react-addons-perf": "^15.2.1",
"react-addons-shallow-compare": "^15.2.1",
"react-dock": "^0.2.3",
"react-dom": "^15.2.1",
"react-leaflet": "^0.12.1",
"react-modal": "^1.4.0",
"react-redux": "^4.4.5",
"react-router": "^2.6.0",
"react-router-redux": "^4.0.5",
"react-select": "^1.0.0-beta14",
"react-select-geocoder": "^0.1.1",
"recompose": "^0.20.2",
"redux": "^3.5.2",
"redux-actions": "^0.10.1",
"redux-devtools": "^3.3.1",
"redux-logger": "^2.6.1",
"redux-promise": "^0.5.3",
"relay": "^0.8.0",
"reselect": "^2.5.3",
"shpjs": "^3.3.2",
"to-capital-case": "^1.0.0",
"to-sentence-case": "^1.0.0",
"turf-bearing": "^3.0.12",
"turf-destination": "^3.0.12",
"turf-distance": "^3.0.12",
"turf-inside": "^3.0.12",
"turf-line-distance": "^3.0.12",
"turf-line-slice": "^3.0.12",
"turf-linestring": "^1.0.2",
"turf-point": "^2.0.1",
"turf-polygon": "^1.0.3",
"uuid": "^2.0.2"
},
"devDependencies": {
"mastarm": "^0.6.3",
"semantic-release": "^4.3.5"
}
}