-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
75 lines (75 loc) · 2.52 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
66
67
68
69
70
71
72
73
74
75
{
"name": "ecommerce-nextui-template",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"knip": "knip",
"gen": "pnpm dlx prisma generate",
"db": "pnpm dlx prisma generate && pnpm dlx prisma db push",
"script": "nodemon ./prisma/script.mjs",
"postinstall": "prisma generate"
},
"dependencies": {
"@nextui-org/button": "2.0.26",
"@nextui-org/card": "^2.0.24",
"@nextui-org/divider": "^2.0.25",
"@nextui-org/dropdown": "^2.1.16",
"@nextui-org/image": "^2.0.24",
"@nextui-org/link": "2.0.26",
"@nextui-org/modal": "^2.0.28",
"@nextui-org/navbar": "2.0.27",
"@nextui-org/scroll-shadow": "^2.1.12",
"@nextui-org/skeleton": "^2.0.24",
"@nextui-org/switch": "2.0.25",
"@nextui-org/system": "^2.0.15",
"@nextui-org/theme": "^2.1.17",
"@prisma/client": "^5.10.2",
"@radix-ui/react-toggle-group": "^1.0.4",
"@react-aria/ssr": "^3.9.2",
"@react-aria/visually-hidden": "^3.8.10",
"@react-hookz/web": "^24.0.4",
"@vercel/postgres": "^0.7.2",
"color2k": "^2.0.3",
"embla-carousel-react": "^8.0.0",
"embla-carousel-wheel-gestures": "8.0.0-rc05",
"framer-motion": "^11.0.6",
"geist": "^1.2.2",
"lodash.uniqby": "^4.7.0",
"lucide-react": "^0.341.0",
"next": "14.1.0",
"next-themes": "^0.2.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sharp": "^0.33.2",
"sonner": "^1.4.1",
"vaul": "^0.9.0",
"zustand": "^4.5.1"
},
"devDependencies": {
"@faker-js/faker": "^8.4.1",
"@next/bundle-analyzer": "^14.1.0",
"@tailwindcss/container-queries": "^0.1.1",
"@tailwindcss/typography": "^0.5.10",
"@types/lodash.uniqby": "^4.7.9",
"@types/node": "^20.11.20",
"@types/react": "^18.2.58",
"@types/react-dom": "^18.2.19",
"autoprefixer": "^10.4.17",
"eslint": "^8.57.0",
"eslint-config-next": "14.1.0",
"eslint-config-prettier": "^9.1.0",
"knip": "^5.0.2",
"postcss": "^8.4.35",
"prettier": "3.2.5",
"prettier-plugin-tailwindcss": "^0.5.11",
"prisma": "^5.10.2",
"tailwind-variants": "^0.2.0",
"tailwindcss": "^3.4.1",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.3.3"
}
}