-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.46 KB
/
Copy pathpackage.json
File metadata and controls
55 lines (55 loc) · 1.46 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
50
51
52
53
54
55
{
"name": "pinbound",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "ultracite check",
"check": "ultracite check",
"fix": "ultracite fix",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@base-ui/react": "^1.6.0",
"@number-flow/react": "^0.6.1",
"@react-three/drei": "^10.7.7",
"@react-three/fiber": "^9.6.1",
"@remixicon/react": "^4.9.0",
"@shadcn/react": "^0.2.1",
"@vercel/analytics": "^2.0.1",
"@vercel/speed-insights": "^2.0.0",
"@wrksz/themes": "^1.0.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"fumadocs-core": "^16.11.5",
"fumadocs-mdx": "^15.2.0",
"next": "^16.3.0-preview.6",
"react": "19.2.7",
"react-dom": "19.2.7",
"remark-gfm": "^4.0.1",
"shadcn": "^4.13.0",
"tailwind-merge": "^3.6.0",
"three": "^0.185.1",
"tw-animate-css": "^1.4.0",
"zod": "^4.4.3"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.3.2",
"@types/mdx": "^2.0.14",
"@types/node": "^20.19.43",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"@types/three": "^0.185.1",
"eslint-plugin-github": "^6.1.1",
"eslint-plugin-sonarjs": "^4.2.0",
"oxfmt": "^0.59.0",
"oxlint": "^1.74.0",
"oxlint-plugin-react-doctor": "^0.7.8",
"tailwindcss": "^4.3.2",
"typescript": "^6.0.3",
"ultracite": "7.9.4"
}
}