-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
43 lines (43 loc) · 1.15 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
{
"name": "react-transform-debug-inspector",
"version": "0.1.3",
"description": "React inspector tranformation function for babel-plugin-wrap-react-components",
"main": "lib/index.js",
"scripts": {
"build": "./node_modules/.bin/babel src --out-dir lib",
"lint": "eslint src",
"version": "npm run build && git add -A .",
"postversion": "git push",
"prepublish": "npm run build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Alexander <alexkuz@gmail.com> (http://kuzya.org/)",
"devDependencies": {
"babel": "^5.8.21",
"babel-core": "^5.4.7",
"babel-eslint": "^4.0.10",
"babel-loader": "^5.1.2",
"eslint": "^1.2.1",
"eslint-loader": "^1.0.0",
"eslint-plugin-babel": "^2.1.1",
"eslint-plugin-react": "^3.3.1"
},
"license": "MIT",
"dependencies": {
"@alexkuz/react-object-inspector": "^0.1.5-patch",
"react-dock": "^0.1.0"
},
"peerDependencies": {
"babel-plugin-react-transform": "^1.0.0",
"babel-runtime": "^5.8.20",
"radium": "^0.13.8"
},
"keywords": [
"babel-plugin",
"react-transform",
"dx",
"react",
"reactjs",
"devtools"
]
}