2024-03-05 14:29:15 +01:00

28 lines
581 B
JSON

{
"name": "nextjs-playground",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@tailwindcss/postcss": "workspace:^",
"fast-glob": "^3.3.2",
"next": "14.1.0",
"react": "^18",
"react-dom": "^18",
"tailwindcss": "workspace:^"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.1.0",
"typescript": "^5"
}
}