-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
71 lines (71 loc) · 1.97 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
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "zez-2023",
"version": "0.1.0",
"private": true,
"scripts": {
"build": "next build",
"dev": "next dev",
"postinstall": "prisma generate",
"lint": "next lint",
"start": "next start"
},
"dependencies": {
"@formkit/auto-animate": "0.8.2",
"@next-auth/prisma-adapter": "^1.0.7",
"@prisma/client": "^4.16.2",
"@tanstack/react-query": "^4.36.1",
"@trpc/client": "^10.45.2",
"@trpc/next": "^10.45.2",
"@trpc/react-query": "^10.45.2",
"@trpc/server": "^10.45.2",
"cheerio": "1.0.0-rc.12",
"clsx": "^2.1.1",
"daisyui": "^2.52.0",
"jotai": "^2.8.4",
"jotai-trpc": "^0.7.0",
"next": "^14.2.4",
"next-auth": "^4.24.7",
"next-seo": "^6.5.0",
"rc-drawer": "^6.5.2",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-icons": "^4.12.0",
"react-social-media-embed": "^2.5.13",
"sass": "^1.77.6",
"seedrandom": "^3.0.5",
"superjson": "2.2.1",
"tailwind-merge": "^2.4.0",
"zod": "^3.23.8"
},
"devDependencies": {
"@tanstack/react-query-devtools": "^4.36.1",
"@total-typescript/ts-reset": "^0.4.2",
"@types/eslint": "^8.56.10",
"@types/node": "^18.19.39",
"@types/prettier": "^2.7.3",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/seedrandom": "^3.0.8",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"autoprefixer": "^10.4.19",
"csstype": "^3.1.3",
"eslint": "^8.57.0",
"eslint-config-next": "^13.5.6",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-simple-import-sort": "^10.0.0",
"postcss": "^8.4.39",
"prettier": "^2.8.8",
"prettier-plugin-tailwindcss": "^0.2.8",
"prisma": "^4.16.2",
"sharp": "^0.32.6",
"tailwindcss": "^3.4.4",
"type-fest": "^3.13.1",
"typescript": "^5.5.2"
},
"ct3aMetadata": {
"initVersion": "7.12.0"
}
}