mirror of
https://github.com/logos-co/kohaku.git
synced 2026-08-31 04:01:08 +00:00
Co-authored-by: bezze <bezze@users.noreply.github.com> Co-authored-by: Francisco Bezzecchi <bezze@fatsolutions.xyz>
27 lines
583 B
JSON
27 lines
583 B
JSON
{
|
|
"name": "docs",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vocs dev",
|
|
"build": "vocs build",
|
|
"preview": "vocs preview",
|
|
"lint": "eslint . --ext .ts,.tsx",
|
|
"lint:fix": "eslint . --ext .ts,.tsx --fix"
|
|
},
|
|
"dependencies": {
|
|
"@kohaku-eth/privacy-pools": "workspace:*",
|
|
"@kohaku-eth/railgun": "workspace:*",
|
|
"react": "latest",
|
|
"react-dom": "latest",
|
|
"vocs": "1.4.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "latest",
|
|
"ethers": "^6",
|
|
"typescript": "latest",
|
|
"viem": "^2.51.3"
|
|
}
|
|
}
|