-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
77 lines (77 loc) · 2.07 KB
/
Copy pathpackage.json
File metadata and controls
77 lines (77 loc) · 2.07 KB
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
{
"name": "image-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint",
"db:generate": "npx drizzle-kit generate",
"db:migrate": "npx drizzle-kit migrate",
"db:studio": "npx drizzle-kit studio"
},
"dependencies": {
"@auth/core": "^0.34.3",
"@auth/drizzle-adapter": "^1.11.2",
"@base-ui/react": "^1.4.1",
"@hono/auth-js": "^1.1.1",
"@hono/zod-validator": "^0.7.6",
"@neondatabase/serverless": "^1.1.0",
"@tanstack/react-query": "^5.100.9",
"@types/lodash": "^4.17.24",
"@types/material-colors": "^1.2.3",
"@types/react-color": "^3.0.13",
"@uploadthing/react": "^7.3.3",
"add": "^2.0.6",
"avatar": "^0.1.0",
"bcryptjs": "^3.0.3",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"drizzle-orm": "^0.45.2",
"drizzle-zod": "^0.8.3",
"fabric": "5.3.0-browser",
"hono": "^4.12.18",
"jsdom": "^12.2.0",
"lodash": "^4.18.1",
"lucide-react": "^1.14.0",
"material-colors": "^1.2.6",
"next": "16.2.4",
"next-auth": "5.0.0-beta.31",
"next-intl": "^4.12.0",
"radix-ui": "^1.4.3",
"react": "19.2.4",
"react-color": "^2.19.3",
"react-dom": "19.2.4",
"react-icons": "^5.6.0",
"react-use": "^17.6.0",
"replicate": "^1.4.0",
"shadcn": "^4.7.0",
"sonner": "^2.0.7",
"stripe": "^22.1.1",
"tailwind-merge": "^3.5.0",
"textarea": "^0.3.0",
"tw-animate-css": "^1.4.0",
"unsplash-js": "^7.0.20",
"uploadthing": "^7.7.4",
"use-file-picker": "^2.1.4",
"uuid": "^14.0.0",
"zod": "^4.4.3",
"zustand": "^5.0.13"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/bcryptjs": "^3.0.0",
"@types/fabric": "5.3.0",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"babel-plugin-react-compiler": "1.0.0",
"dotenv": "^17.4.2",
"drizzle-kit": "^0.31.10",
"eslint": "^9",
"eslint-config-next": "16.2.4",
"tailwindcss": "^4",
"typescript": "^5"
}
}