forked from timetospare/find-food-camden
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 866 Bytes
/
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
{
"name": "public-platform",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@elastic/elasticsearch": "6",
"@reach/combobox": "^0.11.2",
"@reach/dialog": "^0.12.1",
"@turf/boolean-point-in-polygon": "^6.0.1",
"@turf/helpers": "^6.1.4",
"cors": "^2.8.5",
"firebase": "^8.0.2",
"firebase-admin": "^9.4.1",
"firestore-parser": "^0.9.0",
"next": "10.0.1",
"postcss-import": "^13.0.0",
"prop-types": "^15.7.2",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-map-gl": "^5.2.10",
"react-responsive": "^8.1.1",
"tailwindcss": "^1.9.6",
"tailwindcss-debug-screens": "^2.0.0",
"uuid": "^8.3.1"
},
"devDependencies": {
"@svgr/webpack": "^5.5.0",
"url-loader": "^4.1.1"
}
}