-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
124 lines (124 loc) · 3.89 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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
{
"name": "portfolio-2024",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "bun db:push && next build",
"start": "next start",
"lint": "next lint",
"db:push": "bun drizzle-kit push",
"db:studio": "bun drizzle-kit studio",
"clean": "rm -rf .next node_modules",
"prepare": "husky"
},
"dependencies": {
"@dnd-kit/core": "^6.1.0",
"@dnd-kit/sortable": "^8.0.0",
"@ducanh2912/next-pwa": "^10.2.9",
"@hookform/resolvers": "^3.9.0",
"@radix-ui/react-accordion": "^1.2.1",
"@radix-ui/react-alert-dialog": "^1.1.2",
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-dropdown-menu": "^2.1.2",
"@radix-ui/react-hover-card": "^1.1.2",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-popover": "^1.1.2",
"@radix-ui/react-progress": "^1.1.0",
"@radix-ui/react-scroll-area": "^1.2.0",
"@radix-ui/react-select": "^2.1.2",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slider": "^1.2.1",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-switch": "^1.1.1",
"@radix-ui/react-tabs": "^1.1.1",
"@radix-ui/react-toast": "^1.2.2",
"@radix-ui/react-tooltip": "^1.1.3",
"@splinetool/react-spline": "^4.0.0",
"@splinetool/runtime": "^1.9.30",
"@tanstack/react-query": "^5.59.13",
"@tanstack/react-query-devtools": "^5.59.13",
"@types/chromecast-caf-sender": "^1.0.10",
"@types/dompurify": "^3.0.5",
"@vercel/analytics": "^1.3.1",
"@vercel/speed-insights": "^1.0.12",
"axios": "^1.7.7",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cmdk": "1.0.0",
"date-fns": "^4.1.0",
"dompurify": "^3.1.7",
"driver.js": "^1.3.1",
"drizzle-orm": "^0.33.0",
"framer-motion": "^11.11.8",
"genius-lyrics-api": "^3.2.1",
"googleapis": "^144.0.0",
"isomorphic-ws": "^5.0.0",
"lottie-react": "^2.4.0",
"lucide-react": "^0.445.0",
"next": "^14.2.15",
"next-auth": "^5.0.0-beta.22",
"next-intl": "^3.21.1",
"next-themes": "^0.3.0",
"pg": "^8.13.0",
"postgres": "^3.4.4",
"posthog-js": "^1.167.0",
"react": "^18.3.1",
"react-day-picker": "8.10.1",
"react-dom": "^18.3.1",
"react-hook-form": "^7.53.0",
"react-speech-recognition": "^3.10.0",
"react-use-draggable-scroll": "^0.4.7",
"recharts": "^2.13.0",
"regenerator-runtime": "^0.14.1",
"sharp": "^0.33.5",
"signals-react-safe": "^1.1.2",
"socket.io-client": "^4.8.0",
"sonner": "^1.5.0",
"tailwind-merge": "^2.5.3",
"tailwindcss-animate": "^1.0.7",
"vaul": "^0.9.9",
"ws": "^8.18.0",
"zod": "^3.23.8"
},
"devDependencies": {
"@biomejs/biome": "^1.9.3",
"@types/bun": "^1.1.11",
"@types/chrome": "^0.0.277",
"@types/node": "^22.7.5",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1",
"@types/react-speech-recognition": "^3.9.5",
"@types/regenerator-runtime": "^0.13.7",
"autoprefixer": "^10.4.20",
"drizzle-kit": "^0.24.2",
"eslint-config-next": "^14.2.15",
"husky": "^9.1.6",
"lint-staged": "^15.2.10",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.13",
"typescript": "^5.6.3"
},
"trustedDependencies": [
"@biomejs/biome",
"@vercel/speed-insights",
"es5-ext",
"esbuild",
"sharp"
],
"lint-staged": {
"*.{js,ts,cjs,mjs,d.cts,d.mts,jsx,tsx}": [
"biome format --write --no-errors-on-unmatched",
"biome check --organize-imports-enabled=false --files-ignore-unknown=true",
"biome check --write --organize-imports-enabled=false --no-errors-on-unmatched",
"biome check --write --organize-imports-enabled=false --no-errors-on-unmatched",
"biome check --write --unsafe --no-errors-on-unmatched",
"biome lint --write --no-errors-on-unmatched"
]
},
"packageManager": "^[email protected]",
"engines": {
"node": ">=20.17.0"
}
}