-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
76 lines (76 loc) · 2.54 KB
/
Copy pathpackage.json
File metadata and controls
76 lines (76 loc) · 2.54 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
66
67
68
69
70
71
72
73
74
75
76
{
"name": "vite-hardhat",
"description": "A template repository to get started with writing zero knowledge programs with Noir.",
"private": true,
"workspaces": [
"packages/*"
],
"scripts": {
"deploy": "yarn hardhat deploy",
"dev": "cd packages/vite && ../../node_modules/.bin/vite dev",
"test:watch": "vitest",
"test:up": "vitest run ./tests/up.test.ts",
"test:uh": "vitest run ./tests/uh.test.ts",
"test": "vitest run",
"node": "yarn hardhat node",
"knip": "knip"
},
"type": "module",
"dependencies": {
"@aztec/bb.js": "0.84.0",
"@heroicons/react": "^2.2.0",
"@noir-lang/noir_js": "1.0.0-beta.2",
"@noir-lang/noir_wasm": "1.0.0-beta.2",
"@noir-lang/types": "1.0.0-beta.2",
"@nomicfoundation/hardhat-ethers": "^3.0.8",
"@nomicfoundation/hardhat-ignition": "^0.15.10",
"@nomicfoundation/hardhat-ignition-viem": "^0.15.10",
"@nomicfoundation/hardhat-network-helpers": "^1.0.12",
"@nomicfoundation/hardhat-toolbox-viem": "3.0.0",
"@nomicfoundation/hardhat-verify": "^2.0.13",
"@nomicfoundation/hardhat-viem": "2.0.6",
"@nomicfoundation/ignition-core": "^0.15.10",
"@tailwindcss/vite": "^4.1.3",
"@types/mocha": "^10.0.10",
"@types/shelljs": "^0.8.15",
"chai": "^5.2.0",
"commander": "^13.1.0",
"dotenv": "^16.4.7",
"ethers": "6.13.6",
"hardhat": "^2.22.19",
"hardhat-gas-reporter": "^2.2.2",
"hardhat-noirenberg": "0.2.0",
"loglevel": "^1.9.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^7.5.0",
"react-toastify": "^11.0.5",
"shelljs": "^0.9.2",
"solidity-coverage": "^0.8.14",
"tailwindcss": "^4.1.3",
"viem": "^2.26.0",
"wagmi": "2.14.16",
"wasm-feature-detect": "^1.8.0"
},
"devDependencies": {
"@nomicfoundation/hardhat-chai-matchers": "^2.0.8",
"@tanstack/react-query": "5.72.0",
"@tanstack/react-query-devtools": "5.72.0",
"@tanstack/react-query-persist-client": "5.72.0",
"@types/chai": "^5.2.1",
"@types/chai-as-promised": "^8.0.2",
"@types/node": "^22.14.0",
"@types/react": "^18.3.20",
"@types/react-dom": "^18.3.6",
"@vitejs/plugin-react": "^4.3.4",
"@vitejs/plugin-react-swc": "^3.8.1",
"@wagmi/cli": "^2.2.1",
"chai": "^5.2.0",
"knip": "^5.47.0",
"ts-node": "^10.9.2",
"typescript": "^5.8.3",
"vite": "^6.2.5",
"vitest": "^3.1.1"
},
"packageManager": "yarn@4.8.1+sha512.bc946f2a022d7a1a38adfc15b36a66a3807a67629789496c3714dd1703d2e6c6b1c69ff9ec3b43141ac7a1dd853b7685638eb0074300386a59c18df351ef8ff6"
}