Files
workflow-builder/package.json
T
Nikhil-Doye 863389e3e5 first commit
2025-10-14 20:08:03 -04:00

51 lines
1.1 KiB
JSON

{
"name": "agent-workflow-builder",
"version": "1.0.0",
"description": "Open-source agent workflow builder using React Flow and AI",
"private": true,
"dependencies": {
"@types/node": "^16.18.0",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"reactflow": "^11.10.1",
"react-scripts": "5.0.1",
"typescript": "^4.9.0",
"lucide-react": "^0.263.1",
"tailwindcss": "^3.3.0",
"autoprefixer": "^10.4.14",
"postcss": "^8.4.24",
"clsx": "^1.2.1",
"react-hot-toast": "^2.4.1",
"zustand": "^4.4.1",
"uuid": "^9.0.0",
"@types/uuid": "^9.0.2"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {}
}