-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.57 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
{
"name": "zkblind",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "mocha",
"gen-input": "npx tsx scripts/generateInputs.ts"
},
"dependencies": {
"@emotion/react": "^11.10.6",
"@ethereumjs/util": "^8.0.6",
"@headlessui/react": "^1.7.14",
"@heroicons/react": "^2.0.17",
"@mantine/core": "^6.0.8",
"@mantine/hooks": "^6.0.8",
"@mantine/notifications": "^6.0.8",
"@noble/secp256k1": "^2.0.0",
"@personaelabs/spartan-ecdsa": "^2.1.1",
"@rainbow-me/rainbowkit": "^0.12.9",
"@types/react": "18.0.38",
"@types/react-dom": "18.0.11",
"axios": "^1.3.6",
"chai": "^4.3.6",
"child_process": "^1.0.2",
"circomlib": "^2.0.5",
"ethers": "^5",
"ffjavascript": "^0.2.56",
"fnv-plus": "^1.3.1",
"js-sha256": "^0.9.0",
"next": "13.3.1",
"r1csfile": "^0.0.41",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^4.8.0",
"snarkjs": "^0.6.10",
"tabler-icons-react": "^1.56.0",
"tmp-promise": "^3.0.3",
"util": "^0.12.4",
"wagmi": "^0.12.12"
},
"devDependencies": {
"@types/chai": "^4.3.1",
"@types/mocha": "^9.1.1",
"@types/node": "^18.16.0",
"esbuild": "^0.17.18",
"esbuild-register": "^3.4.2",
"eslint": "^8.39.0",
"eslint-config-next": "^13.3.1",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-react": "^7.32.2",
"esm": "^3.2.25",
"mocha": "^10.2.0",
"ts-node": "^10.9.1",
"typescript": "^5.0.4"
}
}