@xylabs/react-appbar
Version:
Common React library for all XY Labs projects that use React
77 lines • 1.92 kB
JSON
{
"name": "@xylabs/react-appbar",
"version": "7.1.8",
"description": "Common React library for all XY Labs projects that use React",
"keywords": [
"utility",
"typescript",
"react"
],
"homepage": "https://xylabs.com",
"bugs": {
"url": "git+https://github.com/xylabs/sdk-react/issues",
"email": "support@xylabs.com"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xylabs/sdk-react.git"
},
"license": "LGPL-3.0-only",
"author": {
"name": "XY Labs Development Team",
"email": "support@xylabs.com",
"url": "https://xylabs.com"
},
"sideEffects": false,
"type": "module",
"exports": {
".": {
"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"
],
"workspaces": [
"packages/*"
],
"dependencies": {
"@xylabs/assert": "~5.0.17",
"@xylabs/react-flexbox": "~7.1.8",
"@xylabs/react-link": "~7.1.8",
"@xylabs/react-shared": "~7.1.8",
"@xylabs/react-theme": "~7.1.8",
"@xylabs/typeof": "~5.0.17"
},
"devDependencies": {
"@mui/icons-material": "~7.3.4",
"@mui/material": "~7.3.4",
"@storybook/react-vite": "~9.1.16",
"@types/react": "~19.2.2",
"@xylabs/ts-scripts-yarn3": "~7.1.8",
"@xylabs/tsconfig": "~7.1.8",
"@xylabs/tsconfig-dom": "~7.1.8",
"@xylabs/tsconfig-react": "~7.1.8",
"react": "~19.2.0",
"react-dom": "~19.2.0",
"react-router-dom": "^7.9.4",
"storybook": "~9.1.16",
"typescript": "~5.9.3",
"vite": "~7.1.12"
},
"peerDependencies": {
"@mui/icons-material": ">=6 <8",
"@mui/material": ">=6 <8",
"react": "~19",
"react-dom": "~19",
"react-router-dom": "^7"
},
"publishConfig": {
"access": "public"
}
}