-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.72 KB
/
Copy pathpackage.json
File metadata and controls
62 lines (62 loc) · 1.72 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
56
57
58
59
60
61
62
{
"name": "lumin",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint",
"typegen": "npx sanity@latest schema extract && npx sanity@latest typegen generate"
},
"dependencies": {
"@clerk/nextjs": "^6.14.3",
"@gsap/react": "^2.1.2",
"@radix-ui/react-dialog": "^1.1.11",
"@radix-ui/react-popover": "^1.1.7",
"@radix-ui/react-slot": "^1.2.0",
"@sanity/icons": "^3.7.0",
"@sanity/image-url": "^1.1.0",
"@sanity/vision": "^3.84.0",
"baseline-browser-mapping": "^2.9.18",
"caniuse-lite": "^1.0.30001766",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"currency-symbol-map": "^5.1.0",
"embla-carousel-autoplay": "^8.6.0",
"embla-carousel-react": "^8.6.0",
"gsap": "^3.12.7",
"lodash": "^4.17.21",
"lucide-react": "^0.488.0",
"motion": "^12.7.2",
"next": "15.3.8",
"next-sanity": "^9.10.2",
"razorpay": "^2.9.6",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-icons": "^5.5.0",
"react-toastify": "^11.0.5",
"sanity": "^3.84.0",
"stripe": "^18.0.0",
"styled-components": "^6.1.17",
"tailwind-merge": "^3.2.0",
"tw-animate-css": "^1.2.5",
"zustand": "^5.0.3"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@tailwindcss/postcss": "^4.1.4",
"@tailwindcss/typography": "^0.5.16",
"@types/lodash": "^4.17.16",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"autoprefixer": "^10.4.21",
"eslint": "^9",
"eslint-config-next": "15.3.0",
"postcss": "^8.5.3",
"tailwindcss": "^4.1.4",
"typescript": "^5"
}
}