-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 876 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 876 Bytes
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
{
"name": "devtree",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"postinstall": "prisma generate"
},
"dependencies": {
"@chakra-ui/icons": "1.0.5",
"@chakra-ui/react": "1.3.3",
"@emotion/react": "11.1.5",
"@emotion/styled": "11.1.5",
"@prisma/client": "^2.18.0",
"axios": "^0.21.1",
"firebase": "^8.3.0",
"firebase-admin": "^9.5.0",
"framer-motion": "^3.10.3",
"js-cookie": "^2.2.1",
"next": "10.0.8",
"pg": "^8.5.1",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-hook-form": "^6.15.4",
"react-icons": "^4.2.0",
"react-share": "^4.4.0",
"swr": "^0.5.3"
},
"devDependencies": {
"@types/node": "^14.14.34",
"@types/react": "^17.0.3",
"prisma": "^2.18.0",
"typescript": "^4.2.3"
}
}