-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
100 lines (100 loc) · 3.09 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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
{
"name": "app",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"build": "next build",
"db:push": "prisma db push",
"db:studio": "prisma studio",
"dev": "next dev",
"postinstall": "prisma generate",
"start": "next start",
"typecheck": "tsc --noEmit",
"test": "vitest"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.583.0",
"@lucia-auth/adapter-prisma": "^4.0.1",
"@node-rs/argon2": "^1.8.3",
"@prisma/client": "^5.15.0",
"@radix-ui/colors": "^3.0.0",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-icons": "^1.3.0",
"@t3-oss/env-nextjs": "^0.10.1",
"@trpc/client": "next",
"@trpc/react-query": "next",
"@trpc/server": "next",
"@uploadthing/react": "^6.6.0",
"@vis.gl/react-google-maps": "^1.1.0",
"arctic": "^1.9.2",
"bcryptjs": "^2.4.3",
"braces": "^3.0.3",
"clerk": "^0.8.3",
"clsx": "^2.1.1",
"cors": "^2.8.5",
"date-fns": "^3.6.0",
"extend": "^3.0.2",
"fast-xml-parser": "^4.4.1",
"framer-motion": "^11.3.8",
"geist": "^1.3.0",
"hawk": "^9.0.2",
"ioredis": "^5.4.1",
"jimp": "^0.22.12",
"jotai": "^2.8.1",
"lucia": "^3.2.0",
"next": "^14.2.7",
"next-themes": "^0.3.0",
"node-res": "^5.0.1",
"qs": "^6.12.1",
"radix-ui": "^1.0.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-dropzone": "^14.2.3",
"react-hot-toast": "^2.4.1",
"react-icons": "^5.2.1",
"request": "^2.88.2",
"server-only": "^0.0.1",
"superagent": "^9.0.2",
"t3": "^0.0.1",
"tunnel-agent": "^0.6.0",
"underscore": "^1.13.7",
"uploadthing": "^6.12.0",
"v": "^0.3.0",
"vite-tsconfig-paths": "^4.3.2",
"vitest": "^2.0.3",
"zod": "^3.23.3"
},
"devDependencies": {
"@biomejs/biome": "1.8.3",
"@iconify-icon/react": "^2.1.0",
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/themes": "^3.1.1",
"@tanstack/react-query": "^5.51.11",
"@testing-library/jest-dom": "^6.4.6",
"@testing-library/react": "^16.0.0",
"@types/bcryptjs": "^2.4.6",
"@types/eslint": "^8.56.2",
"@types/node": "^20.11.20",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.2.19",
"@typescript-eslint/eslint-plugin": "^7.16.1",
"@typescript-eslint/parser": "^7.16.1",
"@vitejs/plugin-react": "^4.3.1",
"eslint": "^8.57.0",
"eslint-config-next": "^14.1.3",
"eslint-plugin-react": "^7.35.0",
"jsdom": "^24.1.0",
"postcss": "^8.4.34",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.11",
"prisma": "^5.18.0",
"superjson": "^2.2.1",
"tailwindcss": "^3.4.6",
"typescript": "^5.4.2"
},
"ct3aMetadata": {
"initVersion": "7.33.1"
},
"packageManager": "[email protected]"
}