-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 1.92 KB
/
package.json
File metadata and controls
65 lines (65 loc) · 1.92 KB
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
{
"name": "noir-starter",
"version": "1.0.0",
"type": "module",
"description": "A template repository to get started with writing zero knowledge programs with Noir.",
"scripts": {
"test": "test/test.sh",
"dev": "bunx hardhat node & bunx hardhat dev &"
},
"dependencies": {
"@noir-lang/backend_barretenberg": "^0.31.0",
"@noir-lang/noir_js": "^0.31.0",
"@noir-lang/noir_wasm": "^0.31.0",
"@noir-lang/types": "^0.31.0",
"@nomicfoundation/hardhat-ignition": "^0.15.5",
"@tanstack/query-sync-storage-persister": "5.0.5",
"@tanstack/react-query": "5.44.0",
"@tanstack/react-query-persist-client": "5.0.5",
"commander": "^12.1.0",
"cropperjs": "^1.6.2",
"dotenv": "^16.0.3",
"express": "^4.19.2",
"js-sha256": "^0.11.0",
"pako": "^2.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^5.3.0",
"react-router-dom": "^6.26.1",
"react-switch": "^7.0.0",
"react-toastify": "^9.1.1",
"sharp": "^0.33.5",
"shelljs": "^0.8.5",
"solidity-coverage": "^0.8.1",
"tsx": "^4.15.4",
"wagmi": "2.10.0",
"web3": "^4.11.1"
},
"devDependencies": {
"@nomicfoundation/hardhat-chai-matchers": "^2.0.7",
"@nomicfoundation/hardhat-ethers": "^3.0.6",
"@nomicfoundation/hardhat-network-helpers": "^1.0.11",
"@nomicfoundation/hardhat-toolbox-viem": "3.0.0",
"@nomicfoundation/hardhat-verify": "^2.0.8",
"@tanstack/react-query-devtools": "5.0.5",
"@types/bun": "^1.1.4",
"@types/mocha": "^10.0.1",
"@types/node": "^18.15.5",
"@types/pako": "^2.0.3",
"@types/react": "^18.0.26",
"@types/shelljs": "^0.8.7",
"@vitejs/plugin-react-swc": "^3.5.0",
"@wagmi/cli": "^2.1.15",
"chai": "^4.2.0",
"hardhat-gas-reporter": "^1.0.9",
"ts-node": "^10.9.1",
"typechain": "^8.1.0",
"vite": "^5.0.6"
},
"engines": {
"node": "^20.10.0"
},
"resolutions": {
"typescript": "5.0.4"
}
}