41 lines
999 B
JSON
41 lines
999 B
JSON
{
|
|
"name": "autogpt_builder",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@radix-ui/react-avatar": "^1.1.0",
|
|
"@radix-ui/react-dropdown-menu": "^2.1.1",
|
|
"@radix-ui/react-icons": "^1.3.0",
|
|
"@radix-ui/react-slot": "^1.1.0",
|
|
"class-variance-authority": "^0.7.0",
|
|
"clsx": "^2.1.1",
|
|
"dotenv": "^16.4.5",
|
|
"next": "14.2.4",
|
|
"next-themes": "^0.3.0",
|
|
"react": "^18",
|
|
"react-dom": "^18",
|
|
"react-modal": "^3.16.1",
|
|
"reactflow": "^11.11.4",
|
|
"recharts": "^2.12.7",
|
|
"tailwind-merge": "^2.3.0",
|
|
"tailwindcss-animate": "^1.0.7"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20",
|
|
"@types/react": "^18",
|
|
"@types/react-dom": "^18",
|
|
"@types/react-modal": "^3.16.3",
|
|
"eslint": "^8",
|
|
"eslint-config-next": "14.2.4",
|
|
"postcss": "^8",
|
|
"tailwindcss": "^3.4.1",
|
|
"typescript": "^5"
|
|
}
|
|
}
|