-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
51 lines (51 loc) · 1.43 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
{
"name": "@oneclickdapp/ethereum-auth",
"version": "0.4.1",
"description": "Ethereum wallet login provider for RedwoodJS projects",
"author": "Patrick Gallagher <[email protected]>",
"module": "src/index.js",
"lint-staged": {
"*.js": []
},
"prepublish": "yarn build",
"scripts": {
"precommit": "lint-staged",
"test": "jest",
"lint": "eslint ./src --fix"
},
"dependencies": {
"@ethersproject/bytes": "^5.5.0",
"@ethersproject/keccak256": "^5.5.0",
"@ethersproject/providers": "^5.5.0",
"@ethersproject/strings": "^5.5.0",
"@walletconnect/web3-provider": "^1.6.6",
"graphql": "^15.6.1",
"graphql-tag": "^2.12.5"
},
"peerDependencies": {
"assert": "^2.0.0",
"crypto-browserify": "^3.12.0",
"https-browserify": "^1.0.0",
"os-browserify": "^0.3.0",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"url": "^0.11.0",
"util": "^0.12.4"
},
"devDependencies": {
"@babel/runtime-corejs3": "^7.15.3",
"babel-loader": "^8.0.6",
"eslint": "^6.8.0",
"eslint-config-airbnb-base": "^14.1.0",
"eslint-config-prettier": "^6.9.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-prettier": "^3.1.2",
"lint-staged": "^10.2.2",
"prettier": "^1.19.1"
},
"repository": {
"type": "git",
"url": "https://github.com/oneclickdapp/ethereum-auth"
},
"homepage": "https://github.com/oneclickdapp/ethereum-auth"
}