-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.81 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.81 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
56
57
58
59
60
61
{
"name": "stackbits",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint",
"compress": "ffmpeg -i public/demos/flow-scroll.mov -c:v libx264 -crf 23 -preset medium -c:a aac -b:a 128k public/demos/flow-scroll.mp4"
},
"dependencies": {
"@hookform/resolvers": "^5.2.1",
"@radix-ui/react-label": "^2.1.7",
"@radix-ui/react-popover": "^1.1.15",
"@radix-ui/react-radio-group": "^1.3.8",
"@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-slider": "^1.3.6",
"@radix-ui/react-slot": "^1.2.3",
"@react-three/drei": "^10.0.0",
"@react-three/fiber": "^9.0.2",
"@tabler/icons-react": "^3.34.1",
"@vercel/analytics": "^1.5.0",
"axios": "^1.8.4",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"dayjs": "^1.11.13",
"framer-motion": "^12.0.11",
"lucide-react": "^0.474.0",
"mini-svg-data-uri": "^1.4.4",
"motion": "^12.0.11",
"next": "15.1.6",
"prism-react-renderer": "^2.4.1",
"react": "^19.0.0",
"react-code-blocks": "^0.1.6",
"react-confetti": "^6.2.2",
"react-dom": "^19.0.0",
"react-hook-form": "^7.62.0",
"react-syntax-highlighter": "^15.6.1",
"react-use-measure": "^2.1.7",
"tailwind-merge": "^3.0.1",
"tailwind-scrollbar-hide": "^2.0.0",
"tailwindcss-animate": "^1.0.7",
"three": "^0.173.0",
"usehooks-ts": "^3.1.1",
"uuid": "^12.0.0",
"yup": "^1.7.0"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/react-syntax-highlighter": "^15.5.13",
"eslint": "^9",
"eslint-config-next": "15.1.6",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}