generated from scaffold-eth/scaffold-eth-2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 2.3 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
{
"name": "se-2",
"version": "0.0.1",
"private": true,
"workspaces": {
"packages": [
"packages/hardhat",
"packages/nextjs"
]
},
"scripts": {
"account": "yarn workspace @se-2/hardhat account",
"chain": "yarn workspace @se-2/hardhat chain",
"fork": "yarn workspace @se-2/hardhat fork",
"deploy": "yarn workspace @se-2/hardhat deploy",
"verify": "yarn workspace @se-2/hardhat verify",
"hardhat-verify": "yarn workspace @se-2/hardhat hardhat-verify",
"compile": "yarn workspace @se-2/hardhat compile",
"generate": "yarn workspace @se-2/hardhat generate",
"flatten": "yarn workspace @se-2/hardhat flatten",
"hardhat:lint": "yarn workspace @se-2/hardhat lint",
"hardhat:lint-staged": "yarn workspace @se-2/hardhat lint-staged",
"hardhat:format": "yarn workspace @se-2/hardhat format",
"hardhat:test": "yarn workspace @se-2/hardhat test",
"test": "yarn hardhat:test",
"format": "yarn next:format && yarn hardhat:format",
"start": "yarn workspace @se-2/nextjs dev",
"next:lint": "yarn workspace @se-2/nextjs lint",
"next:format": "yarn workspace @se-2/nextjs format",
"next:check-types": "yarn workspace @se-2/nextjs check-types",
"next:build": "yarn workspace @se-2/nextjs build",
"postinstall": "husky install",
"precommit": "lint-staged",
"vercel": "yarn workspace @se-2/nextjs vercel",
"vercel:yolo": "yarn workspace @se-2/nextjs vercel:yolo"
},
"packageManager": "[email protected]",
"devDependencies": {
"@graphprotocol/client-cli": "^3.0.1",
"@types/validator": "^13",
"@types/web3": "^1.2.2",
"husky": "^8.0.1",
"lint-staged": "^13.0.3",
"matchstick-as": "0.5.0"
},
"dependencies": {
"@apollo/client": "^3.10.1",
"@aztec/accounts": "^0.35.1",
"@aztec/aztec.js": "^0.35.1",
"@aztec/noir-contracts.js": "^0.35.1",
"@graphprotocol/graph-cli": "0.71.0",
"@graphprotocol/graph-ts": "^0.35.1",
"@noir-lang/backend_barretenberg": "0.27.0",
"@noir-lang/noir_js": "v0.27.0",
"@openzeppelin/contracts": "^5.0.2",
"@types/node": "^20.12.7",
"@usedapp/core": "^1.2.13",
"ethers": "^6.12.0",
"graphql": "^16.8.1",
"react-toastify": "^10.0.5",
"typescript": "^5.4.5",
"validator": "^13.11.0",
"web3": "^4.8.0",
"web3-validator": "^2.0.5"
}
}