@saas-ui/layout
Version:
Saas UI Layout components for Chakra UI
68 lines • 1.76 kB
JSON
{
"name": "@saas-ui/layout",
"version": "1.4.3",
"description": "Saas UI Layout components for Chakra UI",
"source": "src/index.ts",
"exports": {
".": {
"require": "./dist/index.js",
"types": "./dist/index.d.ts",
"import": "./dist/index.modern.mjs"
},
"./src": {
"default": "./src/index.ts"
}
},
"main": "./dist/index.js",
"module": "./dist/index.modern.mjs",
"types": "./dist/index.d.ts",
"scripts": {
"clean": "rimraf --no-glob ./dist",
"build": "yarn clean && cross-env NODE_ENV=production microbundle --tsconfig ./tsconfig.json --jsx React.createElement --jsxFragment React.Fragment -f cjs,modern --compress",
"lint": "eslint src --ext .ts,.tsx,.js,.jsx --config ../../.eslintrc.js",
"lint:staged": "lint-staged --allow-empty --config ../../lint-staged.config.js",
"typecheck": "tsc --noEmit"
},
"files": [
"dist",
"src"
],
"sideEffects": false,
"publishConfig": {
"access": "public"
},
"author": "Eelco Wiersma <eelco@appulse.nl>",
"license": "MIT",
"homepage": "https://saas-ui.dev/",
"repository": {
"type": "git",
"url": "https://github.com/saas-js/saas-ui",
"directory": "packages/saas-ui-layout"
},
"keywords": [
"react",
"ui",
"chakra-ui",
"design-system",
"react-components",
"uikit",
"accessible",
"components",
"emotion",
"library"
],
"storybook": {
"title": "Saas UI",
"url": "https://storybook.saas-ui.dev"
},
"dependencies": {
"@chakra-ui/utils": "^2.0.14",
"@saas-ui/provider": "1.2.3"
},
"peerDependencies": {
"@chakra-ui/react": ">=2.4.6",
"@chakra-ui/system": ">=2.3.8",
"framer-motion": ">=5.5.0",
"react": ">=18.0.0"
}
}