-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
107 lines (107 loc) · 3.3 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
{
"name": "sharedstreets-road-closure-ui",
"version": "1.0.1",
"private": true,
"dependencies": {
"@blueprintjs/core": "^3.8.0",
"@blueprintjs/datetime": "^3.3.1",
"@blueprintjs/select": "^3.7.0",
"@blueprintjs/timezone": "^3.3.0",
"@mapbox/mapbox-gl-draw": "^1.1.1",
"@mapbox/mapbox-gl-geocoder": "^3.1.0",
"@mapbox/timespace": "^2.0.4",
"@turf/along": "^6.0.1",
"@turf/bbox": "^6.0.1",
"@turf/bbox-polygon": "^6.0.1",
"@turf/bearing": "^6.0.1",
"@turf/center": "^6.0.1",
"@turf/helpers": "^6.1.4",
"@turf/invariant": "^6.1.2",
"@turf/length": "^6.0.2",
"@turf/meta": "^6.0.2",
"@turf/midpoint": "^5.1.5",
"@turf/random": "^6.0.2",
"@types/body-parser": "^1.17.0",
"@types/express": "^4.17.0",
"@types/geojson": "^7946.0.4",
"@types/isomorphic-fetch": "^0.0.34",
"@types/klaw": "^3.0.0",
"@types/lodash": "^4.14.118",
"@types/mapbox-gl": "^0.49.0",
"@types/minimist": "^1.2.0",
"@types/moment-range": "^3.1.2",
"@types/moment-timezone": "^0.5.12",
"@types/qs": "^6.5.2",
"@types/react-redux": "^6.0.9",
"@types/react-router-dom": "^4.3.1",
"@types/redux": "^3.6.0",
"@types/redux-actions": "^2.3.1",
"@types/redux-thunk": "^2.1.0",
"@types/reselect": "^2.2.0",
"@types/through2": "^2.0.34",
"@types/uuid": "^3.4.4",
"abortcontroller-polyfill": "^1.3.0",
"add": "^2.0.6",
"aws-sdk": "^2.407.0",
"body-parser": "^1.19.0",
"class-transformer": "^0.2.0",
"concurrently": "^4.1.1",
"dotenv": "^8.1.0",
"express": "^4.17.1",
"express-favicon": "^2.0.1",
"isomorphic-fetch": "^2.2.1",
"js-yaml": "3.13.1",
"klaw": "^3.0.0",
"lodash": "^4.17.11",
"mapbox-gl": "^0.50.0",
"minimist": "^1.2.0",
"moment": "^2.24.0",
"moment-range": "^4.0.2",
"moment-timezone": "^0.5.23",
"nodemon": "^1.19.1",
"npm-run-all": "^4.1.5",
"qs": "^6.6.0",
"react": "^16.6.0",
"react-dom": "^16.6.0",
"react-redux": "^5.1.0",
"react-router-dom": "^4.3.1",
"react-scripts-ts": "3.1.0",
"react-week-calendar": "^0.1.3",
"redux": "^4.0.1",
"redux-actions": "^2.6.3",
"redux-observable": "^1.0.0",
"redux-thunk": "^2.3.0",
"reflect-metadata": "^0.1.13",
"reselect": "^4.0.0",
"rxjs": "^6.3.3",
"sharedstreets": "^0.13.1",
"sharedstreets-types": "^1.3.1",
"through2": "^3.0.1",
"ts-node": "^8.3.0",
"typesafe-actions": "3.4.0",
"uuid": "^3.3.2",
"yarn": "^1.10.1"
},
"resolutions": {
"react-day-picker": "7.3.0"
},
"scripts": {
"server": "tsc ./index.ts --outDir bin/ && node bin/index.js",
"start": "react-scripts-ts start",
"start:local": "REACT_APP_LOCAL_SERVER=true react-scripts-ts start",
"start:edit-publish": " REACT_APP_EDIT_ONLY=false yarn start",
"start:edit": " REACT_APP_EDIT_ONLY=true yarn start",
"build": "react-scripts-ts build",
"build:local": "REACT_APP_LOCAL_SERVER=true yarn build",
"test": "react-scripts-ts test --env=jsdom",
"test:debug": "react-scripts-ts --inspect-brk test --runInBand --no-cache",
"eject": "react-scripts-ts eject"
},
"devDependencies": {
"@types/jest": "^23.3.7",
"@types/node": "^10.12.0",
"@types/react": "^16.4.18",
"@types/react-dom": "^16.0.9",
"typescript": "^3.1.3"
}
}