-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.63 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
51
52
53
54
55
56
57
58
{
"name": "notion-blog",
"version": "0.1.0",
"private": true,
"scripts": {
"build": "prisma generate --data-proxy && next build",
"dev": "next dev",
"postinstall": "prisma generate --data-proxy",
"lint": "next lint",
"start": "next start",
"format": "pnpm prettier --write ."
},
"dependencies": {
"@next-auth/prisma-adapter": "^1.0.5",
"@notionhq/client": "^2.2.3",
"@prisma/client": "^4.11.0",
"@radix-ui/colors": "^0.1.8",
"@radix-ui/react-dropdown-menu": "^2.0.2",
"@radix-ui/react-icons": "^1.2.0",
"@radix-ui/react-toggle": "^1.0.1",
"@radix-ui/react-toggle-group": "^1.0.2",
"@tanstack/react-query": "^4.24.9",
"@trpc/client": "^10.12.0",
"@trpc/next": "^10.12.0",
"@trpc/react-query": "^10.12.0",
"@trpc/server": "^10.12.0",
"next": "13.1.6",
"next-auth": "^4.20.1",
"next-themes": "^0.2.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"superjson": "1.12.2",
"zod": "^3.20.6",
"zustand": "^4.3.3"
},
"devDependencies": {
"@types/node": "^18.14.0",
"@types/prettier": "^2.7.2",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@typescript-eslint/eslint-plugin": "^5.52.0",
"@typescript-eslint/parser": "^5.52.0",
"autoprefixer": "^10.4.13",
"eslint": "^8.34.0",
"eslint-config-next": "13.1.6",
"eslint-config-prettier": "^8.6.0",
"postcss": "^8.4.21",
"prettier": "^2.8.4",
"prettier-plugin-tailwindcss": "^0.2.3",
"prisma": "^4.11.0",
"sass": "^1.58.3",
"tailwindcss": "^3.2.7",
"typescript": "^4.9.5"
},
"ct3aMetadata": {
"initVersion": "7.3.2"
}
}