forked from ibi-group/datatools-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
154 lines (154 loc) · 4.78 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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
{
"name": "datatools-manager",
"version": "0.0.0-development",
"description": "Core application for the Conveyal transit data tools suite",
"jest": {
"setupTestFrameworkScriptFile": "<rootDir>/__tests__/test-utils/setup.js"
},
"repository": {
"type": "git",
"url": "https://github.com/conveyal/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",
"flow": "mastarm flow",
"lint": "mastarm lint __mocks__ __tests__ lib scripts --quiet",
"lint-messages": "node scripts/lint-messages.js",
"predeploy": "yarn",
"prestart": "yarn",
"start": "mastarm build --env dev --serve --proxy http://localhost:4000/api",
"test": "npm run lint && npm run lint-messages && yarn run flow && npm run test-client",
"test-client": "mastarm test -c configurations/test --test-path-ignore-patterns \"__tests__/end-to-end __tests__/test-utils\"",
"test-end-to-end": "mastarm test --test-path-ignore-patterns \"lib __tests__/test-utils\"",
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
},
"dependencies": {
"@conveyal/lonlat": "^1.3.0",
"@conveyal/woonerf": "^2.4.1",
"@turf/along": "^5.1.5",
"@turf/area": "^6.0.1",
"@turf/distance": "^5.1.5",
"@turf/line-slice-along": "^4.6.0",
"@turf/nearest-point-on-line": "^5.1.5",
"auth0-js": "^9.3.2",
"auth0-lock": "^11.3.1",
"bootstrap": "^3.3.7",
"bugsnag-js": "^4.7.2",
"bugsnag-react": "^1.1.1",
"common-tags": "^1.6.0",
"dom-helpers": "3.2.1",
"file-saver": "^1.3.8",
"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.3.4",
"lodash": "^4.17.10",
"moment": "^2.11.2",
"numeral": "2.0.4",
"object-path": "^0.11.1",
"polyline": "^0.2.0",
"prop-types": "^15.6.0",
"qs": "^6.2.1",
"randomcolor": "^0.5.3",
"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-ga": "^2.3.5",
"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-router-redux": "^4.0.8",
"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-actions": "^2.2.1",
"redux-merge-reducers": "^0.0.2",
"redux-undo": "^1.0.0-beta9-9-7",
"reselect": "^3.0.0",
"shpjs": "^3.3.2",
"truncate": "^2.0.0",
"turf-area": "^3.0.12",
"turf-bbox-polygon": "^3.0.12",
"turf-bearing": "^3.0.10",
"turf-featurecollection": "^1.0.1",
"turf-line-distance": "^3.0.10",
"turf-line-slice": "^3.0.11",
"turf-linestring": "^1.0.2",
"turf-multilinestring": "^1.0.2",
"turf-point": "^2.0.1",
"turf-point-on-line": "^3.0.11",
"turf-polygon": "^1.0.3",
"uuid": "^3.1.0",
"validator": "7.0.0"
},
"devDependencies": {
"flow-bin": "^0.77.0",
"flow-coverage-report": "^0.3.0",
"fs-extra": "^6.0.1",
"js-yaml": "^3.11.0",
"jsonwebtoken": "^7.4.1",
"mastarm": "^4.4.1",
"md5-file": "^4.0.0",
"nock": "^9.0.14",
"puppeteer": "^1.11.0",
"semantic-release": "^6.3.2",
"simple-node-logger": "^0.93.37"
},
"standard": {
"env": [
"jest"
],
"parser": "babel-eslint",
"globals": [
"$Diff",
"$Keys",
"$Values",
"Blob",
"ClipboardEvent",
"File",
"IntervalID",
"HTMLCanvasElement",
"HTMLElement",
"HTMLInputElement",
"KeyboardEvent",
"MouseEvent",
"ReactComponent",
"ReactElement",
"SyntheticEvent",
"SyntheticClipboardEvent",
"SyntheticCompositionEvent",
"SyntheticInputEvent",
"SyntheticUIEvent",
"SyntheticFocusEvent",
"SyntheticKeyboardEvent",
"SyntheticMouseEvent",
"SyntheticDragEvent",
"SyntheticWheelEvent",
"SyntheticTouchEvent"
]
}
}