Files
zk-email-verify/package.json

75 lines
2.0 KiB
JSON

{
"name": "double-blind",
"version": "0.1.0",
"private": true,
"dependencies": {
"@openzeppelin/contracts": "^4.7.1",
"@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/styled-components": "^5.1.24",
"addressparser": "^1.0.1",
"atob": "^2.1.2",
"base64-sol": "^1.1.0",
"circomlib": "^2.0.3",
"circomlibjs": "^0.1.2",
"libmime": "^5.1.0",
"localforage": "^1.10.0",
"lodash": "^4.17.21",
"next": "^12.2.3",
"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",
"snarkjs": "^0.5.0",
"sshpk": "^1.17.0",
"styled-components": "^5.3.5",
"typescript": "^4.6.3",
"web-vitals": "^2.1.4"
},
"resolutions": {
"//": "See https://github.com/facebook/create-react-app/issues/11773",
"react-error-overlay": "6.0.9"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build && yarn global add serve && serve -s build && next build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"compile": "node circuits/scripts/compile.js",
"compile-all": "npx tsx circuits/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",
"nodemon": "^2.0.19",
"ts-node-dev": "^2.0.0"
}
}