-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.29 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
{
"name": "treelative",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev -p 7001",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@chakra-ui/react": "1.6.10",
"@emotion/react": "11.5.0",
"@emotion/styled": "11.3.0",
"@fingerprintjs/fingerprintjs": "3.3.0",
"@googlemaps/google-maps-services-js": "3.3.0",
"@graphql-tools/schema": "8.3.1",
"@hookform/resolvers": "2.8.2",
"apollo-server-core": "3.4.0",
"apollo-server-micro": "3.4.0",
"bcryptjs": "2.4.3",
"firebase": "8.10.0",
"firebase-admin": "10.0.0",
"framer-motion": "4.1.17",
"google-map-react": "2.1.10",
"graphql": "15.7.1",
"graphql-request": "3.6.1",
"graphql-scalars": "1.12.0",
"jsonwebtoken": "8.5.1",
"mongodb": "4.1.3",
"next": "11.1.2",
"next-pwa": "5.3.1",
"nookies": "2.5.2",
"react": "17.0.2",
"react-datepicker": "4.3.0",
"react-dom": "17.0.2",
"react-easy-crop": "3.5.3",
"react-hook-form": "7.18.0",
"react-icons": "4.3.1",
"react-phone-input-2": "2.14.0",
"react-query": "3.30.0",
"react-select": "5.1.0",
"recharts": "2.1.6",
"recoil": "0.4.1",
"vis-network": "9.1.0",
"yup": "0.32.11"
},
"devDependencies": {
"standard": "16.0.3"
}
}