UNPKG

@rjui/react-socket

Version:

A react provider for socket.io client library

65 lines (64 loc) 1.73 kB
{ "name": "@rjui/react-socket", "version": "0.0.7", "description": "A react provider for socket.io client library", "main": "lib/index.js", "types": "lib/index.d.ts", "scripts": { "example": "node ./example/server.js", "start": "gulp" }, "dependencies": { "socket.io-client": "^4.4.0" }, "devDependencies": { "typescript": "^4.5.5", "@babel/preset-react": "^7.0.0", "babel-plugin-transform-runtime": "^6.15.0", "babel-preset-es2015": "^6.16.0", "babel-preset-react": "^6.16.0", "babel-preset-stage-0": "^6.16.0", "babel-runtime": "^6.11.6", "babelify": "^7.3.0", "browser-sync": "^2.17.2", "browserify": "^13.1.0", "del": "^2.2.2", "gulp": "^3.9.1", "gulp-babel": "^6.1.2", "gulp-cli": "^1.2.2", "gulp-eslint": "^3.0.1", "gulp-mocha": "^3.0.1", "gulp-rename": "^1.2.2", "gulp-sourcemaps": "^1.6.0", "gulp-uglify": "^2.0.0", "gulp-util": "^3.0.7", "prop-types": "^15.6.0", "pump": "^1.0.2", "react": "^17.0.2", "run-sequence": "^1.2.2", "socket.io": "^2.2.0", "vinyl-buffer": "^1.0.0", "vinyl-source-stream": "^1.1.0", "watchify": "^3.7.0" }, "repository": { "type": "git", "url": "git+https://github.com/rohitsoni007/react-socket.git" }, "keywords": [ "react", "socket.io", "@rjui", "socket io", "react-socket", "react socket", "socket io client", "react socket io client" ], "author": "Rohit Soni", "license": "ISC", "bugs": { "url": "https://github.com/rohitsoni007/react-socket/issues" }, "homepage": "https://github.com/rohitsoni007/react-socket#readme" }