@htsoft/aiza-react-auction
Version:
ReactJS components for NFT auctions
48 lines (47 loc) • 1.17 kB
JSON
{
"name": "@htsoft/aiza-react-auction",
"version": "1.0.1",
"description": "ReactJS components for NFT auctions",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"source": "src/index.ts",
"files": [
"dist"
],
"scripts": {
"test": "echo \"Error: no test specified\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/jack-ht/aiza-react-auction.git"
},
"dependencies": {
"@emotion/css": "^11.1.3",
"@ethersproject/providers": "^5.4.3",
"@ethersproject/units": "^5.4.0",
"@htsoft/aiza-sdk": "1.0.3-0",
"@htsoft/aiza-wallet-connector": "^1.0.1",
"@types/react": "^17.0.15",
"react": "^17.0.2",
"react-device-detect": "^1.17.0"
},
"peerDependencies": {
"@htsoft/aiza-wallet-connector": "^1.0.1"
},
"devDependencies": {
"prettier": "^2.3.2",
"react-dom": "^17.0.2",
"typescript": "^4.3.5"
},
"author": "Jack",
"license": "ISC",
"bugs": {
"url": "https://github.com/jack-ht/aiza-react-auction/issues"
},
"homepage": "https://www.npmjs.com/package/@htsoft/aiza-react-auction",
"keywords": [
"Aiza",
"NFT",
"MarketPlace"
]
}