UNPKG

react-custom-kanban-board

Version:

A customizable Kanban board component for React with advanced features like search, filtering, and WIP limits.

70 lines (69 loc) 1.88 kB
{ "name": "react-custom-kanban-board", "version": "2.0.0", "description": "A customizable Kanban board component for React with advanced features like search, filtering, and WIP limits.", "main": "dist/index.js", "module": "dist/index.js", "types": "dist/index.d.ts", "sideEffects": false, "scripts": { "clean": "rimraf dist", "build": "npm run clean && tsc && npm run build:css", "build:css": "postcss src/KanbanBoard.css -o dist/KanbanBoard.css", "prepublishOnly": "npm run build", "prepare": "npm run build" }, "dependencies": { "framer-motion": "^11.3.30", "react": "^16.* || ^17.* || ^18.* || ^19.*", "react-dom": "^16.* || ^17.* || ^18.* || ^19.*" }, "devDependencies": { "@types/react": "^16.* || ^17.* || ^18.* || ^19.*", "@types/react-dom": "^16.* || ^17.* || ^18.* || ^19.*", "autoprefixer": "^10.4.14", "postcss": "^8.4.21", "postcss-cli": "^10.1.0", "rimraf": "^5.0.0", "typescript": "^4.9.0 || ^5.0.0" }, "peerDependencies": { "react": "^16.* || ^17.* || ^18.* || ^19.*", "react-dom": "^16.* || ^17.* || ^18.* || ^19.*" }, "peerDependenciesMeta": { "react-dom": { "optional": true } }, "files": [ "dist/**/*", "README.md" ], "keywords": [ "kanban-board", "react-kanban-board", "react-kanban", "kanban", "component", "react", "drag-and-drop", "task-management", "project-management" ], "author": "Hamdy Ibrahim", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/HamdyIIbrahim/react-kanban-board" }, "homepage": "https://github.com/HamdyIIbrahim/react-kanban-board#readme", "engines": { "node": ">=14.0.0" }, "browser": { "fs": false, "path": false, "os": false } }