-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.17 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.17 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
{
"name": "notehub",
"version": "2.3.1",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@hookform/resolvers": "^3.9.1",
"@react-oauth/google": "^0.12.1",
"@supabase/ssr": "^0.6.1",
"@supabase/supabase-js": "^2.49.1",
"@tabler/icons-react": "^3.21.0",
"@tanstack/react-query": "^5.90.21",
"@tsparticles/react": "^3.0.0",
"@tsparticles/slim": "^3.5.0",
"browser-image-compression": "^2.0.2",
"clsx": "^2.1.1",
"js-cookie": "^3.0.5",
"next": "^16.2.1",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-easy-crop": "^5.4.1",
"react-hook-form": "^7.53.2",
"uuid": "^11.1.0",
"zod": "^3.23.8"
},
"devDependencies": {
"@types/js-cookie": "^3.0.6",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/uuid": "^10.0.0",
"eslint": "^10.1.0",
"eslint-config-next": "^16.2.1",
"postcss": "^8",
"sass": "^1.80.6",
"tailwindcss": "^3.4.1",
"typescript": "^5"
},
"overrides": {
"minimatch": {
"brace-expansion": "^5.0.5"
}
}
}