UNPKG

@ngenux/ngage-whiteboarding

Version:

A collaborative whiteboard React component with real-time synchronization

105 lines (104 loc) 2.76 kB
{ "name": "@ngenux/ngage-whiteboarding", "version": "1.0.2", "description": "A collaborative whiteboard React component with real-time synchronization", "main": "dist/index.js", "module": "dist/index.esm.js", "types": "dist/index.d.ts", "exports": { ".": { "import": "./dist/index.esm.js", "require": "./dist/index.js", "types": "./dist/index.d.ts" }, "./dist/styles.css": "./dist/styles.css" }, "files": [ "dist/**/*", "README.md" ], "scripts": { "build": "rollup -c rollup.config.mjs", "dev": "rollup -c rollup.config.mjs -w", "prepare": "npm run build", "prepublishOnly": "npm run build", "clean": "rm -rf dist", "pack-preview": "npm pack --dry-run" }, "keywords": [ "react", "whiteboard", "collaborative", "drawing", "real-time", "websocket", "canvas", "typescript", "component", "ui", "konva", "graphics", "visualization", "interactive", "shapes", "freehand", "annotation", "sketch", "diagram", "board", "online-whiteboard", "digital-canvas", "collaborative-editing", "multi-user", "synchronization" ], "author": { "name": "ng-sushil", "email": "sushil.shinde@ngenux.com", "url": "https://github.com/ng-sushil" }, "license": "MIT", "homepage": "https://github.com/ngenux-accelerators/ngage-whiteboarding#readme", "repository": { "type": "git", "url": "git+https://github.com/ngenux-accelerators/ngage-whiteboarding.git" }, "bugs": { "url": "https://github.com/ngenux-accelerators/ngage-whiteboarding/issues" }, "publishConfig": { "access": "public" }, "peerDependencies": { "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0", "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0" }, "dependencies": { "clsx": "^2.1.1", "konva": "^9.2.0", "lucide-react": "^0.460.0", "pako": "^2.1.0", "react-konva": "^18.2.10", "socket.io-client": "^4.7.2", "tailwind-merge": "^3.3.1", "uuid": "^9.0.0" }, "devDependencies": { "@rollup/plugin-alias": "^5.0.0", "@rollup/plugin-commonjs": "^25.0.0", "@rollup/plugin-node-resolve": "^15.0.0", "@rollup/plugin-typescript": "^11.0.0", "@types/pako": "^2.0.0", "@types/react": "^18.2.0", "@types/react-dom": "^18.2.0", "@types/uuid": "^9.0.0", "autoprefixer": "^10.4.0", "postcss": "^8.4.0", "rollup": "^3.0.0", "rollup-plugin-peer-deps-external": "^2.2.4", "rollup-plugin-postcss": "^4.0.2", "tailwindcss": "^3.4.0", "tslib": "^2.6.0", "typescript": "^5.0.0" } }