-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 954 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 954 Bytes
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
{
"name": "freemadeira",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack --port 4010",
"build": "next build",
"start": "next start",
"lint": "biome lint ./src",
"format": "biome format ./src",
"check": "biome check ./src"
},
"dependencies": {
"@headlessui/react": "^2.2.4",
"@radix-ui/react-slot": "^1.2.3",
"axios": "^1.10.0",
"clsx": "^2.1.1",
"embla-carousel-react": "^8.6.0",
"iron-session": "^8.0.4",
"lucide-react": "^0.515.0",
"next": "^15.3.6",
"radix-ui": "^1.4.3",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"tailwind-merge": "^3.3.1",
"tailwind-variants": "^1.0.0"
},
"devDependencies": {
"@biomejs/biome": "2.0.6",
"@tailwindcss/postcss": "^4.1.11",
"@types/node": "^20.19.4",
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"tailwindcss": "^4.1.11",
"typescript": "^5.8.3"
}
}