-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.94 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
{
"name": "zktree-vote",
"version": "1.0.0",
"description": "Anonymous voting on Ethereum blockchain using zero knowledge proof",
"scripts": {
"prepare": "sh scripts/prepare.sh",
"build": "parcel build public/index.html",
"start": "parcel public/index.html",
"deploy": "hardhat run --network localhost scripts/deploy.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TheBojda/zktree-vote.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/TheBojda/zktree-vote/issues"
},
"homepage": "https://github.com/TheBojda/zktree-vote#readme",
"dependencies": {
"@popperjs/core": "^2.11.8",
"bootstrap": "^5.2.3",
"circomlib": "^2.0.5",
"circomlibjs": "^0.1.7",
"copy-to-clipboard": "^3.3.3",
"ethers": "^5.4.7",
"hardhat": "^2.12.6",
"html5-qrcode": "^2.3.4",
"parcel": "^2.8.2",
"qrcode": "^1.5.1",
"vue": "^3.3.4",
"vue-facing-decorator": "^2.1.13",
"zk-merkle-tree": "^1.0.2"
},
"devDependencies": {
"@nomicfoundation/hardhat-chai-matchers": "^1.0.5",
"@nomicfoundation/hardhat-network-helpers": "^1.0.0",
"@nomicfoundation/hardhat-toolbox": "^2.0.1",
"@nomiclabs/hardhat-ethers": "^2.2.2",
"@nomiclabs/hardhat-etherscan": "^3.0.0",
"@parcel/transformer-vue": "^2.8.2",
"@typechain/ethers-v5": "^10.1.0",
"@typechain/hardhat": "^6.1.5",
"@types/mocha": "^10.0.1",
"assert": "^2.0.0",
"buffer": "^5.7.1",
"chai": "^4.3.7",
"constants-browserify": "^1.0.0",
"crypto-browserify": "^3.12.0",
"events": "^3.3.0",
"hardhat-gas-reporter": "^1.0.8",
"os-browserify": "^0.3.0",
"parcel-reporter-static-files-copy": "^1.5.0",
"path-browserify": "^1.0.1",
"process": "^0.11.10",
"solidity-coverage": "^0.8.1",
"stream-browserify": "^3.0.0",
"ts-node": "^10.9.1",
"typechain": "^8.1.0",
"typescript": "^4.9.4",
"vm-browserify": "^1.1.2"
}
}