-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
55 lines (55 loc) · 1.35 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
48
49
50
51
52
53
54
55
{
"name": "react-dream",
"version": "0.5.1",
"description": "Fantasy Land type for React Components",
"main": "dist/index.js",
"files": [
"dist"
],
"scripts": {
"dist": "babel src/ -d dist/ --ignore spec.js",
"prepublishOnly": "npm run dist",
"test": "babel-node test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xaviervia/react-dream.git"
},
"keywords": [
"react",
"fantasy-land",
"fantasyland",
"functional",
"functional-programming",
"fp"
],
"author": "Fernando Via Canel <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/xaviervia/react-dream/issues"
},
"homepage": "https://github.com/xaviervia/react-dream#readme",
"devDependencies": {
"@klarna/higher-order-components": "^3.0.1",
"babel-cli": "^6.24.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-3": "^6.24.1",
"jsdom": "^11.12.0",
"jsdom-global": "^3.0.2",
"prettier": "^1.5.3",
"ramda": "^0.25.0",
"react": "^16.0.0",
"react-test-renderer": "^16.0.0",
"recompose": "^0.24.0",
"washington": "^2.0.0-rc.3"
},
"peerDependencies": {
"react": "^16.0.0",
"recompose": "^0.24.0"
},
"dependencies": {
"@hocs/with-debugger": "^0.1.0",
"@hocs/with-log": "^0.1.0"
}
}