Files
2026-07-13 12:58:18 +08:00

34 lines
750 B
JSON

{
"name": "arcade-tools-showcase",
"version": "0.1.0",
"private": true,
"engines": {
"node": ">=20.9.0"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start -H 0.0.0.0 -p ${PORT:-3000}",
"lint": "eslint"
},
"dependencies": {
"@arcadeai/arcadejs": "^2.4.1",
"@copilotkit/react-core": "^1.60.1",
"@copilotkit/runtime": "^1.60.1",
"next": "16.2.9",
"react": "19.2.4",
"react-dom": "19.2.4",
"zod": "^4.4.3"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "16.2.9",
"tailwindcss": "^4",
"typescript": "^5"
}
}