-
Notifications
You must be signed in to change notification settings - Fork 31
/
package.json
59 lines (59 loc) · 1.52 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "react-socket-io",
"version": "0.2.5",
"description": "A react provider for socket.io, http://socket.io/",
"main": "lib/index.js",
"scripts": {
"example": "node ./example/server.js",
"start": "gulp"
},
"dependencies": {
"socket.io-client": "^1.5.0"
},
"devDependencies": {
"@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": "^16.8.5",
"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/charleslxh/react-socket-io.git"
},
"keywords": [
"react",
"socket.io",
"socket io",
"socket.io-client",
"socket io client"
],
"author": "Charles Liao",
"license": "ISC",
"bugs": {
"url": "https://github.com/charleslxh/react-socket-io/issues"
},
"homepage": "https://github.com/charleslxh/react-socket-io#readme"
}