-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.12 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.12 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
{
"name": "slfd.dev",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build --turbopack",
"start": "next start",
"lint": "biome check",
"format": "biome format --write"
},
"dependencies": {
"@paper-design/shaders-react": "^0.0.72",
"@radix-ui/react-visually-hidden": "^1.2.4",
"@react-three/fiber": "^9.5.0",
"@react-three/postprocessing": "^3.0.4",
"@vercel/analytics": "^2.0.1",
"cmdk": "^1.1.1",
"framer-motion": "^12.38.0",
"next": "16.2.1",
"next-themes": "^0.4.6",
"postprocessing": "^6.39.0",
"react": "19.2.4",
"react-activity-calendar": "^3.1.1",
"react-dom": "19.2.4",
"tech-stack-icons": "^3.7.1",
"three": "^0.183.2"
},
"devDependencies": {
"@biomejs/biome": "2.4.9",
"@tailwindcss/postcss": "^4.2.2",
"@types/node": "^20.19.37",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@types/three": "^0.183.1",
"lighthouse": "^13.1.0",
"tailwindcss": "^4.2.2",
"typescript": "^5.9.3"
},
"trustedDependencies": [
"@tailwindcss/oxide"
]
}