forked from conveyal/analysis-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
170 lines (170 loc) · 5.35 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
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
{
"name": "@conveyal/analysis-ui",
"version": "0.0.0-semantic.release",
"description": "Conveyal's tool for editing land use/transportation scenarios.",
"homepage": "https://github.com/conveyal/analysis-ui#readme",
"bugs": {
"url": "https://github.com/conveyal/analysis-ui/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/conveyal/analysis-ui.git"
},
"license": "MIT",
"scripts": {
"build": "next build",
"check-format": "prettier --list-different .",
"predev": "yarn",
"dev": "next",
"format": "prettier --write .",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
"migrate": "migrate --store=./db/migrations-store.js --env=.env.local",
"start": "next start",
"start-backend": "java -Xmx4G -cp *.jar com.conveyal.analysis.BackendMain > /dev/null",
"pretest": "yarn",
"test": "yarn tsc && yarn lint && yarn jest",
"test-debug": "node --inspect-brk node_modules/.bin/jest --runInBand",
"prepare": "husky install"
},
"dependencies": {
"@auth0/nextjs-auth0": "^1.1.0",
"@babel/helper-call-delegate": "^7.12.13",
"@babel/runtime-corejs2": "^7.13.9",
"@chakra-ui/react": "^1.3.3",
"@conveyal/lonlat": "^1.4.0",
"@emotion/react": "^11.1.5",
"@emotion/styled": "^11.1.5",
"@mapbox/polyline": "^1.1.1",
"@next/bundle-analyzer": "^10.0.7",
"@rehooks/component-size": "^1.0.3",
"@rooks/use-key": "^4.11.0",
"@testing-library/jest-dom": "^5.11.9",
"@turf/area": "^6.3.0",
"@turf/bbox": "^6.3.0",
"@turf/bbox-polygon": "^6.3.0",
"@turf/bearing": "^6.3.0",
"@turf/boolean-point-in-polygon": "^6.3.0",
"@turf/center": "^6.3.0",
"@turf/clusters-dbscan": "^6.3.0",
"@turf/destination": "^6.3.0",
"@turf/distance": "^6.3.0",
"@turf/helpers": "^6.3.0",
"@turf/invariant": "^6.3.0",
"@turf/length": "^6.3.0",
"@turf/line-slice": "^6.3.0",
"@turf/nearest-point-on-line": "^6.3.0",
"@turf/point-to-line-distance": "^6.3.0",
"@types/cookie": "^0.4.0",
"@types/d3-color": "^2.0.1",
"@types/d3-scale-chromatic": "^2.0.0",
"@types/enzyme": "^3.10.8",
"@types/mapbox-gl-leaflet": "^0.0.1",
"classnames": "^2.2.6",
"compare-versions": "^3.6.0",
"cookie": "^0.4.1",
"crc": "^3.8.0",
"d3-color": "^2.0.0",
"d3-format": "^2.0.0",
"d3-interpolate": "^2.0.1",
"d3-scale": "^3.2.3",
"d3-scale-chromatic": "^2.0.0",
"d3-shape": "^2.0.0",
"date-fns": "^2.18.0",
"dequal": "^2.0.2",
"framer-motion": "^3.10.0",
"http-proxy": "^1.18.1",
"js-cookie": "^2.2.1",
"leaflet": "^1.7.1",
"leaflet-draw": "^1.0.4",
"lodash": "^4.17.21",
"logrocket": "^1.0.14",
"mapbox-gl": "^2.1.1",
"mapbox-gl-leaflet": "^0.0.14",
"memoize-one": "^5.1.1",
"migrate": "^1.7.0",
"mongodb": "^3.6.4",
"ms": "^2.1.3",
"next": "10.0.7",
"normalize.css": "^8.0.1",
"prop-types": "^15.7.2",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-error-boundary": "^3.1.1",
"react-icons": "^4.2.0",
"react-leaflet": "^2.8.0",
"react-leaflet-control": "^2.1.2",
"react-leaflet-draw": "^0.19.0",
"react-redux": "v7.2.2",
"react-select": "^4.1.0",
"react-sparklines": "^1.7.0",
"redux": "^4.0.5",
"redux-actions": "^2.6.5",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.3.0",
"reselect": "^4.0.0",
"shpjs": "^3.6.3",
"simple-statistics": "^7.6.0",
"simplebar": "^5.3.0",
"simplebar-react": "^2.3.0",
"swr": "^0.5.6",
"typescript": "^4.2.2",
"uuid": "^8.3.2",
"whatwg-fetch": "^3.6.2",
"xorshift": "^1.1.1"
},
"devDependencies": {
"@babel/core": "^7.13.8",
"@babel/preset-env": "^7.13.9",
"@testing-library/cypress": "^7.0.4",
"@testing-library/react": "^11.2.5",
"@types/cypress": "^1.1.3",
"@types/cypress-image-snapshot": "^3.1.5",
"@types/d3-format": "^2.0.0",
"@types/d3-scale": "^3.2.2",
"@types/d3-shape": "^2.0.0",
"@types/http-proxy": "^1.17.5",
"@types/jest": "^26.0.20",
"@types/lodash": "^4.14.168",
"@types/mapbox__polyline": "^1.0.2",
"@types/mongodb": "^3.6.8",
"@types/ms": "^0.7.31",
"@types/react": "^17.0.2",
"@types/react-leaflet": "^2.8.0",
"@types/react-redux": "^7.1.16",
"@types/react-select": "^4.0.13",
"@types/redux-actions": "^2.6.1",
"@types/shpjs": "^3.4.0",
"@types/testing-library__cypress": "^5.0.8",
"@types/uuid": "^8.3.0",
"@typescript-eslint/eslint-plugin": "^4.16.1",
"@typescript-eslint/parser": "^4.16.1",
"@wojtekmaj/enzyme-adapter-react-17": "^0.4.1",
"babel-eslint": "^10.1.0",
"babel-jest": "^26.6.3",
"cypress": "^6.6.0",
"cypress-file-upload": "^5.0.2",
"cypress-image-snapshot": "^4.0.1",
"cypress-wait-until": "^1.7.1",
"enzyme": "^3.11.0",
"enzyme-to-json": "^3.6.1",
"eslint": "^7.21.0",
"eslint-config-prettier": "^8.1.0",
"eslint-loader": "^4.0.2",
"eslint-plugin-cypress": "^2.11.2",
"eslint-plugin-jest": "^24.1.5",
"eslint-plugin-react": "^7.22.0",
"eslint-plugin-react-hooks": "^4.2.0",
"husky": "^5.1.3",
"jest": "^26.6.3",
"nock": "^13.0.10",
"prettier": "^2.2.1",
"pretty-quick": "^3.1.0",
"react-test-renderer": "^17.0.1",
"redux-mock-store": "^1.5.4",
"regenerator-runtime": "^0.13.7",
"rimraf": "^3.0.2"
},
"engines": {
"node": "12.x"
}
}