@cross-nft-marketplace/auction-house-nft-components
Version:
NFT Media Rendering Components
69 lines (68 loc) • 1.85 kB
JSON
{
"name": "@cross-nft-marketplace/auction-house-nft-components",
"version": "1.1.0-alpha.2",
"description": "NFT Media Rendering Components",
"typings": "dist/index.d.ts",
"source": "src/index.ts",
"main": "dist/index.js",
"files": [
"dist"
],
"homepage": "https://github.com/cross-nft-marketplace/auction-house",
"repository": {
"type": "git",
"url": "https://github.com/cross-nft-marketplace/auction-house.git"
},
"bugs": {
"url": "https://github.com/cross-nft-marketplace/auction-house/issues"
},
"author": "cross-nft-marketplace",
"license": "GPL-3.0",
"private": false,
"dependencies": {
"@cross-nft-marketplace/auction-house-nft-hooks": "1.1.0-alpha.1",
"@emotion/css": "^11.1.3",
"@types/react": "^17.0.5",
"big.js": "^6.1.0",
"merge-anything": "^4.0.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"rimraf": "^3.0.2",
"swr": "^0.5.6",
"tslib": "^2.2.0"
},
"devDependencies": {
"@babel/core": "^7.14.2",
"@testing-library/react": "^11.2.7",
"@types/jest": "^26.0.23",
"@types/big.js": "^6.0.2",
"babel-loader": "^8.2.2",
"fetch-mock-jest": "^1.5.1",
"gh-pages": "^3.1.0",
"husky": "^6.0.0",
"jest": "^27.0.4",
"mockdate": "^3.0.5",
"prettier": "^2.3.0",
"ts-jest": "^27.0.3",
"typescript": "^4.2.4"
},
"peerDependencies": {
"@cross-nft-marketplace/auction-house-nft-hooks": "1.1.0-alpha.1"
},
"lint-staged": {
"*.{ts,md}": "prettier src --write"
},
"scripts": {
"serve": "yarn clean && tsc --watch",
"prepack": "yarn clean && tsc",
"build": "yarn run prepack",
"test": "TZ='EST' jest",
"clean": "rimraf ./dist"
},
"keywords": [
"auction",
"bid",
"blockchain",
"nft"
]
}