-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 1.77 KB
/
package.json
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
57
58
59
60
61
62
63
64
65
{
"name": "kldsolutions.lv",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"email": "email dev"
},
"dependencies": {
"@emailjs/browser": "^4.3.3",
"@gsap/react": "^2.1.0",
"@headlessui/react": "^2.0.3",
"@img-comparison-slider/react": "^8.0.2",
"@mux/mux-player": "^2.9.0",
"@radix-ui/react-avatar": "^1.1.2",
"@radix-ui/react-slot": "^1.1.1",
"@react-email/components": "0.0.19",
"@u-wave/react-vimeo": "^0.9.10",
"aos": "^2.3.4",
"class-variance-authority": "^0.7.1",
"client-only": "^0.0.1",
"clsx": "^2.1.1",
"embla-carousel-autoplay": "^8.5.1",
"embla-carousel-fade": "^8.5.1",
"embla-carousel-react": "^8.5.1",
"framer-motion": "^11.2.6",
"ga-gtag": "^1.2.0",
"gsap": "^3.12.5",
"lottie-react": "^2.4.0",
"lucide-react": "^0.469.0",
"next": "14.1.3",
"next-intl": "^3.17.0",
"next-themes": "^0.2.1",
"next-video": "^1.1.1",
"react": "^18",
"react-compare-image": "^3.4.0",
"react-dom": "^18",
"react-email": "2.1.4",
"react-facebook-pixel": "^1.0.4",
"react-hot-toast": "^2.4.1",
"react-icons": "^5.2.1",
"react-lite-youtube-embed": "^2.4.0",
"react-player": "^2.16.0",
"react-responsive-carousel": "^3.2.23",
"react-type-animation": "^3.2.0",
"resend": "^3.2.0",
"shadcn-ui": "^0.9.4",
"sharp": "^0.33.2",
"split-type": "^0.3.4",
"tailwind-merge": "^2.6.0",
"tailwindcss-animate": "^1.0.7",
"zustand": "^5.0.2"
},
"devDependencies": {
"@types/gtag.js": "^0.0.20",
"autoprefixer": "^10.0.1",
"eslint": "^8",
"eslint-config-next": "14.1.2",
"postcss": "^8",
"tailwindcss": "^3.3.0"
}
}