-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.43 KB
/
Copy pathpackage.json
File metadata and controls
48 lines (48 loc) · 1.43 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
{
"name": "danielbackes.dev",
"version": "0.1.0",
"private": true,
"type": "module",
"sideEffects": false,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"format": "npx @biomejs/biome format",
"format:write": "npx @biomejs/biome format --write",
"lint": "npx @biomejs/biome lint",
"lint:write": "npx @biomejs/biome lint --write",
"check": "npx @biomejs/biome check",
"check:write": "npx @biomejs/biome check --write"
},
"dependencies": {
"@headlessui/react": "2.2.9",
"@tailwindcss/postcss": "4.1.18",
"@tailwindplus/elements": "1.0.22",
"@types/node": "25.2.3",
"@types/react": "19.2.14",
"@types/react-dom": "19.2.3",
"@vercel/analytics": "^1.6.1",
"@vercel/speed-insights": "^1.3.1",
"motion": "12.34.1",
"next": "16.1.6",
"next-themes": "0.4.6",
"postcss": "8.5.6",
"react": "19.2.4",
"react-dom": "19.2.4",
"react-icons": "5.5.0",
"react-responsive": "10.0.1",
"tailwind-merge": "3.4.1",
"tailwind-variants": "3.2.2",
"tailwindcss": "4.1.18",
"typescript": "5.9.3",
"zustand": "5.0.11"
},
"devDependencies": {
"@biomejs/biome": "2.4.2",
"babel-plugin-react-compiler": "1.0.0"
},
"engines": {
"node": "24.x"
}
}