You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
44 lines
1.1 KiB
44 lines
1.1 KiB
{ |
|
"name": "frontend", |
|
"version": "0.1.0", |
|
"private": true, |
|
"scripts": { |
|
"dev": "next dev", |
|
"build": "next build", |
|
"start": "next start", |
|
"lint": "next lint" |
|
}, |
|
"dependencies": { |
|
"@base-ui/react": "^1.3.0", |
|
"@copilotkit/react-core": "latest", |
|
"@copilotkit/react-ui": "latest", |
|
"@copilotkit/runtime": "^1.54.0", |
|
"@google/generative-ai": "^0.24.1", |
|
"@hookform/resolvers": "^3.9.1", |
|
"@swc/helpers": "^0.5.19", |
|
"@tanstack/react-table": "^8.21.3", |
|
"class-variance-authority": "^0.7.0", |
|
"clsx": "^2.1.1", |
|
"lucide-react": "^0.454.0", |
|
"next": "15.1.0", |
|
"openai": "^4.0.0", |
|
"react": "^18.3.1", |
|
"react-dom": "^18.3.1", |
|
"react-hook-form": "^7.53.1", |
|
"shiki": "^4.0.2", |
|
"tailwind-merge": "^2.5.4", |
|
"tailwindcss-animate": "^1.0.7", |
|
"zod": "^3.23.8" |
|
}, |
|
"devDependencies": { |
|
"@types/node": "^20", |
|
"@types/react": "^18", |
|
"@types/react-dom": "^18", |
|
"autoprefixer": "^10.4.20", |
|
"eslint": "^9", |
|
"eslint-config-next": "15.1.0", |
|
"postcss": "^8.4.47", |
|
"tailwindcss": "^3.4.14", |
|
"typescript": "^5" |
|
} |
|
}
|
|
|