@xyo-network/react-node
Version:
Common React library for all XYO projects that use React
93 lines • 2.63 kB
JSON
{
"name": "@xyo-network/react-node",
"version": "7.4.2",
"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/browser/index.d.ts",
"default": "./dist/browser/index.mjs"
},
"types": "./dist/browser/index.d.ts",
"default": "./dist/browser/index.mjs"
},
"./package.json": "./package.json"
},
"module": "dist/browser/index.mjs",
"types": "dist/browser/index.d.ts",
"files": [
"dist",
"src"
],
"dependencies": {
"@mui/x-tree-view": "~8.19.0",
"@xylabs/exists": "~5.0.50",
"@xylabs/logger": "~5.0.50",
"@xylabs/react-async-effect": "~7.1.8",
"@xylabs/react-flexbox": "~7.1.8",
"@xylabs/react-promise": "~7.1.8",
"@xylabs/typeof": "~5.0.50",
"@xyo-network/module-abstract": "~5.2.17",
"@xyo-network/module-model": "~5.2.17",
"@xyo-network/node-model": "~5.2.17",
"@xyo-network/payload-model": "~5.2.17",
"@xyo-network/react-node-context": "^7.4.2",
"@xyo-network/react-node-provider": "^7.4.2"
},
"devDependencies": {
"@emotion/react": "~11.14.0",
"@emotion/styled": "~11.14.1",
"@mui/icons-material": "~7.3.6",
"@mui/material": "~7.3.6",
"@mui/system": "~7.3.6",
"@storybook/react-vite": "~10.1.4",
"@types/react": "^19.2.7",
"@xylabs/object": "~5.0.50",
"@xylabs/ts-scripts-yarn3": "~7.2.8",
"@xylabs/tsconfig": "~7.2.8",
"@xylabs/tsconfig-dom": "~7.2.8",
"@xylabs/tsconfig-react": "~7.2.8",
"@xyo-network/node-memory": "~5.2.17",
"@xyo-network/payload-model": "~5.2.17",
"@xyo-network/react-storybook": "^7.4.2",
"@xyo-network/react-wallet": "^7.4.2",
"react": "^19.2.1",
"react-dom": "^19.2.1",
"storybook": "~10.1.4",
"typescript": "^5.9.3",
"vite": "~7.2.6"
},
"peerDependencies": {
"@mui/icons-material": ">=6 <8",
"@mui/material": ">=6 <8",
"react": "^19",
"react-dom": "^19"
},
"publishConfig": {
"access": "public"
},
"docs": "dist/docs.json"
}