-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.66 KB
/
Copy pathpackage.json
File metadata and controls
61 lines (61 loc) · 1.66 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
{
"name": "saver",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "./environment/start.sh",
"build": "next build",
"start": "next start",
"lint": "next lint",
"postinstall": "prisma generate"
},
"dependencies": {
"@auth/prisma-adapter": "2.7.4",
"@edgestore/react": "0.2.2",
"@edgestore/server": "0.2.2",
"@hookform/resolvers": "3.10.0",
"@prisma/client": "5.22.0",
"@radix-ui/react-dialog": "1.1.5",
"@radix-ui/react-switch": "1.1.2",
"@radix-ui/react-tabs": "1.1.2",
"@radix-ui/react-tooltip": "1.1.7",
"@tanstack/react-query": "5.64.2",
"bcryptjs": "2.4.3",
"class-variance-authority": "0.7.1",
"clsx": "2.1.1",
"lucide-react": "0.474.0",
"next": "14.2.23",
"next-auth": "5.0.0-beta.25",
"next-safe-action": "7.10.2",
"open-graph-scraper": "6.9.0",
"probe-image-size": "7.2.3",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-dropzone": "14.3.5",
"react-hook-form": "7.54.2",
"server-only": "0.0.1",
"sharp": "0.33.5",
"sonner": "1.7.2",
"tailwind-merge": "2.6.0",
"thumbhash": "0.1.1",
"zod": "3.24.1",
"zustand": "5.0.3"
},
"devDependencies": {
"@types/bcryptjs": "2.4.6",
"@types/node": "22.10.10",
"@types/probe-image-size": "7.2.5",
"@types/react": "18.3.18",
"@types/react-dom": "18.3.5",
"autoprefixer": "10.4.20",
"eslint": "8.57.1",
"eslint-config-next": "14.2.23",
"postcss": "8.5.1",
"prettier": "3.4.2",
"prettier-plugin-prisma": "5.0.0",
"prettier-plugin-tailwindcss": "0.6.11",
"prisma": "5.22.0",
"tailwindcss": "3.4.17",
"typescript": "5.7.3"
}
}