-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.57 KB
/
Copy pathpackage.json
File metadata and controls
55 lines (55 loc) · 1.57 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
{
"name": "clandestine-beauty-salon-landing-page-template",
"version": "1.0.0",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@fontsource/alef": "^5.0.20",
"@fontsource/roboto-mono": "^5.0.20",
"@fortawesome/fontawesome-svg-core": "^7.0.0",
"@fortawesome/free-brands-svg-icons": "^7.0.0",
"@fortawesome/react-fontawesome": "^0.2.3",
"@ncdai/react-wheel-picker": "^1.0.15",
"@react-three/fiber": "^9.3.0",
"animate.css": "^4.1.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"date-fns": "^3.6.0",
"dotenv": "^16.5.0",
"embla-carousel-react": "^8.6.0",
"framer-motion": "^11.3.12",
"genkit": "^1.14.1",
"gsap": "^3.12.5",
"i18next": "^25.4.2",
"lucide-react": "^0.475.0",
"motion": "^12.23.24",
"next": "15.3.3",
"patch-package": "^8.0.0",
"react": "^18.3.1",
"react-day-picker": "^8.10.1",
"react-dom": "^18.3.1",
"react-hook-form": "^7.54.2",
"react-swipeable": "^7.0.2",
"react-syntax-highlighter": "^15.5.0",
"recharts": "^2.15.1",
"styled-components": "^6.1.11",
"sweetalert2": "^11.22.4",
"tailwind-merge": "^3.3.1",
"tailwindcss-animate": "^1.0.7",
"three": "^0.179.1"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react-syntax-highlighter": "^15.5.13",
"@types/styled-components": "^5.1.34",
"@types/three": "^0.179.0",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}