mirror of
https://github.com/zkemail/zk-email-verify.git
synced 2026-01-10 14:08:19 -05:00
100 lines
2.7 KiB
JSON
100 lines
2.7 KiB
JSON
{
|
|
"name": "double-blind",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@openzeppelin/contracts": "^4.7.1",
|
|
"@rainbow-me/rainbowkit": "^0.8.0",
|
|
"@testing-library/jest-dom": "^5.16.3",
|
|
"@testing-library/react": "^12.1.4",
|
|
"@testing-library/user-event": "^13.5.0",
|
|
"@types/lodash": "^4.14.181",
|
|
"@types/pako": "^2.0.0",
|
|
"@types/styled-components": "^5.1.24",
|
|
"addressparser": "^1.0.1",
|
|
"atob": "^2.1.2",
|
|
"base64-sol": "^1.1.0",
|
|
"buffer": "^6.0.3",
|
|
"circomlib": "^2.0.3",
|
|
"circomlibjs": "^0.1.2",
|
|
"cryo": "^0.0.6",
|
|
"ethereumjs-abi": "^0.6.8",
|
|
"ethers": "^5.7.1",
|
|
"forge-std": "^1.1.2",
|
|
"libmime": "^5.1.0",
|
|
"localforage": "^1.10.0",
|
|
"lodash": "^4.17.21",
|
|
"next": "^12.3.1",
|
|
"pako": "^2.1.0",
|
|
"prettier": "^2.7.1",
|
|
"prettier-plugin-solidity": "^1.0.0-beta.24",
|
|
"react": "^17.0.2",
|
|
"react-dom": "^17.0.2",
|
|
"react-dropzone": "^12.0.4",
|
|
"react-error-overlay": "6.0.9",
|
|
"react-json-view": "^1.21.3",
|
|
"react-router": "^6.2.2",
|
|
"react-router-dom": "^6.2.2",
|
|
"react-scripts": "^4",
|
|
"react-use": "^17.3.2",
|
|
"readline": "^1.3.0",
|
|
"serve": "^14.0.1",
|
|
"snarkjs": "https://github.com/sampritipanda/snarkjs.git#fef81fc51d17a734637555c6edbd585ecda02d9e",
|
|
"sshpk": "^1.17.0",
|
|
"styled-components": "^5.3.5",
|
|
"ts-node": "^10.9.1",
|
|
"typescript": "^4.8.3",
|
|
"wagmi": "^0.6.8",
|
|
"web-vitals": "^2.1.4"
|
|
},
|
|
"resolutions": {
|
|
"react-error-overlay": "6.0.9"
|
|
},
|
|
"scripts": {
|
|
"start": "react-scripts start",
|
|
"build": "react-scripts build",
|
|
"both-build": "react-scripts build && next build",
|
|
"next-build": "next build",
|
|
"test": "react-scripts test --reporters=default --reporters=jest-junit",
|
|
"eject": "react-scripts eject",
|
|
"compile": "node circuits/scripts/compile.js",
|
|
"compile-all": "npx tsx src/scripts/generate_input.ts && yarn compile email true"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": [
|
|
"react-app",
|
|
"react-app/jest"
|
|
]
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">0.2%",
|
|
"not ie <= 99",
|
|
"not android <= 4.4.4",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
},
|
|
"devDependencies": {
|
|
"@types/atob": "^2.1.2",
|
|
"@types/node": "^18.0.6",
|
|
"@types/tar-stream": "^2.2.2",
|
|
"jest-junit": "^15.0.0",
|
|
"msw": "^1.0.1",
|
|
"nodemon": "^2.0.19",
|
|
"puppeteer": "18.1",
|
|
"ts-node-dev": "^2.0.0"
|
|
},
|
|
"jest": {
|
|
"transformIgnorePatterns": [
|
|
"node_modules/(?!@rainbow-me/rainbowkit)"
|
|
]
|
|
},
|
|
"packageManager": "yarn@3.2.3"
|
|
}
|