-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.63 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.63 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
{
"name": "michaelignat",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "biome lint --diagnostic-level=error && tsc --noemit"
},
"browserslist": "defaults, not ie <= 11",
"dependencies": {
"@headlessui/react": "^2.1.0",
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-dropdown-menu": "^2.1.1",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-scroll-area": "^1.1.0",
"@radix-ui/react-slot": "^1.1.0",
"@react-spring/three": "^9.7.4",
"@react-three/drei": "^9.112.0",
"@react-three/fiber": "^8.17.7",
"@react-three/postprocessing": "^2.16.2",
"@tailwindcss/typography": "^0.5.4",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"embla-carousel": "^8.2.1",
"embla-carousel-react": "^8.2.1",
"fast-glob": "^3.2.11",
"feed": "^4.2.2",
"framer-motion": "^11.5.0",
"geist": "^1.3.1",
"lucide-react": "^0.438.0",
"mini-svg-data-uri": "^1.4.4",
"next": "^14.0.4",
"next-themes": "^0.2.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"simplex-noise": "^4.0.3",
"tailwind-merge": "^2.5.2",
"tailwindcss-animate": "^1.0.7",
"three": "^0.163.0",
"typescript": "^5.3.3"
},
"devDependencies": {
"@biomejs/biome": "1.8.3",
"@types/node": "^20.10.8",
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18",
"@types/three": "^0.163.0",
"@types/webpack-env": "^1.18.1",
"autoprefixer": "^10.4.12",
"prettier": "^3.3.2",
"prettier-plugin-tailwindcss": "^0.6.5",
"tailwindcss": "^3.4.1"
}
}