package.json
{
"name": "@xyo-network/sdk-xyo-react",
"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": {
".": {
"types": "./dist/browser/index.d.ts",
"default": "./dist/browser/index.mjs"
},
"./package.json": "./package.json",
"./README.md": "./README.md"
},
"module": "dist/browser/index.mjs",
"types": "dist/browser/index.d.ts",
"workspaces": [
"packages/**/*"
],
"scripts": {
"build": "xy build",
"build-storybook": "storybook build && copyfiles -u 1 storybook-static/**/* docs/storybook",
"build-storybook-debug": "storybook build --debug-webpack",
"build-typedoc-site": "typedoc",
"lint-pkg": "npmPkgJsonLint .",
"start": "storybook dev -p 6006"
},
"resolutions": {
"ethers": "^6",
"typedoc": "0.26.3"
},
"dependencies": {
"@mui/icons-material": "^6.1.6",
"@mui/material": "^6.1.6",
"@mui/styles": "^6.1.6",
"@xylabs/pixel": "^2.0.6",
"@xyo-network/react-modules": "workspace:^",
"@xyo-network/react-plugins": "workspace:^",
"@xyo-network/react-sdk": "workspace:^",
"geojson": "^0.5.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-helmet": "^6.1.0"
},
"devDependencies": {
"@babel/core": "^7.26.0",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@eslint-react/eslint-plugin": "^1.15.2",
"@mui/icons-material": "^6.1.6",
"@mui/material": "^6.1.6",
"@mui/styles": "^6.1.6",
"@storybook/addon-essentials": "^8.3.6",
"@storybook/addon-links": "^8.3.6",
"@storybook/blocks": "^8.3.6",
"@storybook/components": "^8.3.6",
"@storybook/core-events": "^8.3.6",
"@storybook/react": "^8.3.6",
"@storybook/react-vite": "^8.3.6",
"@storybook/test": "^8.3.6",
"@storybook/theming": "^8.3.6",
"@stylistic/eslint-plugin": "^2.10.0",
"@typescript-eslint/eslint-plugin": "^8.12.2",
"@typescript-eslint/parser": "^8.12.2",
"@vitejs/plugin-react-swc": "^3.7.1",
"@xylabs/eslint-config-flat": "^4.2.3",
"@xylabs/eslint-config-react-flat": "^4.2.3",
"@xylabs/ts-scripts-yarn3": "^4.2.3",
"@xylabs/tsconfig-react": "^4.2.3",
"chromatic": "^11.16.3",
"copyfiles": "^2.4.1",
"dotenv": "^16.4.5",
"eslint": "^9.13.0",
"eslint-import-resolver-typescript": "^3.6.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-helmet": "^6.1.0",
"storybook": "^8.3.6",
"storybook-dark-mode": "^4.0.2",
"typedoc": "^0.26.10",
"typescript": "^5.6.3",
"vite": "^5.4.10",
"vite-plugin-checker": "^0.8.0",
"vite-plugin-top-level-await": "^1.4.4",
"vite-tsconfig-paths": "^5.0.1",
"vitest": "^2.1.4"
},
"peerDependencies": {
"@emotion/react": "^11",
"@emotion/styled": "^11"
},
"packageManager": "yarn@4.5.1",
"volta": {
"node": "22.3.0",
"yarn": "1.22.22"
},
"publishConfig": {
"access": "public"
},
"//": [
"devDep"
],
"docs": "dist/docs.json",
"resolutions_comment": "We set the above resolutions to make sure we pull in the latest versions of these packages even if some sub packages request earlier versions"
}