UNPKG

@spectrum-css/card

Version:
88 lines (87 loc) 2.16 kB
{ "name": "@spectrum-css/card", "version": "11.2.0", "description": "The Spectrum CSS card component", "license": "Apache-2.0", "author": "Adobe", "homepage": "https://opensource.adobe.com/spectrum-css/?path=/docs/components-card--docs", "repository": { "type": "git", "url": "https://github.com/adobe/spectrum-css.git", "directory": "components/card" }, "bugs": { "url": "https://github.com/adobe/spectrum-css/issues" }, "exports": { ".": "./dist/index.css", "./*.md": "./*.md", "./package.json": "./package.json", "./dist/*": "./dist/*", "./index.css": "./dist/index.css", "./index-*.css": "./dist/index-*.css", "./metadata.json": "./dist/metadata.json", "./themes/*": "./dist/themes/*", "./stories/*": "./stories/*" }, "main": "dist/index.css", "peerDependencies": { "@spectrum-css/actionbutton": ">=7.0.0 <8.0.0", "@spectrum-css/asset": ">=7.0.0 <8.0.0", "@spectrum-css/checkbox": ">=10.0.0 <11.0.0", "@spectrum-css/icon": ">=9.0.0 <10.0.0", "@spectrum-css/quickaction": ">=3", "@spectrum-css/tokens": ">=16.0.0 <17.0.0", "@spectrum-css/typography": ">=8.0.0 <9.0.0" }, "peerDependenciesMeta": { "@spectrum-css/actionbutton": { "optional": true }, "@spectrum-css/asset": { "optional": true }, "@spectrum-css/checkbox": { "optional": true }, "@spectrum-css/icon": { "optional": true }, "@spectrum-css/quickaction": { "optional": true }, "@spectrum-css/tokens": { "optional": true }, "@spectrum-css/typography": { "optional": true } }, "devDependencies": { "@spectrum-css/actionbutton": "7.2.0", "@spectrum-css/asset": "7.2.0", "@spectrum-css/checkbox": "10.2.0", "@spectrum-css/icon": "9.2.0", "@spectrum-css/tokens": "16.0.2", "@spectrum-css/typography": "8.2.0" }, "keywords": [ "design-system", "spectrum", "spectrum-css", "adobe", "adobe-spectrum", "component", "css" ], "publishConfig": { "access": "public" }, "spectrum": [ { "guidelines": "https://spectrum.adobe.com/page/cards", "rootClass": "spectrum-Card", "swc": "https://opensource.adobe.com/spectrum-web-components/components/card/" } ] }