examples/nextjs/package.json
{
"name": "@example/nextjs",
"version": "0.0.0",
"private": true,
"scripts": {
"build": "next build",
"clean": "rm -rf .next",
"dev": "next dev -p 3002",
"lint": "next lint",
"typecheck": "tsc --noEmit",
"start": "next start"
},
"dependencies": {
"@repo/shared": "workspace:*",
"next": "^14.2.15",
"nextjs-darkmode": "^1.0.4",
"nextjs-themes": "^4.0.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-mouse-trails": "workspace:*",
"react18-loaders": "^1.1.3"
},
"devDependencies": {
"@next/eslint-plugin-next": "^14.2.15",
"@repo/eslint-config": "workspace:*",
"@repo/typescript-config": "workspace:*",
"@types/node": "^22.7.5",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1",
"typescript": "^5.6.3"
}
}