-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
47 lines (47 loc) · 1.07 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
{
"name": "xray-react",
"version": "0.5.0",
"description": "React layout debugger inspired by Xray-rails.",
"main": "index.js",
"scripts": {
"dev": "node index.js",
"build": "rollup -c",
"prepublish": "rollup -c"
},
"engines": {
"node": ">=6.0.0"
},
"keywords": [
"react",
"react-component",
"ui",
"x-ray",
"inspector",
"development",
"style",
"css",
"layout",
"debug"
],
"repository": {
"type": "git",
"url": "git+https://github.com/loogle18/xray-react.git"
},
"author": "Sviatoslav Medvid <[email protected]> (https://github.com/loogle18)",
"license": "MIT",
"bugs": {
"url": "https://github.com/loogle18/xray-react/issues"
},
"homepage": "https://github.com/loogle18/xray-react#readme",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"react": "^16.8.6",
"rollup": "^0.59.4",
"rollup-plugin-commonjs": "^8.3.0"
},
"dependencies": {
"socket.io": "^2.1.1"
}
}