forked from voteagora/agora
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
22 lines (22 loc) · 1.2 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
{
"private": true,
"workspaces": [
"./packages/*"
],
"scripts": {
"prettier": "prettier --write . --ignore-path .gitignore"
},
"devDependencies": {
"prettier": "^2.7.1"
},
"packageManager": "yarn@3.5.0",
"resolutions": {
"graphql-modules@^2.1.1": "patch:graphql-modules@npm%3A2.1.1#./.yarn/patches/graphql-modules-npm-2.1.1-3778b53b5f.patch",
"@ethersproject/web@5.7.0": "patch:@ethersproject/web@npm%3A5.7.0#./.yarn/patches/@ethersproject-web-npm-5.7.0-8f8cc127f6.patch",
"@ethersproject/web@^5.7.0": "patch:@ethersproject/web@npm%3A5.7.0#./.yarn/patches/@ethersproject-web-npm-5.7.0-8f8cc127f6.patch",
"@ethersproject/bignumber@5.7.0": "patch:@ethersproject/bignumber@npm%3A5.7.0#./.yarn/patches/@ethersproject-bignumber-npm-5.7.0-cd761880ac.patch",
"@ethersproject/bignumber@^5.7.0": "patch:@ethersproject/bignumber@npm%3A5.7.0#./.yarn/patches/@ethersproject-bignumber-npm-5.7.0-cd761880ac.patch",
"@ethersproject/bignumber@^5.5.0": "patch:@ethersproject/bignumber@npm%3A5.7.0#./.yarn/patches/@ethersproject-bignumber-npm-5.7.0-cd761880ac.patch",
"@wagmi/core@0.8.19": "patch:@wagmi/core@npm%3A0.8.19#./.yarn/patches/@wagmi-core-npm-0.8.19-73ced79e6e.patch"
}
}