-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.01 KB
/
Copy pathpackage.json
File metadata and controls
44 lines (44 loc) · 1.01 KB
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
{
"name": "react-blockstack",
"version": "0.6.10",
"description": "React hooks for the Blockstack SDK",
"directories": {
"context": "./dist/context"
},
"main": "./dist/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/njordhov/react-blockstack.git"
},
"keywords": [
"react-hooks",
"react",
"blockstack",
"hooks"
],
"author": "Terje Norderhaug",
"license": "MIT",
"bugs": {
"url": "https://github.com/njordhov/react-blockstack/issues"
},
"homepage": "https://github.com/njordhov/react-blockstack#readme",
"peerDependencies": {
"blockstack": "^21.0.0",
"react": "^16.8.0"
},
"dependencies": {
"@dbeining/react-atom": "^4.1.4",
"lodash": "^4.17.5"
},
"devDependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.9.0",
"@babel/preset-env": "^7.9.0",
"@babel/preset-react": "^7.9.4",
"@babel/runtime": "^7.9.2",
"babel-loader": "^8.1.0"
},
"scripts": {
"build": "babel src --out-dir dist"
}
}