{ "name": "noir-starter", "version": "1.0.0", "description": "A template repository to get started with writing zero knowledge programs with Noir.", "scripts": { "dev": "next", "build": "next build", "start": "next start", "bbjs": "node ./scripts/bbjs.mjs", "test": "vitest" }, "dependencies": { "@aztec/bb.js": "0.7.2", "@noir-lang/acvm_js": "0.26.1", "@typechain/ethers-v5": "^10.1.0", "axios": "^1.3.4", "dotenv": "^16.0.3", "ethers": "^5.7.2", "fflate": "^0.8.0", "next": "latest", "react": "^18.2.0", "react-dom": "^18.2.0", "react-toastify": "^9.1.1", "ts-node": "^10.9.1", "typechain": "^8.1.0", "@chainlink/contracts": "^0.6.1", "@openzeppelin/contracts": "^4.7.1", "@uniswap/v3-core": "^1.0.1", "bigint-buffer": "^1.1.5", "circomlibjs": "^0.1.7", "keccak256": "^1.0.6", "sequelize": "^6.32.0", "sqlite3": "^5.1.6" }, "devDependencies": { "@types/node": "^18.15.5", "@types/react": "^18.0.26", "@types/react-dom": "^18.0.9", "vitest": "^0.31.4", "@ethersproject/abi": "^5.6.4", "@ethersproject/providers": "^5.6.8", "@nomicfoundation/hardhat-chai-matchers": "^1.0.2", "@nomicfoundation/hardhat-network-helpers": "^1.0.3", "@nomicfoundation/hardhat-toolbox": "^1.0.2", "@nomiclabs/hardhat-ethers": "^2.2.2", "@nomiclabs/hardhat-etherscan": "^3.1.0", "@openzeppelin/hardhat-upgrades": "^1.19.1", "@typechain/hardhat": "^6.1.2", "@types/memdown": "^3.0.0", "@types/mocha": "^9.1.1", "chai": "^4.3.6", "ethers": "^5.6.9", "hardhat": "^2.10.1", "hardhat-gas-reporter": "^1.0.8", "snarkjs": "^0.4.24", "solidity-coverage": "^0.7.21", "ts-node": "^10.9.1", "typechain": "^8.1.0", "typescript": "^4.7.4" } }