forked from ensdomains/ui
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
74 lines (74 loc) · 2.3 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
{
"name": "@ansdomains/ui",
"version": "3.3.9",
"description": "UI components and reusable code",
"main": "src/index.js",
"files": [
"src"
],
"scripts": {
"test": "node_modules/.bin/jest --verbose",
"test:dev": "node_modules/.bin/jest --watch --verbose",
"build": "babel src -d dist --ignore src/**/*.test.js,**/__tests__/**,src/testing-utils",
"prepublishOnly": "yarn build",
"pub": "yarn publish --access public"
},
"author": "",
"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/preset-env": "^7.4.4",
"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-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-core": "^2.10.1",
"jest": "^24.8.0"
},
"dependencies": {
"@0xproject/utils": "^2.0.2",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/runtime": "^7.4.4",
"@ensdomains/address-encoder": "^0.2.9",
"@ensdomains/content-hash": "^2.5.7",
"@ensdomains/contracts": "^0.0.1",
"@ensdomains/dnsprovejs": "^0.4.1",
"@ensdomains/dnssecoraclejs": "^0.2.7",
"@ensdomains/dnssecoraclejs-017": "npm:@ensdomains/[email protected]",
"@ensdomains/ens-contracts": "^0.0.7",
"@ensdomains/eth-ens-namehash": "^2.0.15",
"@ensdomains/mock": "^2.0.34",
"@ethvault/iframe-provider": "0.1.9",
"base58check": "^2.0.0",
"bech32": "^1.1.3",
"bs58": "^4.0.1",
"cross-fetch": "^3.0.2",
"dns-packet": "^5.2.1",
"ethers": "^5.4.4",
"js-sha3": "^0.8.0",
"lodash": "^4.17.11",
"node-fetch": "^2.6.1",
"web3": "^1.3.0"
},
"prettier": {
"semi": false,
"editor.formatOnSave": true,
"singleQuote": true,
"trailingComma": "none"
}
}