|
| 1 | +{ |
| 2 | + "name": "112-1-unit2-notion-clone", |
| 3 | + "version": "0.1.0", |
| 4 | + "private": true, |
| 5 | + "scripts": { |
| 6 | + "dev": "next dev", |
| 7 | + "build": "next build", |
| 8 | + "start": "next start", |
| 9 | + "lint": "next lint", |
| 10 | + "format": "prettier --write .", |
| 11 | + "migrate": "drizzle-kit push:pg", |
| 12 | + "studio": "drizzle-kit studio", |
| 13 | + "test": "playwright test" |
| 14 | + }, |
| 15 | + "dependencies": { |
| 16 | + "@radix-ui/react-icons": "^1.3.0", |
| 17 | + "@radix-ui/react-label": "^2.0.2", |
| 18 | + "@radix-ui/react-separator": "^1.0.3", |
| 19 | + "@radix-ui/react-slot": "^1.0.2", |
| 20 | + "@radix-ui/react-toast": "^1.1.5", |
| 21 | + "@types/bcryptjs": "^2.4.6", |
| 22 | + "bcryptjs": "^2.4.3", |
| 23 | + "class-variance-authority": "^0.7.0", |
| 24 | + "clsx": "^2.0.0", |
| 25 | + "dotenv": "^16.3.1", |
| 26 | + "drizzle-orm": "^0.28.6", |
| 27 | + "lucide-react": "^0.292.0", |
| 28 | + "next": "14.0.1", |
| 29 | + "next-auth": "^5.0.0-beta.3", |
| 30 | + "pg": "^8.11.3", |
| 31 | + "pusher": "^5.1.3", |
| 32 | + "pusher-js": "^8.3.0", |
| 33 | + "react": "^18", |
| 34 | + "react-dom": "^18", |
| 35 | + "tailwind-merge": "^2.0.0", |
| 36 | + "tailwindcss-animate": "^1.0.7" |
| 37 | + }, |
| 38 | + "devDependencies": { |
| 39 | + "@playwright/test": "^1.40.0", |
| 40 | + "@trivago/prettier-plugin-sort-imports": "^4.2.1", |
| 41 | + "@types/node": "^20", |
| 42 | + "@types/pg": "^8.10.8", |
| 43 | + "@types/react": "^18", |
| 44 | + "@types/react-dom": "^18", |
| 45 | + "@typescript-eslint/eslint-plugin": "^6.10.0", |
| 46 | + "@typescript-eslint/parser": "^6.10.0", |
| 47 | + "autoprefixer": "^10.0.1", |
| 48 | + "drizzle-kit": "^0.19.13", |
| 49 | + "eslint": "^8.53.0", |
| 50 | + "eslint-config-next": "14.0.1", |
| 51 | + "eslint-config-prettier": "^9.0.0", |
| 52 | + "postcss": "^8", |
| 53 | + "prettier": "^3.0.3", |
| 54 | + "prettier-plugin-tailwindcss": "^0.5.6", |
| 55 | + "tailwindcss": "^3.3.0", |
| 56 | + "typescript": "^5.2.2" |
| 57 | + } |
| 58 | +} |
0 commit comments