|
| 1 | +{ |
| 2 | + "name": "drive-tutorial", |
| 3 | + "version": "0.1.0", |
| 4 | + "private": true, |
| 5 | + "type": "module", |
| 6 | + "scripts": { |
| 7 | + "build": "next build", |
| 8 | + "check": "next lint && tsc --noEmit", |
| 9 | + "db:generate": "drizzle-kit generate", |
| 10 | + "db:migrate": "drizzle-kit migrate", |
| 11 | + "db:push": "drizzle-kit push", |
| 12 | + "db:studio": "drizzle-kit studio", |
| 13 | + "dev": "next dev --turbo", |
| 14 | + "format:check": "prettier --check \"**/*.{ts,tsx,js,jsx,mdx}\" --cache", |
| 15 | + "format:write": "prettier --write \"**/*.{ts,tsx,js,jsx,mdx}\" --cache", |
| 16 | + "lint": "next lint", |
| 17 | + "lint:fix": "next lint --fix", |
| 18 | + "preview": "next build && next start", |
| 19 | + "start": "next start", |
| 20 | + "typecheck": "tsc --noEmit" |
| 21 | + }, |
| 22 | + "dependencies": { |
| 23 | + "@libsql/client": "^0.14.0", |
| 24 | + "@t3-oss/env-nextjs": "^0.12.0", |
| 25 | + "drizzle-orm": "^0.41.0", |
| 26 | + "next": "^15.2.3", |
| 27 | + "react": "^19.0.0", |
| 28 | + "react-dom": "^19.0.0", |
| 29 | + "zod": "^3.24.2" |
| 30 | + }, |
| 31 | + "devDependencies": { |
| 32 | + "@eslint/eslintrc": "^3.3.1", |
| 33 | + "@tailwindcss/postcss": "^4.0.15", |
| 34 | + "@types/node": "^20.14.10", |
| 35 | + "@types/react": "^19.0.0", |
| 36 | + "@types/react-dom": "^19.0.0", |
| 37 | + "drizzle-kit": "^0.30.5", |
| 38 | + "eslint": "^9.23.0", |
| 39 | + "eslint-config-next": "^15.2.3", |
| 40 | + "eslint-plugin-drizzle": "^0.2.3", |
| 41 | + "postcss": "^8.5.3", |
| 42 | + "prettier": "^3.5.3", |
| 43 | + "prettier-plugin-tailwindcss": "^0.6.11", |
| 44 | + "tailwindcss": "^4.0.15", |
| 45 | + "typescript": "^5.8.2", |
| 46 | + "typescript-eslint": "^8.27.0" |
| 47 | + }, |
| 48 | + "ct3aMetadata": { |
| 49 | + "initVersion": "7.39.3" |
| 50 | + }, |
| 51 | + "packageManager": "pnpm@10.6.3" |
| 52 | +} |
0 commit comments