| 1 | { | |
| 2 | "name": "sudip-tunga-portfolio", | |
| 3 | "version": "1.0.0", | |
| 4 | "private": true, | |
| 5 | "author": "Sudip Tunga <sudiptunga82@gmail.com>", | |
| 6 | "scripts": { | |
| 7 | "dev": "next dev --turbo", | |
| 8 | "build": "next build", | |
| 9 | "start": "next start", | |
| 10 | "lint": "next lint", | |
| 11 | "type-check": "tsc --noEmit" | |
| 12 | }, | |
| 13 | "dependencies": { | |
| 14 | "next": "^14.2.0", | |
| 15 | "react": "^18.3.0", | |
| 16 | "react-dom": "^18.3.0", | |
| 17 | "clsx": "^2.1.1", | |
| 18 | "tailwind-merge": "^2.3.0" | |
| 19 | }, | |
| 20 | "devDependencies": { | |
| 21 | "@types/node": "^20", | |
| 22 | "@types/react": "^18", | |
| 23 | "@types/react-dom": "^18", | |
| 24 | "typescript": "^5.4.5", | |
| 25 | "tailwindcss": "^3.4.3", | |
| 26 | "autoprefixer": "^10.4.19", | |
| 27 | "postcss": "^8.4.38", | |
| 28 | "eslint": "^8.57.0", | |
| 29 | "eslint-config-next": "^14.2.0" | |
| 30 | } | |
| 31 | } |