kobilwebsite/package.json
Temmuz Aslan b284562862 chore: backup state before god-tier overhaul
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-15 11:53:34 +03:00

28 lines
599 B
JSON

{
"name": "kobilwebsite",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint"
},
"dependencies": {
"framer-motion": "^12.34.0",
"lucide-react": "^0.564.0",
"next": "16.1.6",
"react": "19.2.3",
"react-dom": "19.2.3"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "16.1.6",
"tailwindcss": "^4",
"typescript": "^5"
}
}