react-together-primereact
Version:
A set of ready-to-use PrimeReact components that are synchronized across multiple users in real-time!
79 lines (78 loc) • 2.04 kB
JSON
{
"name": "react-together-primereact",
"description": "A set of ready-to-use PrimeReact components that are synchronized across multiple users in real-time!",
"version": "0.1.3",
"license": "Apache-2.0",
"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",
"build": "tsc && vite build",
"prepublishOnly": "npm run build",
"watch": "npm run build -- --watch",
"clean": "rm -rf node_modules dist"
},
"dependencies": {
"react-together": "^0.4.2"
},
"peerDependencies": {
"primereact": "^10.6.6"
},
"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-primereact"
},
"homepage": "https://reacttogether.dev",
"keywords": [
"react",
"together",
"primereact",
"components",
"react-together",
"real-time",
"multi-user",
"websockets",
"sockets",
"interaction",
"interactive",
"collaboration",
"collaborative",
"presence",
"synchronize",
"synchronized",
"rooms",
"sessions",
"interaction",
"shared state",
"croquet",
"multisynq"
]
}