-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.05 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
{
"name": "book-wise",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"prisma": {
"seed": "ts-node --compiler-options {\"module\":\"CommonJS\"} prisma/seed.ts"
},
"dependencies": {
"@phosphor-icons/react": "^2.0.10",
"@prisma/client": "^5.1.1",
"@radix-ui/react-avatar": "^1.0.3",
"@radix-ui/react-dialog": "^1.0.4",
"@stitches/react": "^1.2.8",
"@tanstack/react-query": "^4.33.0",
"@types/node": "20.5.1",
"@types/react": "18.2.20",
"@types/react-dom": "18.2.7",
"axios": "^1.5.0",
"dayjs": "^1.11.9",
"eslint": "8.47.0",
"eslint-config-next": "13.4.19",
"next": "13.4.19",
"next-auth": "^4.23.1",
"next-seo": "^6.1.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-loading-skeleton": "^3.3.1",
"typescript": "5.1.6",
"zod": "^3.22.2"
},
"devDependencies": {
"@rocketseat/eslint-config": "^2.1.0",
"prisma": "^5.1.1",
"ts-node": "^10.9.1"
}
}