-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
59 lines (59 loc) · 1.58 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
{
"name": "krishnaveni",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-tabs": "^1.0.4",
"@radix-ui/react-toast": "^1.1.5",
"@sanity/icons": "^3.3.1",
"@sanity/image-url": "^1.0.2",
"class-variance-authority": "^0.7.0",
"embla-carousel": "^8.1.3",
"embla-carousel-auto-scroll": "^8.1.3",
"embla-carousel-autoplay": "^8.1.3",
"embla-carousel-react": "^8.1.3",
"framer-motion": "^11.2.10",
"lucide-react": "^0.379.0",
"next": "14.2.3",
"next-intl": "^3.14.1",
"next-sanity": "^9.3.10",
"nodemailer": "^6.9.14",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-fast-marquee": "^1.6.4",
"react-google-recaptcha-v3": "^1.10.1",
"sanity": "^3.44.0",
"scroll-lock": "^2.1.5",
"sharp": "^0.33.4",
"styled-components": "6",
"tailwind-merge": "^2.3.0",
"tailwindcss-animate": "^1.0.7",
"valibot": "^0.31.0-rc.12",
"vaul": "^0.9.1"
},
"devDependencies": {
"@sanity/vision": "^3.46.1",
"@tailwindcss/typography": "^0.5.13",
"@types/bun": "latest",
"@types/node": "^20",
"@types/nodemailer": "^6.4.15",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/scroll-lock": "^2.1.3",
"eslint": "^8",
"eslint-config-next": "14.2.3",
"postcss": "^8",
"prettier": "3.3.2",
"tailwindcss": "^3.4.1",
"typescript": "^5"
},
"module": "index.ts",
"type": "module"
}