-
Notifications
You must be signed in to change notification settings - Fork 28
/
package.json
60 lines (60 loc) · 1.68 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": "zkrepl",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "vite --port 4000",
"build": "vite build",
"deploy": "echo 'zkrepl.dev' > dist/CNAME && gh-pages -d dist",
"postinstall": "patch-package"
},
"repository": {
"type": "git",
"url": "git+https://github.com/antimatter15/zkrepl.git"
},
"author": "",
"engines": {
"node": ">=15.0.0"
},
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/antimatter15/zkrepl/issues"
},
"resolutions": {
"ffjavascript": "0.2.56"
},
"homepage": "https://github.com/antimatter15/zkrepl#readme",
"dependencies": {
"@iden3/binfileutils": "^0.0.11",
"@types/lodash": "^4.14.185",
"@types/node": "^16.11.12",
"@types/sarif": "^2.1.4",
"@wasmer/wasi": "^0.12.0",
"@wasmer/wasmfs": "^0.12.0",
"ansi-to-react": "^6.1.6",
"blake2b-wasm": "^2.4.0",
"buffer": "^6.0.3",
"buffer-es6": "^4.9.3",
"circom2": "^0.2.16",
"circomspect": "^0.0.8",
"ffjavascript": "^0.2.56",
"monaco-editor": "^0.30.1",
"patch-package": "^6.4.7",
"path-browserify": "^1.0.1",
"r1csfile": "^0.0.41",
"react": "^18.0.0",
"react-dom": "^18.0.0-rc.3",
"snarkjs": "^0.4.27",
"unzipit": "^1.3.6"
},
"devDependencies": {
"@types/path-browserify": "^1.0.0",
"@types/react": "^17.0.43",
"@types/react-dom": "^18.0.2",
"gh-pages": "^3.2.3",
"less": "^4.1.2",
"vite": "^3.2.2",
"vitest": "^0.22.0"
}
}