chore: add circuits package

This commit is contained in:
Saleel
2023-06-09 11:30:16 +05:30
parent 2fb8f0b7dc
commit 874b1cd6a5
25 changed files with 123 additions and 98 deletions

View File

@@ -1,7 +1,9 @@
{
"name": "zk-email",
"version": "0.1.0",
"version": "1.0.0",
"private": true,
"workspaces": [
"packages/*"
],
"dependencies": {
"@rainbow-me/rainbowkit": "^0.8.0",
"@testing-library/jest-dom": "^5.16.3",
@@ -57,9 +59,6 @@
"web-vitals": "^2.1.4",
"yargs": "^17.7.1"
},
"resolutions": {
"react-error-overlay": "6.0.9"
},
"scripts": {
"start": "vite",
"build": "tsc && vite build",