-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
67 lines (67 loc) · 2.64 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
{
"name": "@’chievemints",
"author": {
"name": "dys",
"email": "[email protected]"
},
"version": "0.4.19",
"license": "CC0-1.0",
"scripts": {
"ui:start": "yarn workspace @chievemints/ui dev",
"ui:test": "yarn workspace @chievemints/ui test",
"ui:publish": "yarn ui:build && yarn gh:publish",
"ui:publish:op": "yarn ui:build && yarn gh:publish:op",
"ui:build": "yarn workspace @chievemints/ui build",
"ui:preview": "yarn workspace @chievemints/ui preview",
"hh:node": "yarn workspace @chievemints/contracts chain",
"hh:build": "yarn workspace @chievemints/contracts compile",
"hh:deploy": "yarn workspace @chievemints/contracts deploy",
"hh:publish": "yarn workspace @chievemints/contracts publish",
"hh:watch": "yarn workspace @chievemints/contracts watch",
"hh:account": "yarn workspace @chievemints/contracts account",
"hh:accounts": "yarn workspace @chievemints/contracts accounts",
"hh:balance": "yarn workspace @chievemints/contracts balance",
"hh:console": "yarn workspace @chievemints/contracts hardhat console",
"hh:test": "yarn workspace @chievemints/contracts hardhat test --network localhost",
"hh:gen": "yarn workspace @chievemints/contracts generate",
"hh:mine": "yarn workspace @chievemints/contracts hardhat mineContractAddress",
"hh:wallet": "yarn workspace @chievemints/contracts hardhat wallet",
"hh:funded": "yarn workspace @chievemints/contracts hardhat fundedwallet",
"clean": "yarn workspace @chievemints/ui clean",
"clean:full": "yarn clean && rm -rf node_modules/ packages/ui/node_modules/ packages/contracts/node_modules/",
"ui:theme": "yarn workspace @chievemints/ui theme",
"ui:watch": "yarn workspace @chievemints/ui watch",
"cm:grant": "yarn workspace @chievemints/contracts hardhat grant",
"cm:disable": "yarn workspace @chievemints/contracts hardhat disable",
"cm:metadata": "yarn workspace @chievemints/contracts gating-metadata"
},
"workspaces": {
"packages": [
"pkgs/*"
]
},
"packageManager": "[email protected]",
"devDependencies": {
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.2.0",
"@types/eslint": "^8",
"@types/testing-library__jest-dom": "^5",
"@typescript-eslint/eslint-plugin": "latest",
"@typescript-eslint/parser": "latest",
"eslint": "8.12.0",
"jest": "^28.1.3"
},
"dependencies": {
"@apollo/client": "^3.6.4",
"@tanstack/react-query": "^5.17.19",
"graphql": "^16.5.0",
"ts-node": "^10.9.1",
"viem": "2.x",
"wagmi": "^2.5.0"
},
"resolutions": {
"bn.js": "5.2.1",
"react": "18.2.0",
"react-dom": "18.2.0"
}
}