@bgd-labs/react-web3-icons
Version:
Svg set of web3 icons.
78 lines (77 loc) • 1.75 kB
JSON
{
"name": "@bgd-labs/react-web3-icons",
"description": "Svg set of web3 icons.",
"version": "1.25.0",
"author": "BGD labs",
"license": "MIT",
"private": false,
"publishConfig": {
"access": "public"
},
"contributors": [
{
"name": "Karen Kakosyan",
"url": "https://github.com/smbdy"
},
{
"name": "Oleksandr Tkach",
"url": "https://github.com/Argeare5"
},
{
"name": "Aleksey Gorbunov",
"url": "https://github.com/isArlekin"
}
],
"repository": {
"type": "git",
"url": "git+https://github.com/bgd-labs/icons.git"
},
"bugs": {
"url": "https://github.com/bgd-labs/icons/issues"
},
"homepage": "https://github.com/bgd-labs/icons/blob/main/README.md",
"scripts": {
"start": "tsup src/index.ts --watch",
"build": "tsup",
"ci:publish": "npm run build && npm publish --access=public",
"ci:publish:beta": "npm run build && npm publish --tag beta --access=public"
},
"files": [
"dist"
],
"main": "dist/index.js",
"type": "module",
"typings": "dist/index.d.ts",
"module": "dist/index.js",
"sideEffects": false,
"engines": {
"node": ">=18"
},
"devDependencies": {
"@types/loadable__component": "5.13.9",
"@types/react": "^18.3.3",
"autoprefixer": "^10.4.20",
"cssnano": "^7.0.6",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.14",
"tsup": "^8.3.5"
},
"dependencies": {
"@loadable/component": "5.16.4",
"to-words": "4.1.0",
"tailwind-merge": "2.6.0"
},
"peerDependencies": {
"react": ">=18.3.1 || ^19.0.0",
"react-dom": ">=18.3.1 || ^19.0.0"
},
"keywords": [
"BGD labs",
"React",
"Web3",
"Assets",
"Chains",
"SVG",
"Icons"
]
}