43 lines
912 B
JSON
43 lines
912 B
JSON
{
|
|
"name": "web-langgraph-interrupt",
|
|
"version": "0.1.7",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "eslint . --max-warnings=0"
|
|
},
|
|
"dependencies": {
|
|
"@copilotkit/react-core": "workspace:*",
|
|
"@copilotkit/react-ui": "workspace:*",
|
|
"@copilotkit/runtime": "workspace:*",
|
|
"next": "16.0.8",
|
|
"react": "^19.2.1",
|
|
"react-dom": "^19.2.1",
|
|
"shiki": "^3.22.0",
|
|
"zod": "^3.25.76"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/eslintrc": "^3",
|
|
"@tailwindcss/postcss": "^4",
|
|
"@types/node": "^22.19.11",
|
|
"@types/react": "^19",
|
|
"@types/react-dom": "^19",
|
|
"eslint": "^9",
|
|
"eslint-config-next": "16.0.8",
|
|
"tailwindcss": "^4",
|
|
"typescript": "^5.9.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=20.0.0"
|
|
},
|
|
"nx": {
|
|
"targets": {
|
|
"build": {
|
|
"cache": false
|
|
}
|
|
}
|
|
}
|
|
}
|