mirror of
https://github.com/zkemail/zk-email-verify.git
synced 2026-01-08 21:18:09 -05:00
refactored code, added wallet parsing tests, moved things into regex readme directly from top level, and parity with min-dfa toolbox
This commit is contained in:
@@ -16,6 +16,8 @@
|
||||
"atob": "^2.1.2",
|
||||
"base64-sol": "^1.1.0",
|
||||
"buffer": "^6.0.3",
|
||||
"chai": "^4.3.7",
|
||||
"circom_tester": "^0.0.19",
|
||||
"circomlib": "^2.0.3",
|
||||
"circomlibjs": "^0.1.2",
|
||||
"cryo": "^0.0.6",
|
||||
@@ -25,6 +27,7 @@
|
||||
"libmime": "^5.1.0",
|
||||
"localforage": "^1.10.0",
|
||||
"lodash": "^4.17.21",
|
||||
"mocha": "^10.2.0",
|
||||
"next": "^12.3.1",
|
||||
"pako": "^2.1.0",
|
||||
"prettier": "^2.7.1",
|
||||
@@ -63,6 +66,7 @@
|
||||
"test:e2e-ui": "CI=true react-scripts test --runInBand --testPathPattern='e2e-ui' --reporters=default --reporters=jest-junit",
|
||||
"test:e2e-zkp": "CI=true react-scripts test --runInBand --testPathPattern='e2e-dl-zkp' --reporters=default --reporters=jest-junit",
|
||||
"eject": "react-scripts eject",
|
||||
"jest": "jest",
|
||||
"compile": "node circuits/scripts/compile.js",
|
||||
"gen-input": "npx tsx src/scripts/generate_input.ts",
|
||||
"compile-all": "yarn gen-input && yarn compile email true",
|
||||
@@ -90,12 +94,14 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/atob": "^2.1.2",
|
||||
"@types/jest": "^29.4.0",
|
||||
"@types/jest": "^29.5.1",
|
||||
"@types/mocha": "^10.0.1",
|
||||
"@types/node": "^18.0.6",
|
||||
"@types/tar-stream": "^2.2.2",
|
||||
"browserstack-local": "^1.5.1",
|
||||
"browserstack-node-sdk": "^1.6.1",
|
||||
"husky": "^8.0.3",
|
||||
"jest": "^29.5.0",
|
||||
"jest-junit": "^15.0.0",
|
||||
"msw": "^1.0.1",
|
||||
"nodemon": "^2.0.19",
|
||||
|
||||
Reference in New Issue
Block a user