forked from repository23/hackathon2024warsaw
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.11 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
{
"name": "zk-mastermind",
"version": "0.1.0",
"repository": "https://github.com/adam-maj/zk-mastermind.git",
"author": "adam-maj <[email protected]>",
"scripts": {
"build:circuits": "./scripts/compile_circuit.sh",
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/react": "^2.3.6",
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@talismn/connect-components": "^1.1.8",
"@types/seedrandom": "^3.0.2",
"circomlib": "^2.0.5",
"circomlibjs": "^0.1.7",
"ffjavascript": "^0.2.57",
"framer-motion": "^7.6.2",
"hardhat": "^2.12.1",
"next": "13.0.0",
"next-seo": "^5.14.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^4.6.0",
"remove": "^0.1.5",
"seedrandom": "^3.0.5",
"snarkjs": "^0.7.4",
"zkverifyjs": "^0.2.0"
},
"devDependencies": {
"@types/node": "18.11.7",
"@types/react": "^18.3.11",
"@types/react-dom": "18.0.8",
"eslint": "8.26.0",
"eslint-config-next": "13.0.0",
"typescript": "4.8.4"
}
}