@theme-ui/components
Version:
Primitive layout, typographic, and other components for use with Theme UI.
34 lines • 933 B
JSON
{
"name": "@theme-ui/components",
"version": "0.17.4",
"main": "dist/theme-ui-components.cjs.js",
"module": "dist/theme-ui-components.esm.js",
"types": "dist/theme-ui-components.cjs.d.ts",
"sideEffects": false,
"dependencies": {
"@styled-system/color": "^5.1.2",
"@styled-system/should-forward-prop": "^5.1.2",
"@styled-system/space": "^5.1.2",
"@types/styled-system": "^5.1.13",
"@theme-ui/css": "^0.17.4",
"@theme-ui/core": "^0.17.4"
},
"peerDependencies": {
"@emotion/react": "^11.13.3",
"react": ">=18",
"@theme-ui/theme-provider": "^0.17.4"
},
"devDependencies": {
"@emotion/react": "^11.13.3",
"@types/react": "^18.2.12",
"react": "^18.1.0",
"@theme-ui/test-utils": "^0.17.4"
},
"publishConfig": {
"access": "public"
},
"author": "Brent Jackson <jxnblk@gmail.com>",
"license": "MIT",
"repository": "system-ui/theme-ui",
"scripts": {}
}