-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
114 lines (114 loc) · 3.46 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
{
"name": "new-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"test": "jest --watch --verbose --runInBand --detectOpenHandles",
"check-types": "tsc --noEmit"
},
"dependencies": {
"@fortawesome/fontawesome-common-types": "^0.2.26",
"@fortawesome/fontawesome-svg-core": "^1.2.26",
"@fortawesome/free-solid-svg-icons": "^5.12.0",
"@fortawesome/react-fontawesome": "^0.1.8",
"@mapbox/mapbox-sdk": "^0.10.0",
"@material-ui/core": "^4.9.9",
"@math.gl/web-mercator": "^3.1.3",
"@reduxjs/toolkit": "^1.2.1",
"@turf/turf": "^5.1.6",
"@zeit/next-sass": "^1.0.1",
"aws-sdk": "^2.628.0",
"babel-plugin-import": "^1.13.0",
"bcrypt": "^3.0.8",
"chrome-aws-lambda": "^2.1.1",
"cookie": "^0.4.1",
"d3": "^6.5.0",
"d3-simple-slider": "^1.6.5",
"date-fns": "^2.10.0",
"dotenv": "^8.2.0",
"eslint": "^6.8.0",
"eslint-plugin-react": "^7.18.3",
"firebase": "^7.14.1",
"firebase-admin": "^8.10.0",
"focus-visible": "^5.1.0",
"formik": "^2.1.4",
"framer-motion": "^1.10.3",
"graphql": "^14.5.8",
"intersection-observer": "^0.10.0",
"isomorphic-unfetch": "^3.0.0",
"js-cookie": "^2.2.1",
"js-levenshtein": "^1.1.6",
"jsonwebtoken": "^8.5.1",
"jwt-simple": "^0.5.6",
"leaflet": "^1.7.1",
"lodash": "^4.17.15",
"logrocket": "^1.0.7",
"mapbox-gl": "^1.5.0",
"next": "^9.4.0",
"next-cookies": "^2.0.3",
"node-sass": "^4.13.0",
"nprogress": "^0.2.0",
"pg": "^8.5.1",
"puppeteer-core": "^2.1.1",
"pusher": "^3.0.0",
"pusher-js": "^5.1.1",
"react": "^16.13.0",
"react-datepicker": "^2.14.1",
"react-dom": "^16.13.0",
"react-leaflet": "^3.1.0",
"react-map-gl": "^5.3.9",
"react-redux": "^7.1.3",
"react-select": "^3.0.8",
"redux": "^4.0.5",
"redux-saga": "^1.1.3",
"redux-undo": "^1.0.0",
"simplify-geojson": "^1.0.3",
"styled-components": "^5.0.1",
"swr": "^0.2.0",
"viewport-mercator-project": "^7.0.1",
"yup": "^0.28.1"
},
"devDependencies": {
"@babel/preset-env": "^7.9.6",
"@testing-library/dom": "^7.16.0",
"@testing-library/jest-dom": "^5.5.0",
"@testing-library/react": "^10.0.4",
"@testing-library/user-event": "^11.4.1",
"@types/d3": "^6.3.0",
"@types/date-fns": "^2.6.0",
"@types/jest": "^24.0.23",
"@types/js-cookie": "^2.2.5",
"@types/leaflet": "^1.7.0",
"@types/lodash": "^4.14.168",
"@types/mapbox__mapbox-sdk": "^0.6.2",
"@types/node": "^12.12.14",
"@types/nprogress": "^0.2.0",
"@types/pg": "^7.14.1",
"@types/pusher-js": "^4.2.2",
"@types/react": "^16.9.13",
"@types/react-dom": "^16.9.4",
"@types/react-redux": "^7.1.5",
"@types/react-select": "^3.0.10",
"@types/resize-observer-browser": "^0.1.3",
"@types/styled-components": "^5.1.0",
"@types/webpack-env": "^1.15.0",
"@types/yup": "^0.29.11",
"@typescript-eslint/eslint-plugin": "^2.27.0",
"@typescript-eslint/parser": "^2.27.0",
"babel-jest": "^25.5.1",
"babel-plugin-inline-react-svg": "^1.1.1",
"babel-plugin-styled-components": "^1.10.6",
"eslint-plugin-jsx-a11y": "^6.4.1",
"jest": "^25.5.2",
"jest-styled-components": "^7.0.2",
"msw": "^0.19.1",
"puppeteer": "^2.1.1",
"react-test-renderer": "^16.13.1",
"resize-observer-polyfill": "^1.5.1",
"ts-jest": "^25.4.0",
"typescript": "^4.2.3"
}
}