Files
kohaku/docs/package.json
2026-05-30 14:27:51 +02:00

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"
}
}