-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 818 Bytes
/
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
{
"name": "react-transform-render-visualizer-fork",
"version": "0.8.4",
"description": "Render visualizer for ReactJS",
"main": "lib/index.js",
"files": [
"lib/"
],
"scripts": {
"clean": "rimraf lib",
"build": "babel src --stage 0 --out-dir lib",
"watch": "babel src --stage 0 --watch --out-dir lib",
"prepublish": "npm run clean && npm run build"
},
"repository": {
"type": "git",
"url": "https://github.com/spredfast/react-transform-render-visualizer"
},
"keywords": [
"react-transform",
"react",
"reactjs"
],
"author": "Rob Grochowicz <[email protected]>",
"license": "MIT",
"devDependencies": {
"babel": "^5.8.23",
"rimraf": "^2.6.2"
},
"dependencies": {
"prop-types": "^15.6.0",
"react-pure-render": "^1.0.2"
}
}