-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
65 lines (65 loc) · 1.85 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
{
"name": "dappsdk",
"version": "0.1.1",
"description": "",
"private": true,
"scripts": {
"build": "webpack",
"watch": "webpack -d --watch",
"start": "node sample/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Ankarrr/DappSDK.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Ankarrr/DappSDK/issues"
},
"homepage": "https://github.com/Ankarrr/DappSDK#readme",
"dependencies": {
"@babel/core": "^7.4.5",
"@ledgerhq/hw-transport-u2f": "^4.68.2",
"@ledgerhq/hw-transport-webusb": "^4.68.2",
"@ledgerhq/web3-subprovider": "^4.68.2",
"@portis/web3": "^2.0.0-beta.30",
"@toruslabs/torus-embed": "0.0.25",
"@walletconnect/browser": "^1.0.0-beta.25",
"@walletconnect/qrcode-modal": "^1.0.0-beta.25",
"@walletconnect/web3-subprovider": "^1.0.0-beta.25",
"babelify": "^10.0.0",
"bootstrap": "^4.3.1",
"css-loader": "^3.1.0",
"ethereumjs-tx": "^2.1.0",
"i18next": "^17.0.11",
"jquery": "^3.4.1",
"jsonwebtoken": "^8.5.1",
"metamask-inpage-provider": "^2.0.1",
"popper.js": "^1.15.0",
"post-message-stream": "^3.0.0",
"style-loader": "^0.23.1",
"sweetalert": "^2.1.2",
"trezor-connect": "^7.0.5",
"util": "^0.12.0",
"uuid": "^3.3.2",
"walletconnect-web3-provider": "^0.7.28",
"web3": "^1.0.0-beta.55",
"web3-provider-engine": "^15.0.0"
},
"devDependencies": {
"@babel/core": "^7.4.5",
"@babel/preset-env": "^7.4.5",
"babel-loader": "^8.0.6",
"browserify": "^16.2.3",
"eslint": "^5.16.0",
"eslint-config-airbnb-base": "^13.2.0",
"eslint-plugin-import": "^2.18.0",
"express": "^4.17.1",
"fs": "0.0.1-security",
"terser-webpack-plugin": "^1.3.0",
"uglifyjs-webpack-plugin": "^2.1.3",
"webpack": "^4.34.0",
"webpack-cli": "^3.3.4"
}
}