-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 1.69 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
{
"name": "InvolutionZKP",
"version": "1.0.0",
"description": "",
"main": "src/main.js",
"scripts": {
"test": "jest",
"copy-html": "copyfiles src/index.html build/",
"build": "webpack --config webpack.config.js",
"lint-and-fix": "eslint . --ext .ts --fix",
"format": "prettier --write .",
"deploy": "gh-pages -d build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SFYLL/InvolutionZKP.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/SFYLL/InvolutionZKP/issues"
},
"homepage": "https://github.com/SFYLL/InvolutionZKP#readme",
"dependencies": {
"@types/ndarray": "^1.0.11",
"@types/pngjs": "^6.0.1",
"assert": "^2.0.0",
"browserify-zlib": "^0.2.0",
"buffer": "^6.0.3",
"circomlib": "^2.0.5",
"constants-browserify": "^1.0.0",
"crypto-browserify": "^3.12.0",
"eslint": "^8.40.0",
"ndarray": "^1.0.19",
"os-browserify": "^0.3.0",
"path-browserify": "^1.0.1",
"pngjs": "^7.0.0",
"process": "^0.11.10",
"snarkjs": "^0.6.10",
"stream-browserify": "^3.0.0",
"uninstall": "0.0.0",
"util": "^0.12.5"
},
"devDependencies": {
"@types/jest": "^29.5.1",
"@types/node": "^18.16.0",
"@typescript-eslint/eslint-plugin": "^5.59.5",
"@typescript-eslint/parser": "^5.59.5",
"copy-webpack-plugin": "^11.0.0",
"copyfiles": "^2.4.1",
"gh-pages": "^6.0.0",
"html-webpack-plugin": "^5.5.1",
"jest": "^29.5.0",
"prettier": "2.8.8",
"ts-jest": "^29.1.0",
"ts-loader": "^9.4.2",
"typescript": "^5.0.4",
"webpack": "^5.81.0",
"webpack-cli": "^5.0.2",
"webpack-dev-server": "^4.13.3"
}
}