jaeson
fixing infinite build
9e28f89
raw
history blame contribute delete
767 Bytes
{
"name": "nextjs-app-dir",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 3000 -H 0.0.0.0",
"build": "next build",
"start": "next start -H 0.0.0.0 -p 3000",
"lint": "next lint"
},
"dependencies": {
"@codesandbox/sandpack-react": "*",
"@codesandbox/sandpack-themes": "*",
"@types/node": "18.15.11",
"@types/react": "18.0.37",
"@types/react-dom": "18.0.11",
"eslint": "8.38.0",
"eslint-config-next": "^14.0.0",
"next": "^14.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"typescript": "5.0.4"
},
"packageManager": "[email protected]+sha512.b2dc20e2fc72b3e18848459b37359a32064663e5627a51e4c74b2c29dd8e8e0491483c3abb40789cfd578bf362fb6ba8261b05f0387d76792ed6e23ea3b1b6a0"
}