-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
42 lines (42 loc) · 1.01 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
{
"name": "use-action-cable",
"version": "6.0.8",
"description": "A React hook for using ActionCable within components.",
"main": "lib/index.js",
"scripts": {
"build": "webpack",
"dev": "webpack --watch",
"test": "..."
},
"author": "weilandia",
"repository": {
"type": "git",
"url": "git+https://github.com/weilandia/use-action-cable.git"
},
"bugs": {
"url": "https://github.com/weilandia/use-action-cable/issues"
},
"homepage": "https://github.com/weilandia/use-action-cable#readme",
"peerDependencies": {
"@rails/actioncable": "^6.0.0",
"prop-types": "^15.6.2",
"react": "^16.8.0"
},
"devDependencies": {
"@babel/core": "^7.2.0",
"@babel/preset-env": "^7.1.6",
"@babel/preset-react": "^7.0.0",
"@rails/actioncable": "^6.0.0",
"babel-loader": "^8.0.4",
"prop-types": "^15.6.2",
"react": "^16.8.0",
"webpack": "^4.27.1",
"webpack-cli": "^3.1.2"
},
"keywords": [
"react",
"ActionCable",
"hooks"
],
"license": "MIT"
}