2024-05-23 04:47:36 +00:00
|
|
|
{
|
|
|
|
"name": "wine-shop",
|
|
|
|
"version": "0.1.0",
|
|
|
|
"private": true,
|
|
|
|
"type": "module",
|
|
|
|
"scripts": {
|
|
|
|
"build": "next build",
|
|
|
|
"db:push": "drizzle-kit push",
|
|
|
|
"db:studio": "drizzle-kit studio",
|
2024-05-24 22:46:33 +00:00
|
|
|
"dev": "next dev",
|
2024-05-23 04:47:36 +00:00
|
|
|
"lint": "next lint",
|
|
|
|
"start": "next start"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2024-05-28 10:28:09 +00:00
|
|
|
"@radix-ui/react-navigation-menu": "^1.1.4",
|
2024-05-30 17:35:51 +00:00
|
|
|
"@radix-ui/react-select": "^2.0.0",
|
2024-05-28 10:28:09 +00:00
|
|
|
"@radix-ui/react-slider": "^1.1.2",
|
|
|
|
"@radix-ui/react-slot": "^1.0.2",
|
2024-05-23 04:47:36 +00:00
|
|
|
"@t3-oss/env-nextjs": "^0.10.1",
|
2024-05-28 10:21:27 +00:00
|
|
|
"@types/react": "^18.2.57",
|
|
|
|
"@types/react-dom": "^18.2.19",
|
2024-05-23 04:47:50 +00:00
|
|
|
"@vercel/postgres": "^0.8.0",
|
2024-05-25 10:30:26 +00:00
|
|
|
"class-variance-authority": "^0.7.0",
|
|
|
|
"clsx": "^2.1.1",
|
2024-05-23 04:47:36 +00:00
|
|
|
"drizzle-orm": "^0.29.4",
|
2024-05-25 23:03:26 +00:00
|
|
|
"immer": "^10.1.1",
|
2024-05-28 10:28:09 +00:00
|
|
|
"lucide-react": "^0.379.0",
|
2024-05-28 10:21:27 +00:00
|
|
|
"next": "^14.2.3",
|
2024-05-23 04:47:36 +00:00
|
|
|
"postgres": "^3.4.3",
|
2024-05-25 10:30:26 +00:00
|
|
|
"tailwind-merge": "^2.3.0",
|
|
|
|
"tailwindcss-animate": "^1.0.7",
|
2024-05-25 22:11:55 +00:00
|
|
|
"zod": "^3.23.8",
|
2024-05-25 22:16:27 +00:00
|
|
|
"zustand": "^4.5.2"
|
2024-05-25 22:11:55 +00:00
|
|
|
},
|
2024-05-23 04:47:36 +00:00
|
|
|
"devDependencies": {
|
|
|
|
"@types/eslint": "^8.56.2",
|
|
|
|
"@types/node": "^20.11.20",
|
2024-05-28 10:21:27 +00:00
|
|
|
"@types/react": "^18.2.57",
|
|
|
|
"@types/react-dom": "^18.2.19",
|
2024-05-23 04:47:36 +00:00
|
|
|
"@typescript-eslint/eslint-plugin": "^7.1.1",
|
|
|
|
"@typescript-eslint/parser": "^7.1.1",
|
|
|
|
"drizzle-kit": "^0.21.0",
|
|
|
|
"eslint": "^8.57.0",
|
2024-05-25 06:37:49 +00:00
|
|
|
"eslint-config-next": "^15.0.0-rc.0",
|
2024-05-23 04:47:36 +00:00
|
|
|
"eslint-plugin-drizzle": "^0.2.3",
|
|
|
|
"pg": "^8.11.3",
|
|
|
|
"postcss": "^8.4.34",
|
|
|
|
"prettier": "^3.2.5",
|
|
|
|
"prettier-plugin-tailwindcss": "^0.5.11",
|
|
|
|
"tailwindcss": "^3.4.1",
|
2024-05-25 22:16:27 +00:00
|
|
|
"typescript": "^5.4.2"
|
2024-05-23 04:47:36 +00:00
|
|
|
},
|
|
|
|
"ct3aMetadata": {
|
|
|
|
"initVersion": "7.33.1"
|
|
|
|
},
|
|
|
|
"packageManager": "npm@10.5.2"
|
|
|
|
}
|