init hardhat
This commit is contained in:
@ -12,7 +12,6 @@
|
||||
"test": "npm run test:unit && npm run test:e2e",
|
||||
"test:unit": "vitest --coverage --run",
|
||||
"test:e2e": "playwright test",
|
||||
|
||||
"install:test": "playwright install --with-deps"
|
||||
},
|
||||
"dependencies": {
|
||||
@ -22,10 +21,13 @@
|
||||
"@dzeio/object-util": "^1",
|
||||
"@dzeio/url-manager": "^1",
|
||||
"astro": "^2",
|
||||
"ethers": "^6.7.0",
|
||||
"hardhat": "^2.17.1",
|
||||
"lucide-astro": "^0.262.0",
|
||||
"tailwindcss": "^3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@nomicfoundation/hardhat-toolbox": "^3.0.0",
|
||||
"@playwright/test": "^1.36.1",
|
||||
"@types/node": "^20",
|
||||
"@vitest/coverage-v8": "^0.33.0",
|
||||
|
Reference in New Issue
Block a user