-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 896 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
36
37
{
"name": "web",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@apollo/client": "^3.2.2",
"@chakra-ui/core": "^0.8.0",
"@emotion/core": "^10.0.35",
"@emotion/styled": "^10.0.27",
"@prisma/cli": "^2.8.1",
"@prisma/client": "^2.8.1",
"axios": "^0.20.0",
"date-fns": "^2.16.1",
"emotion-theming": "^10.0.27",
"graphql": "^15.3.0",
"next": "9.5.3",
"next-auth": "^3.1.0",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-hook-form": "^6.9.2",
"react-icons": "^3.11.0",
"superjson": "^1.3.0",
"swr": "^0.3.5"
},
"devDependencies": {
"@types/next-auth": "^3.1.11",
"@types/node": "^14.11.5",
"@types/react": "^16.9.51",
"babel-plugin-superjson-next": "^0.1.8",
"typescript": "^4.0.3"
}
}