mirror of
https://github.com/CopilotKit/CopilotKit.git
synced 2026-09-14 16:26:20 +08:00
36 lines
881 B
JSON
36 lines
881 B
JSON
{
|
|
"name": "state-machine",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint",
|
|
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist && rm -rf .next"
|
|
},
|
|
"dependencies": {
|
|
"@copilotkit/react-core": "1.8.13",
|
|
"@copilotkit/react-ui": "1.8.13",
|
|
"@copilotkit/runtime-client-gql": "1.8.13",
|
|
"clsx": "^1.2.1",
|
|
"motion": "^11.18.1",
|
|
"next": "14.2.1",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"reactflow": "^11.11.4",
|
|
"tailwind-merge": "^1.13.2"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/eslintrc": "^3",
|
|
"@types/node": "^20",
|
|
"@types/react": "^18",
|
|
"@types/react-dom": "^18",
|
|
"eslint": "^8",
|
|
"eslint-config-next": "14.2.1",
|
|
"postcss": "^8",
|
|
"tailwindcss": "^3.4.1",
|
|
"typescript": "^5"
|
|
}
|
|
}
|