forked from move-lab/lab-whatthestreet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.34 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
{
"scripts": {
"dev": "node server/server.js",
"build": "next build",
"start": "NODE_ENV=production node server/server.js"
},
"dependencies": {
"@turf/transform-rotate": "^5.1.5",
"@turf/turf": "^5.1.6",
"axios": "^0.19.1",
"body-parser": "^1.18.3",
"compression": "^1.7.3",
"cors": "^2.8.5",
"d3-geo": "^1.11.3",
"express": "^4.16.4",
"express-rate-limit": "^2.14.2",
"geoip-lite": "^1.3.6",
"immutable": "^3.8.1",
"lodash.debounce": "^4.0.8",
"lodash.find": "^4.6.0",
"lodash.findindex": "^4.6.0",
"lodash.keyby": "^4.6.0",
"lodash.maxby": "^4.6.0",
"lodash.minby": "^4.6.0",
"lodash.sample": "^4.2.1",
"lodash.samplesize": "^4.2.0",
"mapbox-gl": "^0.53.0",
"mapbox.js": "^3.1.1",
"mongodb": "^3.5.2",
"next": "^9.2.0",
"next-redux-wrapper": "^1.1.2",
"prop-types": "^15.7.2",
"react": "^16.3.2",
"react-dom": "^16.3.2",
"react-ga": "^2.5.7",
"react-mapbox-gl": "^1.11.0",
"react-redux": "^5.0.4",
"redis": "^2.7.1",
"redux": "^3.6.0",
"redux-search": "^2.3.3",
"redux-thunk": "^2.2.0",
"reselect": "^3.0.0",
"sha1": "^1.1.1",
"smoothscroll-polyfill": "^0.3.5",
"tween.js": "^16.6.0"
},
"devDependencies": {
"aws-sdk": "^2.76.0",
"react-addons-perf": "^15.4.2",
"webpage": "^0.3.0"
}
}