-
Notifications
You must be signed in to change notification settings - Fork 26
/
package.json
64 lines (64 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
{
"name": "compound-components",
"version": "1.0.2",
"description": "A Compound component library",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "npx dart-sass -I. -Inode_modules sample-app/src/scss:sample-app/src/css-build && node --unhandled-rejections=strict sample-app/scripts/start.js",
"build-css": "npx dart-sass -I. -Inode_modules sample-app/src/scss:sample-app/src/css-build"
},
"author": "",
"license": "ISC",
"dependencies": {
"@babel/core": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@ledgerhq/hw-app-eth": "^6.6.0",
"@ledgerhq/hw-transport-webusb": "^6.6.0",
"@walletconnect/ethereum-provider": "^2.8.4",
"@walletconnect/modal": "^2.5.4",
"autoprefixer": "^9.7.6",
"babel-loader": "^8.0.0",
"bnc-sdk": "^2.1.5",
"case-sensitive-paths-webpack-plugin": "^2.1.2",
"chalk": "^4.0.0",
"core-js": "3",
"css-loader": "^3.5.3",
"elm": "^0.19.1-5",
"elm-hot-webpack-loader": "1.1.7",
"elm-webpack-loader": "^6.0.1",
"ethereumjs-wallet": "https://github.com/ethereumjs/ethereumjs-wallet.git#2121d5a32195e595accc9dce81d14bae8b4e6de6",
"ethers": "^5.0.23",
"ethjs-provider-signer": "^0.1.4",
"file-loader": "^6.0.0",
"fs-extra": "^9.0.0",
"google-translate": "^3.0.0",
"html-webpack-plugin": "4.2.1",
"postcss-flexbugs-fixes": "^4.2.1",
"postcss-loader": "3.0.0",
"promise": "8.1.0",
"react-dev-utils": "^10.2.1",
"string-replace-loader": "^2.1.1",
"style-loader": "^1.2.1",
"url-loader": "^4.1.0",
"walletlink": "^2.1.0",
"web3-core-helpers": "^1.3.5",
"web3-eth": "^1.3.5",
"web3-utils": "^1.3.5",
"webpack": "^4.35.2",
"webpack-dev-server": "^3.7.2",
"yargs": "^16.2.0"
},
"devDependencies": {
"elm-format": "=0.8.5",
"elm-test": "0.19.1-revision2"
},
"resolutions": {
"**/ethereumjs-wallet": "https://github.com/ethereumjs/ethereumjs-wallet.git#2121d5a32195e595accc9dce81d14bae8b4e6de6",
"**/fsevents": "^2.1.3",
"**/node-hid": "^1.2.0",
"**/sha3": "^2.1.2",
"**/elm": "^0.19.1-5",
"**/elmi-to-json": "^1.4.3"
}
}