-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.13 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
{
"name": "react-rosa",
"version": "0.0.1",
"description": "React bindings for rosa-client",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {
"build1": "babel src --out-dir dist",
"prepare1": "npm run build",
"test1": "mocha --reporter spec"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zoil/react-rosa.git"
},
"keywords": ["rosa", "rosa-client", "react", "live", "websocket"],
"author": "Zoltan Jano <[email protected]> (https://github.com/zoil)",
"license": "MIT",
"bugs": {
"url": "https://github.com/zoil/react-rosa/issues"
},
"homepage": "https://github.com/zoil/react-rosa#readme",
"devDependencies": {
"@types/invariant": "^2.2.29",
"@types/lodash.isequal": "^4.5.2",
"@types/prop-types": "^15.5.2",
"rosa-shared": "^0.0.1",
"ts-node": "^4.1.0",
"typescript": "^2.6.2"
},
"dependencies": {
"expose-loader": "^0.7.4",
"invariant": "^2.2.4",
"lodash.isequal": "^4.5.0",
"node-static": "^0.7.9",
"prop-types": "^15.6.1",
"react": "^16.3.1",
"react-dom": "^16.3.1",
"rosa-client": "*"
}
}