-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage.json
67 lines (67 loc) · 1.84 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
{
"name": "next-app",
"version": "0.1.0",
"private": true,
"scripts": {
"local": "NEXT_PUBLIC_LOCAL=true NEXT_PUBLIC_STAGING=true next dev",
"localfuncs": "NEXT_PUBLIC_LOCALFUNCS=true NEXT_PUBLIC_STAGING=true next dev",
"dev": "NEXT_PUBLIC_STAGING=true next dev",
"prod": "NEXT_PUBLIC_PROD=true next dev",
"build": "next build",
"postbuild": "next-sitemap",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.5.0",
"@mapbox/mapbox-gl-geocoder": "^5.0.1",
"@next/font": "^13.0.5",
"@turf/turf": "^6.5.0",
"@types/node": "18.11.9",
"@types/react": "18.0.25",
"@types/react-dom": "18.0.9",
"async-retry": "^1.3.3",
"classnames": "^2.3.2",
"cookies-next": "^2.1.1",
"core-js": "^3.1.4",
"firebase": "^10.12.4",
"firebaseui": "^3.5.2",
"firestore-size": "^2.0.7",
"geofire-common": "^6.0.0",
"history": "^5.3.0",
"mapbox-gl": "^3.4.0",
"next": "13.3.4",
"next-sitemap": "^3.1.48",
"nextjs-progressbar": "^0.0.16",
"osmtogeojson": "^3.0.0-beta.5",
"react": "18.2.0",
"react-app-polyfill": "^1.0.1",
"react-color": "^2.19.3",
"react-confetti-explosion": "^2.1.2",
"react-countup": "^6.5.3",
"react-dom": "18.2.0",
"react-dropdown": "^1.10.0",
"react-firebase-hooks": "^5.1.1",
"react-ga4": "^2.0.0",
"react-intersection-observer": "^9.4.1",
"react-linkify": "^1.0.0-alpha",
"react-textarea-autosize": "^8.4.0",
"react-tooltip": "^5.25.0",
"react-transition-group": "^4.4.5",
"recharts": "^2.1.16",
"request-ip": "^3.3.0",
"sass": "^1.56.1",
"typescript": "4.9.3"
},
"engines": {
"node": "18.x.x"
},
"browserslist": [
">0.2%",
"since 2015",
"not dead",
"ie >= 11",
"safari >= 8",
"not op_mini all"
]
}