|
|
@@ -1,12 +1,13 @@
|
|
|
{
|
|
|
"name": "example-dashboard",
|
|
|
"version": "0.1.0",
|
|
|
+ "type": "module",
|
|
|
"private": true,
|
|
|
"scripts": {
|
|
|
"dev": "next dev --turbopack --port 3001",
|
|
|
"build": "next build",
|
|
|
"start": "next start",
|
|
|
- "lint": "next lint"
|
|
|
+ "lint": "eslint --max-warnings 0"
|
|
|
},
|
|
|
"dependencies": {
|
|
|
"@ai-sdk/gateway": "^3.0.13",
|
|
|
@@ -19,9 +20,11 @@
|
|
|
"zod": "^3.24.0"
|
|
|
},
|
|
|
"devDependencies": {
|
|
|
+ "@repo/eslint-config": "workspace:*",
|
|
|
"@types/node": "^22.10.0",
|
|
|
"@types/react": "19.2.3",
|
|
|
"@types/react-dom": "19.2.3",
|
|
|
+ "eslint": "^9.39.1",
|
|
|
"typescript": "^5.7.2"
|
|
|
}
|
|
|
}
|