forked from catalogueglobal/datatools-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
100 lines (100 loc) · 3.2 KB
/
package.json
File metadata and controls
100 lines (100 loc) · 3.2 KB
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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
{
"name": "datatools-manager",
"version": "0.0.0-development",
"description": "Core application for the Conveyal transit data tools suite",
"repository": {
"type": "git",
"url": "https://github.com/catalogueglobal/datatools-ui.git"
},
"author": "Conveyal LLC",
"license": "MIT",
"scripts": {
"build": "mastarm build --env production",
"cover-client": "npm run test-client -- --coverage --coverage-paths \"lib/**/*.js\"",
"cover-flow": "flow-coverage-report -t html -t text -i 'lib/**/*.js' -o coverage-flow",
"deploy": "mastarm deploy --minify --env production",
"lint": "mastarm lint \"lib/**/*.js\"",
"predeploy": "yarn",
"prestart": "yarn",
"start": "mastarm build --serve --proxy http://localhost:4000/api",
"test": "npm run lint && npm run test-client",
"test-client": "mastarm test -c configurations/test",
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
},
"dependencies": {
"@conveyal/lonlat": "^1.1.2",
"@conveyal/woonerf": "^2.2.1",
"@turf/line-slice-along": "^4.6.0",
"auth0-lock": "9",
"babel-polyfill": "^6.22.0",
"bootstrap": "^3.3.7",
"dom-helpers": "3.2.1",
"font-awesome": "^4.7.0",
"gravatar": "^1.5.2",
"immutable": "^3.8.1",
"iso-639-1": "^1.2.4",
"isomorphic-fetch": "^2.2.1",
"jszip": "^3.0.0",
"jwt-decode": "^2.1.0",
"leaflet": "1.0.3",
"lodash.clonedeep": "^4.5.0",
"lodash.omit": "^4.5.0",
"lodash.throttle": "^4.1.1",
"lodash.tolower": "^4.1.2",
"lodash.uniqueid": "^4.0.1",
"lodash.upperfirst": "^4.3.1",
"moment": "^2.11.2",
"numeral": "2.0.4",
"object-path": "^0.11.1",
"polyline": "^0.2.0",
"qs": "^6.2.1",
"rbush": "^2.0.1",
"rc-slider": "6.1.2",
"react": "^15.4.1",
"react-addons-shallow-compare": "^15.4.1",
"react-addons-update": "^15.4.1",
"react-bootstrap": "^0.30.0-rc.2",
"react-bootstrap-datetimepicker": "^0.0.22",
"react-bootstrap-table": "https://github.com/conveyal/react-bootstrap-table.git",
"react-color": "^2.3.4",
"react-dnd": "^2.1.4",
"react-dnd-html5-backend": "^2.1.2",
"react-dom": "^15.4.1",
"react-dropzone": "^3.5.3",
"react-leaflet": "1.1.0",
"react-pure-render": "^1.0.2",
"react-redux": "^5.0.3",
"react-router": "^3.0.0-alpha.1",
"react-router-bootstrap": "0.23.1",
"react-select": "^1.0.0-beta14",
"react-toggle": "^3.0.0",
"react-virtualized": "^9.2.2",
"react-virtualized-select": "^2.1.0",
"reduce-reducers": "^0.1.2",
"redux": "^3.3.1",
"redux-merge-reducers": "^0.0.2",
"reselect": "^3.0.0",
"shpjs": "^3.3.2",
"truncate": "^2.0.0",
"turf-along": "^3.0.10",
"turf-area": "^3.0.12",
"turf-bbox-polygon": "^3.0.12",
"turf-bearing": "^3.0.10",
"turf-line-distance": "^3.0.10",
"turf-line-slice": "^3.0.11",
"turf-linestring": "^1.0.2",
"turf-point": "^2.0.1",
"turf-point-on-line": "^3.0.11",
"validator": "7.0.0"
},
"devDependencies": {
"flow-bin": "^0.53.1",
"flow-coverage-report": "^0.3.0",
"mastarm": "^3.11.0",
"nock": "^9.0.14",
"semantic-release": "^6.3.2"
},
"standard": {
"parser": "babel-eslint"
}
}