-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
70 lines (70 loc) · 2.02 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
68
69
70
{
"name": "progcrypto23-act",
"version": "1.0.0",
"private": true,
"main": "index.js",
"repository": "https://github.com/signorecello/progcrypto23-act.git",
"author": "José Pedro Sousa <[email protected]>",
"license": "MIT",
"workspaces": {
"packages": [
"packages/user",
"packages/tree",
"packages/noir",
"packages/types"
]
},
"dependencies": {
"@noir-lang/noir_wasm": "0.19.1",
"@noir-lang/source-resolver": "0.19.1",
"@noir-lang/types": "0.19.1",
"@nomicfoundation/hardhat-chai-matchers": "^2.0.0",
"@nomicfoundation/hardhat-ethers": "^3.0.0",
"@nomicfoundation/hardhat-network-helpers": "^1.0.0",
"@nomicfoundation/hardhat-toolbox": "^3.0.0",
"@nomicfoundation/hardhat-verify": "^1.0.0",
"@nomiclabs/hardhat-ethers": "^2.2.3",
"@signorecello/backend_barretenberg": "0.19.6",
"@signorecello/bb.js": "0.13.1",
"@signorecello/noir_js": "0.19.1",
"@typechain/ethers-v6": "^0.4.0",
"@typechain/hardhat": "^8.0.0",
"@types/chai": "^4.2.0",
"abstract-level": "^1.0.3",
"axios": "^1.5.1",
"chai": "^4.2.0",
"dexie": "^3.2.4",
"dexie-observable": "^4.0.1-beta.13",
"dexie-react-hooks": "^1.1.7",
"dotenv": "^16.0.3",
"fflate": "^0.8.1",
"file-loader": "^6.2.0",
"hardhat": "^2.18.0",
"hardhat-gas-reporter": "^1.0.8",
"level": "^8.0.0",
"level-list": "^0.11.2",
"mongodb": "^6.2.0",
"next": "latest",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-toastify": "^9.1.1",
"solidity-coverage": "^0.8.1",
"styled-components": "^6.1.0",
"ts-node": "^10.9.1",
"typechain": "^8.3.1",
"viem": "^1.16.4",
"wagmi": "^1.4.3"
},
"devDependencies": {
"@types/mocha": "^10.0.1",
"@types/node": "^18.15.5",
"@types/prop-types": "^15",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.9",
"@yudiel/react-qr-scanner": "^1.1.10",
"eslint": "^8",
"eslint-config-next": "14.0.2",
"typescript": "^5.0.4"
}
}