-
-
Notifications
You must be signed in to change notification settings - Fork 29
/
package.json
93 lines (93 loc) · 2.66 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
{
"name": "sanity",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format:check": "npx prettier . --check",
"format:fix": "npx prettier . --write",
"prepare": "husky"
},
"dependencies": {
"@hookform/resolvers": "^3.9.1",
"@material-tailwind/react": "2.1.9",
"@portabletext/react": "3.0.18",
"@radix-ui/react-avatar": "^1.1.2",
"@radix-ui/react-dialog": "1.1.1",
"@radix-ui/react-dropdown-menu": "2.1.1",
"@radix-ui/react-icons": "1.3.0",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-popover": "^1.1.4",
"@radix-ui/react-select": "2.1.1",
"@radix-ui/react-separator": "^1.1.1",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-toast": "^1.2.4",
"@sanity/image-url": "^1.1.0",
"@tabler/icons": "1.115.0",
"@tabler/icons-react": "3.11.0",
"@types/bcrypt": "5.0.2",
"axios": "1.7.4",
"axios-retry": "^4.5.0",
"bcrypt": "5.1.1",
"bcryptjs": "2.4.3",
"brackets-manager": "^1.6.4",
"brackets-memory-db": "^1.0.5",
"brackets-viewer": "^1.6.2",
"class-variance-authority": "0.7.0",
"classnames": "^2.5.1",
"clsx": "2.1.1",
"cobe": "0.6.3",
"dotenv": "16.4.5",
"framer-motion": "11.3.19",
"html2canvas": "1.4.1",
"lucide-react": "0.399.0",
"mongoose": "8.8.3",
"next": "^15.1.2",
"next-auth": "4.24.11",
"next-sanity": "^9.8.27",
"next-themes": "0.3.0",
"nextjs-toploader": "1.6.12",
"query-string": "^9.1.1",
"react": "18.3.0",
"react-dom": "18.3.0",
"react-hook-form": "^7.54.2",
"react-hot-toast": "^2.4.1",
"react-icons": "5.2.1",
"react-loading-skeleton": "3.4.0",
"react-spinners": "^0.15.0",
"resend": "3.4.0",
"sharp": "^0.33.5",
"tailwind-merge": "2.4.0",
"tailwindcss-animate": "1.0.7",
"usehooks-ts": "3.1.0",
"zod": "^3.24.1"
},
"devDependencies": {
"@eslint/js": "^9.17.0",
"@tailwindcss/typography": "0.5.13",
"@types/bcryptjs": "^2.4.6",
"@types/mongoose": "^5.11.97",
"@types/node": "20.11.24",
"@types/react": "18.2.61",
"@types/react-dom": "18.2.19",
"@types/react-reconciler": "0.28.8",
"@typescript-eslint/eslint-plugin": "^8.18.1",
"@typescript-eslint/parser": "^8.18.1",
"eslint": "^9.17.0",
"eslint-config-next": "^15.1.2",
"eslint-plugin-next": "^0.0.0",
"globals": "^15.14.0",
"husky": "^9.1.7",
"postcss": "8.4.35",
"prettier": "3.4.2",
"tailwindcss": "3.4.4",
"typescript": "5.3.3",
"typescript-eslint": "^8.18.1"
},
"prisma": {
"seed": "node prisma/seed.js"
}
}