-
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) · 1006 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 1006 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
{
"private": true,
"scripts": {
"dev": "next dev",
"clean": "rm -rf .next out",
"clean:build": "rm -rf .next out && next build",
"build": "next build"
},
"dependencies": {
"@lottiefiles/dotlottie-react": "^0.17.5",
"@radix-ui/react-label": "^2.1.7",
"@radix-ui/react-separator": "^1.1.7",
"@radix-ui/react-slot": "^1.2.3",
"@tabler/icons-react": "^3.35.0",
"@types/node": "^18.11.5",
"@types/react": "^18.0.23",
"@types/react-dom": "^18.0.7",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"lucide-react": "^0.546.0",
"next": "latest",
"next-themes": "^0.4.6",
"react": "^18.2.0",
"react-day-picker": "^9.11.1",
"react-dom": "^18.2.0",
"react-fast-marquee": "^1.6.5",
"tailwind-merge": "^3.3.1",
"tailwindcss-animate": "^1.0.7",
"typescript": "^4.8.4"
},
"devDependencies": {
"autoprefixer": "^10.4.21",
"postcss": "^8.5.6",
"tailwindcss": "^3"
}
}