add test cases

This commit is contained in:
Ayush Acharjya
2024-10-25 18:08:28 +01:00
parent 2a04ee34f1
commit 04ddaab282
170 changed files with 63501 additions and 1048 deletions

View File

@@ -7,10 +7,11 @@
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "hardhat test",
"compile": "hardhat compile",
"prepare": "husky"
},
"dependencies": {
"@flarenetwork/flare-periphery-contracts": "^0.1.16",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-slot": "^1.1.0",
"class-variance-authority": "^0.7.0",
@@ -23,11 +24,21 @@
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@flarenetwork/flare-periphery-contracts": "^0.1.16",
"@nomicfoundation/hardhat-toolbox": "^2.0.2",
"@nomiclabs/hardhat-ethers": "^2.2.3",
"@nomiclabs/hardhat-waffle": "^2.0.0",
"@typechain/hardhat": "^6.1.6",
"@types/mocha": "^10.0.9",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"chai": "^4.2.0",
"eslint": "^8",
"eslint-config-next": "14.2.13",
"ethereum-waffle": "^4.0.10",
"ethers": "^5.7.2",
"hardhat": "^2.22.15",
"husky": "^9.1.6",
"lint-staged": "^15.2.10",
"postcss": "^8",