Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 13 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
{
"name": "hardhat-project",
"scripts": {
"node": "hardhat node",
"compile": "hardhat compile",
"test": "hardhat test",
"test:coverage": "hardhat coverage",
"clean": "hardhat clean",
"dev": "hardhat node",
"web:dev": "cd web && npm run dev",
"web:build": "cd web && npm run build",
"web:start": "cd web && npm start",
"web:lint": "cd web && npm run lint"
},
"devDependencies": {
"@nomicfoundation/hardhat-toolbox": "^5.0.0",
"hardhat": "^2.22.17"
Expand All @@ -9,4 +21,4 @@
"@radix-ui/react-separator": "^1.1.7",
"sonner": "^2.0.5"
}
}
}