-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 994 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": "@hylozoic/react-holochain-hooks",
"version": "0.4.1",
"description": "React hooks integration of hc-web-client",
"main": "lib/index.js",
"scripts": {
"build": "./node_modules/.bin/babel src --out-dir lib --presets=@babel/env --ignore '**/*.test.js'",
"test": "jest"
},
"author": "Robbie Carlton",
"license": "GPL-3.0",
"repository": {
"type": "git",
"url": "https://github.com/hylozoic/react-holochain-hooks"
},
"peerDependencies": {
"react": "^16.8.0"
},
"dependencies": {
"@babel/polyfill": "^7.4.4",
"@holochain/hc-web-client": "^0.5"
},
"devDependencies": {
"@babel/cli": "^7.4.4",
"@babel/core": "^7.4.5",
"@babel/preset-env": "^7.4.5",
"@babel/preset-react": "^7.0.0",
"babel-jest": "^24.8.0",
"core-js": "2",
"enzyme": "^3.9.0",
"enzyme-adapter-react-16": "^1.13.1",
"jest": "^24.8.0",
"react": "^16.8.0",
"react-dom": "^16.8.6",
"react-testing-library": "^7.0.1"
}
}