Skip to content

Commit

Permalink
chore(protocol): clean up unused deps (#16142)
Browse files Browse the repository at this point in the history
  • Loading branch information
dionysuzx authored Feb 28, 2024
1 parent 8ec3163 commit 6d7d3af
Show file tree
Hide file tree
Showing 2 changed files with 138 additions and 2,152 deletions.
36 changes: 5 additions & 31 deletions packages/protocol/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,30 +18,10 @@
"test:genesis": "pnpm compile && FOUNDRY_PROFILE=genesis ./genesis/generate_genesis.test.sh",
"export:simconf": "mkdir -p simulation/out && forge test --match-test 'test_L2_NoFeeCheck_simulation' -vv > simulation/out/simconf_$(date +%s).txt"
},
"keywords": [
"ZKP",
"Zero-Knowledge Proof",
"Decentralized",
"Permissionless",
"Type-1",
"ZK-EVM",
"zkRollup",
"Ethereum",
"Layer2"
],
"author": "Taiko Labs",
"license": "MIT",
"devDependencies": {
"@typechain/ethers-v5": "^11.1.2",
"@types/chai": "^4.3.8",
"@types/glob": "^8.1.0",
"@types/mocha": "^10.0.2",
"@types/node": "^20.11.20",
"@typescript-eslint/eslint-plugin": "^7.0.2",
"@typescript-eslint/parser": "^7.0.2",
"chai": "^4.3.10",
"chalk": "5.3.0",
"dotenv": "^16.3.1",
"eslint": "^8.51.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-standard": "^17.1.0",
Expand All @@ -50,24 +30,18 @@
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-promise": "^6.1.1",
"ethers": "^5.7.2",
"glob": "^10.3.10",
"merkle-patricia-tree": "^4.2.4",
"prettier": "^3.2.5",
"rlp": "^3.0.0",
"solc": "0.7.3",
"solhint": "^4.1.1",
"solidity-coverage": "github:taikoxyz/solidity-coverage",
"solidity-docgen": "0.6.0-beta.36",
"ts-node": "^10.9.2",
"typechain": "^8.3.2",
"typescript": "^5.2.2"
},
"dependencies": {
"@openzeppelin/contracts-upgradeable": "4.8.2",
"@openzeppelin/contracts": "4.8.2",
"forge-std": "github:foundry-rs/forge-std#v1.7.5",
"@openzeppelin/contracts-upgradeable": "4.8.2",
"ds-test": "github:dapphub/ds-test#e282159d5170298eb2455a6c05280ab5a73a4ef0",
"solady": "github:Vectorized/solady#v0.0.167",
"forge-std": "github:foundry-rs/forge-std#v1.7.5",
"merkletreejs": "^0.3.11",
"p256-verifier": "github:taikoxyz/p256-verifier#v0.1.0",
"merkletreejs": "^0.3.11"
"solady": "github:Vectorized/solady#v0.0.167"
}
}
Loading

0 comments on commit 6d7d3af

Please sign in to comment.