dgf-prototype/ethereum/package.json

29 lines
770 B
JSON
Raw Normal View History

2024-03-04 19:33:06 -06:00
{
"name": "dgf-prototype",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"devDependencies": {
2024-03-05 21:21:27 -06:00
"@nomicfoundation/hardhat-chai-matchers": "^2.0.6",
2024-03-04 19:33:06 -06:00
"@nomicfoundation/hardhat-toolbox": "^4.0.0",
2024-03-05 21:21:27 -06:00
"eslint": "^8.57.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-chai-friendly": "^0.7.4",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-react": "^7.34.0",
"eslint-plugin-react-hooks": "^4.6.0",
2024-03-04 19:33:06 -06:00
"hardhat": "^2.20.1",
"prettier": "^3.2.5",
"prettier-plugin-solidity": "^1.3.1"
},
"dependencies": {
"@openzeppelin/contracts": "^5.0.2"
}
}