Files
workflow-builder/package.json
T
Nikhil-Doye 9dadf94b1b Add @tailwindcss/line-clamp for improved text truncation in NodeLibrary
- Updated package.json and package-lock.json to include @tailwindcss/line-clamp version 0.4.4.
- Modified tailwind.config.js to register the line-clamp plugin.
- Enhanced NodeLibrary component to utilize line-clamp for better text handling in descriptions, improving UI clarity.
2025-10-22 17:49:23 -04:00

68 lines
1.8 KiB
JSON

{
"name": "agent-workflow-builder",
"version": "1.0.0",
"description": "Open-source agent workflow builder using React Flow and AI",
"private": true,
"dependencies": {
"@mendable/firecrawl-js": "^4.4.0",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-slot": "^1.2.3",
"@tailwindcss/line-clamp": "^0.4.4",
"@types/node": "^16.18.0",
"@types/react": "^18.3.26",
"@types/react-dom": "^18.2.0",
"@types/uuid": "^9.0.2",
"autoprefixer": "^10.4.14",
"class-variance-authority": "^0.7.1",
"clsx": "^1.2.1",
"cron-parser": "^5.4.0",
"lucide-react": "^0.263.1",
"openai": "^6.3.0",
"postcss": "^8.4.24",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hot-toast": "^2.4.1",
"react-scripts": "5.0.1",
"reactflow": "^11.10.1",
"tailwind-merge": "^3.3.1",
"tailwindcss": "^3.3.0",
"tailwindcss-animate": "^1.0.7",
"typescript": "^4.9.0",
"uuid": "^9.0.0",
"zustand": "^4.4.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"test:coverage": "react-scripts test --coverage --watchAll=false",
"test:ci": "react-scripts test --coverage --watchAll=false --ci",
"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": {
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.0",
"@testing-library/user-event": "^14.6.1",
"jest-environment-jsdom": "^30.2.0"
}
}