-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
81 lines (81 loc) · 2.24 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
72
73
74
75
76
77
78
79
80
81
{
"name": "polyphemus",
"version": "0.1.0",
"private": true,
"scripts": {
"build": "next build",
"db:push": "prisma db push",
"db:studio": "prisma studio",
"dev": "next dev",
"postinstall": "prisma generate",
"lint": "next lint",
"start": "next start"
},
"dependencies": {
"@auth/core": "^0.17.0",
"@auth/drizzle-adapter": "^0.3.4",
"@mantine/core": "^7.3.0",
"@mantine/dates": "^7.3.0",
"@mantine/form": "^7.3.0",
"@mantine/hooks": "^7.3.0",
"@mantine/notifications": "^7.3.0",
"@next-auth/prisma-adapter": "^1.0.7",
"@plaiceholder/next": "^3.0.0",
"@t3-oss/env-nextjs": "^0.7.0",
"@tabler/icons-react": "^2.39.0",
"@tanstack/react-query": "^4.32.6",
"@trpc/client": "^10.37.1",
"@trpc/next": "^10.37.1",
"@trpc/react-query": "^10.37.1",
"@trpc/server": "^10.37.1",
"@vercel/postgres": "^0.5.0",
"better-trakt": "^0.9.1",
"dayjs": "^1.11.10",
"drizzle-orm": "^0.28.6",
"drizzle-zod": "^0.5.1",
"fast-average-color-node": "^2.6.0",
"moviedb-promise": "^4.0.3",
"next": "^14.0.3",
"next-auth": "^4.24.4",
"plaiceholder": "^3.0.0",
"pusher": "^5.1.3",
"pusher-js": "^8.3.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-dropzone": "^14.2.3",
"react-player": "^2.14.1",
"sharp": "^0.32.6",
"slugify": "^1.6.6",
"superjson": "^1.13.1",
"zod": "^3.21.1",
"zod-prisma-types": "^2.7.7"
},
"devDependencies": {
"@prisma/client": "^5.4.2",
"@types/eslint": "^8.44.2",
"@types/node": "^18.16.0",
"@types/react": "^18.2.20",
"@types/react-dom": "^18.2.7",
"@typescript-eslint/eslint-plugin": "^6.3.0",
"@typescript-eslint/parser": "^6.3.0",
"autoprefixer": "^10.4.14",
"dotenv": "^16.3.1",
"drizzle-kit": "^0.19.13",
"eslint": "^8.47.0",
"eslint-config-next": "^13.5.4",
"pg": "^8.11.3",
"postcss": "^8.4.27",
"postcss-preset-mantine": "^1.9.0",
"postcss-simple-vars": "^7.0.1",
"prettier": "^3.0.0",
"prettier-plugin-tailwindcss": "^0.5.1",
"prisma": "^5.4.2",
"tailwindcss": "^3.3.3",
"tsx": "^3.14.0",
"typescript": "^5.1.6"
},
"ct3aMetadata": {
"initVersion": "7.22.0"
},
"packageManager": "[email protected]"
}