-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.49 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
{
"name": "hobbes.codes",
"version": "0.1.0",
"private": true,
"scripts": {
"prepare": "husky install",
"dev": "next dev",
"build": "next build",
"start": "next start",
"format": "biome format --write .",
"lint": "biome lint src",
"check": "biome check --apply-unsafe src"
},
"dependencies": {
"@ark-ui/react": "^1.0.1",
"@react-email/components": "^0.0.11",
"@supabase/ssr": "^0.0.10",
"@supabase/supabase-js": "^2.38.4",
"@tanstack/react-form": "^0.9.0",
"@tanstack/valibot-form-adapter": "^0.9.0",
"@theme-toggles/react": "^4.1.0",
"cva": "beta",
"geist": "^1.1.0",
"next": "^14.0.2",
"next-themes": "^0.2.1",
"react": "^18",
"react-dom": "^18",
"react-email": "^1.9.5",
"react-icons": "^4.11.0",
"resend": "^2.0.0",
"sonner": "^1.2.0",
"tailwind-merge": "^2.0.0",
"usehooks-ts": "^2.9.1",
"valibot": "^0.20.1",
"zustand": "^4.4.6"
},
"devDependencies": {
"@biomejs/biome": "1.3.3",
"@commitlint/cli": "^18.4.1",
"@commitlint/config-conventional": "^18.4.0",
"@commitlint/types": "^18.4.0",
"@types/node": "^20",
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
"autoprefixer": "^10.0.1",
"encoding": "^0.1.13",
"husky": "^8.0.3",
"lint-staged": "^15.1.0",
"postcss": "^8",
"prettier": "^3.0.3",
"tailwind-clip-path": "^1.0.0",
"tailwindcss": "^3.3.0",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5"
}
}