-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.2 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-compose-context-consumers",
"version": "0.1.3",
"description": "Compose React 16.3 ContextConsumers",
"main": "dist/index.js",
"module": "dist/index.es.js",
"scripts": {
"watch": "rollup --watch -c",
"build": "rollup -c",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mDibyo/react-compose-context-consumers.git"
},
"keywords": [
"react",
"react16",
"context",
"ContextConsumers",
"compose"
],
"author": "Dibyo Majumdar <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/mDibyo/react-compose-context-consumers/issues"
},
"homepage": "https://github.com/mDibyo/react-compose-context-consumers#readme",
"peerDependencies": {
"react": "^16.3"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-plugin-external-helpers": "^6.22.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-3": "^6.24.1",
"rollup": "^0.57.1",
"rollup-plugin-babel": "^3.0.3",
"rollup-plugin-node-resolve": "^3.3.0"
}
}