forked from garbles/why-did-you-update
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 830 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
35
36
37
{
"name": "why-did-you-update",
"version": "0.0.8",
"description": "Patch React to discover unnecessary re-renders",
"main": "lib/index.js",
"files": [
"es6",
"lib",
"umd"
],
"scripts": {
"build": "nwb build",
"clean": "nwb clean",
"start": "nwb serve",
"test": "nwb test",
"test:watch": "nwb test --server",
"release:patch": "nwb build && npm version patch && npm publish"
},
"dependencies": {
"lodash": "^4.13.1"
},
"peerDependencies": {
"react": "^15.0 || 0.14.x"
},
"devDependencies": {
"lodash-webpack-plugin": "^0.8.1",
"nwb": "0.9.x",
"react": "0.14.x",
"react-dom": "0.14.x"
},
"author": "Gabe Scholz",
"license": "MIT",
"repository": "https://github.com/garbles/why-did-you-update",
"keywords": [
"react-component"
]
}