-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 855 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 855 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
{
"name": "store",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint",
"seed:products": "node scripts/seed-products.js"
},
"dependencies": {
"@headlessui/react": "^2.2.9",
"@heroicons/react": "^2.2.0",
"@prisma/client": "^6.0.0",
"@supabase/supabase-js": "^2.84.0",
"country-state-city": "^3.2.1",
"embla-carousel-react": "^8.6.0",
"next": "16.0.4",
"prisma": "^6.0.0",
"react": "19.2.0",
"react-color": "^2.19.3",
"react-dom": "19.2.0",
"resend": "^6.5.2",
"yet-another-react-lightbox": "^3.25.0"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"babel-plugin-react-compiler": "1.0.0",
"eslint": "^9",
"eslint-config-next": "16.0.4",
"tailwindcss": "^4"
}
}