UNPKG

react-together-ant-design

Version:

A set of ready-to-use Ant Design components that are synchronized across multiple users in real-time!

78 lines (77 loc) 2 kB
{ "name": "react-together-ant-design", "description": "A set of ready-to-use Ant Design components that are synchronized across multiple users in real-time!", "version": "0.0.2", "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist" ], "sideEffects": [ "**/*.css" ], "scripts": { "prettier": "prettier . --check", "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0", "prepublishOnly": "npm run build", "build": "tsc && vite build", "watch": "npm run build -- --watch", "clean": "rm -rf node_modules dist" }, "dependencies": { "react-together": "^0.4.2" }, "peerDependencies": { "antd": "^5.19.0" }, "devDependencies": { "@types/node": "^20.11.30", "@types/react": "^18.2.71", "@types/react-dom": "^18.2.22", "@typescript-eslint/eslint-plugin": "^6.21.0", "@typescript-eslint/parser": "^6.21.0", "@vitejs/plugin-react": "^4.2.1", "@vitejs/plugin-react-swc": "^3.5.0", "eslint": "^8.57.0", "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-react-refresh": "^0.4.6", "glob": "^10.3.10", "prettier": "^3.3.3", "typescript": "^5.4.3", "vite": "^4.5.3", "vite-plugin-dts": "^3.7.3", "vite-plugin-lib-inject-css": "^2.0.1" }, "bugs": "https://github.com/multisynq/react-together/issues", "repository": { "type": "git", "url": "git+https://github.com/multisynq/react-together.git", "directory": "packages/react-together-ant-design" }, "homepage": "https://reacttogether.dev", "keywords": [ "react", "together", "antd", "components", "react-together", "real-time", "multi-user", "websockets", "sockets", "interaction", "interactive", "collaboration", "collaborative", "presence", "synchronize", "synchronized", "rooms", "sessions", "interaction", "shared state", "croquet", "multisynq" ] }