packages/modules/package.json
{
"name": "@xyo-network/react-modules",
"version": "4.1.17",
"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",
"scripts": {
"license": "yarn license-checker --exclude \"MIT, ISC, Apache-2.0, BSD, BSD-2-Clause, CC-BY-4.0, Unlicense, CC-BY-3.0, CC0-1.0\"",
"lint-pkg": "npmPkgJsonLint ."
},
"dependencies": {
"@xyo-network/react-archivist": "workspace:^",
"@xyo-network/react-diviner": "workspace:^",
"@xyo-network/react-module": "workspace:^",
"@xyo-network/react-node": "workspace:^",
"@xyo-network/react-sentinel": "workspace:^",
"@xyo-network/react-witness": "workspace:^"
},
"devDependencies": {
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@mui/icons-material": "^6.1.6",
"@mui/material": "^6.1.6",
"@mui/styles": "^6.1.6",
"@xylabs/ts-scripts-yarn3": "^4.2.3",
"@xylabs/tsconfig-react": "^4.2.3",
"geojson": "^0.5.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"typescript": "^5.6.3"
},
"peerDependencies": {
"@emotion/react": "^11",
"@emotion/styled": "^11",
"@mui/icons-material": "^6",
"@mui/material": "^6",
"@mui/styles": "^6",
"geojson": "^0.5",
"react": "^18",
"react-dom": "^18"
},
"publishConfig": {
"access": "public"
},
"docs": "dist/docs.json"
}