forked from ensdomains/react-ens-address
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
76 lines (76 loc) · 2.03 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "@bchdomains/react-lns-address",
"version": "0.0.34",
"description": "React LNS address component",
"main": "dist/index.js",
"files": [
"src",
"dist",
"dist/*"
],
"scripts": {
"test": "jest --watch --verbose",
"build": "babel src -d dist --ignore src/**/*.test.js,**/__tests__/** --copy-files",
"pub": "yarn build && yarn publish --access public"
},
"author": "Jeff Lau",
"license": "ISC",
"devDependencies": {
"@babel/cli": "^7.4.4",
"@babel/core": "^7.4.4",
"@babel/plugin-transform-async-to-generator": "^7.4.4",
"@babel/plugin-transform-regenerator": "^7.4.4",
"@babel/plugin-transform-runtime": "^7.4.4",
"@babel/plugin-transform-spread": "^7.2.2",
"@babel/polyfill": "^7.4.4",
"@babel/preset-env": "^7.4.4",
"@babel/preset-react": "^7.0.0",
"babel-eslint": "^9.0.0",
"babel-jest": "^23.6.0",
"babel-jest-assertions": "^0.1.0",
"babel-plugin-add-module-exports": "^1.0.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.7.0",
"coveralls": "^3.0.2",
"eslint": "^5.6.1",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-node": "^5.1.1",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-react": "^7.1.0",
"eslint-plugin-standard": "^3.0.1",
"esm": "^3.2.22",
"ganache-cli": "^6.4.3",
"jest": "^24.8.0"
},
"peerDependencies": {
"react": "^16.8.6",
"react-dom": "^16.8.6"
},
"dependencies": {
"@bchdomains/ui": "^3.3.18",
"@emotion/core": "^10.0.14",
"@emotion/styled": "^10.0.14",
"ethers": "^4.0.32",
"lodash": "^4.17.13"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bchdomains/react-lns-address.git"
},
"keywords": [
"react",
"lns",
"ens",
"smartbch",
"bch",
"ethereum",
"name",
"names",
"react-lns"
],
"bugs": {
"url": "https://github.com/bchdomains/react-lns-address/issues"
},
"homepage": "https://github.com/bchdomains/react-lns-address#readme"
}