{ "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", "dev": "next dev", "lint": "next lint", "start": "next start" }, "dependencies": { "@t3-oss/env-nextjs": "^0.10.1", "drizzle-orm": "^0.29.4", "geist": "^1.3.0", "next": "^14.2.1", "postgres": "^3.4.3", "react": "18.2.0", "react-dom": "18.2.0", "zod": "^3.23.3" }, "devDependencies": { "@types/eslint": "^8.56.2", "@types/node": "^20.11.20", "@types/react": "^18.2.57", "@types/react-dom": "^18.2.19", "@typescript-eslint/eslint-plugin": "^7.1.1", "@typescript-eslint/parser": "^7.1.1", "drizzle-kit": "^0.21.0", "eslint": "^8.57.0", "eslint-config-next": "^14.1.3", "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", "typescript": "^5.4.2" }, "ct3aMetadata": { "initVersion": "7.33.1" }, "packageManager": "npm@10.5.2" }