-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 977 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
38
{
"name": "daische",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "prisma generate && prisma migrate deploy && next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/react": "^2.5.1",
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@hookform/resolvers": "^2.9.11",
"@prisma/client": "^4.10.1",
"framer-motion": "^10.0.0",
"next": "13.2.1",
"next-auth": "^4.20.1",
"phosphor-react": "^1.4.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.43.2",
"zod": "^3.20.6",
"zustand": "^4.3.3"
},
"devDependencies": {
"@types/node": "^18.14.2",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@vboechat/eslint-config": "^1.2.0",
"axios": "^1.3.3",
"eslint": "^8.34.0",
"eslint-config-next": "^13.2.1",
"prisma": "^4.10.1",
"typescript": "4.9.5"
}
}