Nazara/nazara/apps/web/package.json

28 lines
638 B
JSON

{
"name": "web",
"version": "0.0.0",
"private": true,
"scripts": {
"build": "next build",
"dev": "next dev",
"lint": "eslint . --max-warnings 0",
"start": "next start"
},
"dependencies": {
"next": "^14.1.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"@repo/ui": "workspace:*"
},
"devDependencies": {
"@next/eslint-plugin-next": "^14.1.1",
"@types/node": "^20.11.24",
"@types/react": "^18.2.61",
"@types/react-dom": "^18.2.19",
"eslint": "^8.57.0",
"@repo/eslint-config": "workspace:*",
"@repo/typescript-config": "workspace:*",
"typescript": "5.5.4"
}
}