@xyo-network/react-shared
Version:
Common React library for all XYO projects that use React
82 lines • 2.34 kB
JSON
{
"name": "@xyo-network/react-shared",
"version": "5.1.3",
"description": "Common React library for all XYO projects that use React",
"keywords": [
"xyo",
"utility",
"typescript",
"react"
],
"homepage": "https://xyo.network",
"bugs": {
"url": "git+https://github.com/XYOracleNetwork/sdk-xyo-react-js/issues",
"email": "support@xyo.network"
},
"repository": {
"type": "git",
"url": "git+https://github.com/XYOracleNetwork/sdk-xyo-react-js.git"
},
"license": "LGPL-3.0-only",
"author": {
"name": "XYO Development Team",
"email": "support@xyo.network",
"url": "https://xyo.network"
},
"sideEffects": false,
"type": "module",
"exports": {
".": {
"browser": {
"types": "./dist/types/index.d.ts",
"default": "./dist/browser/index.mjs"
},
"types": "./dist/types/index.d.ts",
"default": "./dist/browser/index.mjs"
},
"./package.json": "./package.json"
},
"module": "dist/browser/index.mjs",
"types": "dist/types/index.d.ts",
"dependencies": {
"@xylabs/assert": "^4.8.1",
"@xylabs/decimal-precision": "^4.8.1",
"@xylabs/hex": "^4.8.1",
"@xylabs/react-appbar": "^6.1.14",
"@xylabs/react-button": "^6.1.14",
"@xylabs/react-flexbox": "^6.1.14",
"@xylabs/react-hooks": "^6.1.14",
"@xylabs/react-link": "^6.1.14",
"@xylabs/react-promise": "^6.1.14",
"@xylabs/react-theme": "^6.1.14",
"@xyo-network/boundwitness-model": "^3.12.1",
"@xyo-network/boundwitness-validator": "^3.12.1",
"@xyo-network/payload-builder": "^3.12.1",
"@xyo-network/payload-model": "^3.12.1",
"@xyo-network/react-event": "^5.1.3",
"react-router-dom": "^7.5.0"
},
"devDependencies": {
"@mui/icons-material": "^7.0.2",
"@mui/material": "^7.0.2",
"@storybook/react": "^8.6.12",
"@types/react": "^19.1.0",
"@xylabs/react-quick-tip-button": "^6.1.14",
"@xylabs/ts-scripts-yarn3": "^6.2.1",
"@xylabs/tsconfig-react": "^6.2.1",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"storybook": "^8.6.12",
"typescript": "^5.8.3"
},
"peerDependencies": {
"@mui/icons-material": ">=6 <8",
"@mui/material": ">=6 <8",
"react": "^19",
"react-dom": "^19"
},
"publishConfig": {
"access": "public"
},
"docs": "dist/docs.json"
}