|
106 | 106 | "verify:zksyncTestnet": "npx hardhat --network zksyncTestnet sourcify && npx hardhat etherscan-verify --network zksyncTestnet", |
107 | 107 | "verify:fuse": "npx hardhat --network fuse sourcify && npx hardhat etherscan-verify --network fuse" |
108 | 108 | }, |
109 | | - "devDependencies": { |
| 109 | + "dependencies": { |
110 | 110 | "operator-filter-registry": "^1.3.0", |
111 | 111 | "@a16z/contracts": "^0.0.8", |
| 112 | + "@manifoldxyz/royalty-registry-solidity": "^1.0.9", |
| 113 | + "@openzeppelin/contracts": "^4.7.3", |
| 114 | + "erc721a-upgradeable": "^4.2.2" |
| 115 | + }, |
| 116 | + "devDependencies": { |
112 | 117 | "@commitlint/cli": "^16.2.3", |
113 | 118 | "@commitlint/config-conventional": "^16.2.1", |
114 | 119 | "@flair-sdk/common": "^2.23.3", |
115 | 120 | "@flair-sdk/registry": "^2.23.3", |
116 | | - "@manifoldxyz/royalty-registry-solidity": "^1.0.9", |
117 | 121 | "@matterlabs/hardhat-zksync-deploy": "^0.4.0", |
118 | 122 | "@matterlabs/hardhat-zksync-solc": "^0.3.7", |
119 | 123 | "@nomiclabs/hardhat-ethers": "npm:hardhat-deploy-ethers@^0.3.0-beta.13", |
120 | 124 | "@nomiclabs/hardhat-etherscan": "^3.1.0", |
121 | 125 | "@nomiclabs/hardhat-waffle": "^2.0.3", |
122 | | - "@openzeppelin/contracts": "^4.7.3", |
123 | 126 | "@rollup/plugin-commonjs": "^21.0.2", |
124 | 127 | "@rollup/plugin-dynamic-import-vars": "^1.4.4", |
125 | 128 | "@rollup/plugin-json": "^4.1.0", |
|
145 | 148 | "@typescript-eslint/parser": "^5.16.0", |
146 | 149 | "chai": "^4.3.6", |
147 | 150 | "dotenv": "^10.0.0", |
148 | | - "erc721a-upgradeable": "^4.2.2", |
149 | 151 | "eslint": "^8.11.0", |
150 | 152 | "eslint-config-prettier": "^8.5.0", |
151 | 153 | "eslint-plugin-import": "^2.25.4", |
|
0 commit comments