25 lines
523 B
JSON
25 lines
523 B
JSON
{
|
|
"name": "nextjs",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint",
|
|
"type-check": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"next": "15.1.0",
|
|
"react": "18.3.1",
|
|
"react-dom": "18.3.1",
|
|
"@types/node": "20.17.6",
|
|
"@types/react": "18.3.12",
|
|
"@types/react-dom": "18.3.1",
|
|
"typescript": "5.6.3",
|
|
"lucide-react": "^0.454.0",
|
|
"clsx": "^2.1.1",
|
|
"tailwind-merge": "^2.5.4"
|
|
}
|
|
}
|