-
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.18 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.18 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": "portfolio",
"version": "0.1.0",
"homepage": "https://jcailly.github.io/portfolio",
"private": true,
"type": "module",
"scripts": {
"dev": "next dev --turbopack",
"start": "next start",
"lint": "next lint",
"build": "next build",
"predeploy": "npm run build && touch out/.nojekyll",
"deploy": "gh-pages -d out"
},
"dependencies": {
"@radix-ui/colors": "^3.0.0",
"@radix-ui/react-scroll-area": "^1.2.9",
"@radix-ui/react-slot": "^1.2.3",
"@radix-ui/react-switch": "^1.2.5",
"@radix-ui/react-tooltip": "^1.2.7",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"embla-carousel-react": "^8.6.0",
"lucide-react": "^0.511.0",
"next": "^15.3.2",
"next-themes": "^0.4.6",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-hot-toast": "^2.5.2",
"tailwind-merge": "^3.3.0",
"tailwind-scrollbar-hide": "^2.0.0",
"tailwindcss": "^4.1.7"
},
"devDependencies": {
"@next/bundle-analyzer": "^15.3.3",
"@tailwindcss/postcss": "^4.1.7",
"autoprefixer": "^10.4.21",
"critters": "^0.0.23",
"gh-pages": "^6.3.0",
"postcss": "^8.5.3",
"tw-animate-css": "^1.3.3"
}
}