forked from austintgriffith/dapparatus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
78 lines (78 loc) · 2.14 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
77
78
{
"name": "dapparatus",
"version": "1.0.71",
"description": "reusable dapp components in react: metamask, automatic gas, transaction ui, event parers etc...",
"main": "build/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack --watch",
"build": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/austintgriffith/dapparatus.git"
},
"keywords": [
"dapp",
"ethereum",
"metamask",
"gas",
"transactions",
"buidl"
],
"author": "Austin Thomas Griffith",
"license": "MIT",
"bugs": {
"url": "https://github.com/austintgriffith/dapparatus/issues"
},
"homepage": "https://github.com/austintgriffith/dapparatus#readme",
"peerDependencies": {
"react": "^16.4.0",
"react-dom": "^16.4.0"
},
"devDependencies": {
"@babel/cli": "7.0.0",
"@babel/core": "7.0.0",
"@babel/preset-env": "^7.0.0",
"@babel/register": "7.0.0",
"babel-eslint": "^10.0.1",
"babel-loader": "^7.1.4",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-polyfill": "^6.0.16",
"babel-preset-env": "^1.7.0",
"babel-runtime": "^6.26.0",
"css-loader": "^1.0.0",
"eslint": "^5.7.0",
"eslint-config-react-app": "^3.0.3",
"eslint-plugin-flowtype": "^3.0.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.2",
"eslint-plugin-react": "^7.11.1",
"react": "^16.4.0",
"react-dom": "^16.4.0",
"url-loader": "^1.0.1",
"webpack": "^4.21.0",
"webpack-cli": "^3.1.2"
},
"dependencies": {
"axios": "^0.18.0",
"deepmerge": "^2.1.1",
"ethereum-ens": "^0.7.4",
"idempotent-babel-polyfill": "^7.0.0",
"md5": "^2.2.1",
"prop-types": "^15.6.2",
"qr-image": "^3.2.0",
"rc-progress": "^2.2.5",
"react": "^16.4.1",
"react-blockies": "^1.3.0",
"react-cookie": "^3.0.4",
"react-cookies": "^0.1.0",
"react-dom": "^16.4.1",
"react-motion": "^0.5.2",
"react-qr-reader": "^2.1.1",
"react-scripts": "1.1.4",
"web3": "1.0.0-beta.34",
"web3-utils": "1.0.0-beta.34"
}
}