flowstudio
Version:
Enterprise Flow Designer
57 lines (56 loc) • 1.63 kB
JSON
{
"name": "flowstudio",
"version": "0.0.14",
"private": false,
"description": "Enterprise Flow Designer",
"license": "MIT",
"repository": "https://github.com/godfrednanaowusu/flowstudio",
"bugs": "https://github.com/godfrednanaowusu/flowstudio/issues",
"homepage": "https://flowstudio.vercel.app",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "rm -rf dist && rm -rf tsconfig.tsbuildinfo && tsc && cpx 'src/styles/**/*.css' dist/styles",
"prepublishOnly": "npm run build",
"clean": "rm -rf dist"
},
"dependencies": {
"@hookform/resolvers": "latest",
"@radix-ui/react-collapsible": "^1.1.3",
"@radix-ui/react-form": "latest",
"@radix-ui/react-icons": "latest",
"@radix-ui/themes": "latest",
"@tanstack/react-query": "latest",
"@xyflow/react": "latest",
"html-react-parser": "^5.2.2",
"lucide-react": "latest",
"react": "latest",
"react-dom": "latest",
"react-hook-form": "latest",
"react-icons": "latest",
"yup": "latest"
},
"devDependencies": {
"@radix-ui/react-accordion": "^1.2.3",
"@types/node": "latest",
"@types/react": "^19.0.12",
"@types/react-dom": "^19.0.4",
"cpx": "^1.5.0",
"typescript": "latest",
"zustand": "latest"
},
"files": [
"dist/**/*",
"src/**/*.css"
],
"keywords": [
"flow",
"designer",
"ussd",
"survey",
"chats",
"bot",
"chatbot"
],
"packageManager": "pnpm@9.15.4+sha512.b2dc20e2fc72b3e18848459b37359a32064663e5627a51e4c74b2c29dd8e8e0491483c3abb40789cfd578bf362fb6ba8261b05f0387d76792ed6e23ea3b1b6a0"
}