UNPKG

@spectrum-css/page

Version:
57 lines (56 loc) 1.22 kB
{ "name": "@spectrum-css/page", "version": "9.2.0", "description": "The Spectrum CSS page component", "license": "Apache-2.0", "author": "Adobe", "homepage": "https://opensource.adobe.com/spectrum-css/?path=/docs/components-page--docs", "repository": { "type": "git", "url": "https://github.com/adobe/spectrum-css.git", "directory": "components/page" }, "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/tokens": ">=16.0.1" }, "peerDependenciesMeta": { "@spectrum-css/tokens": { "optional": true } }, "devDependencies": { "@spectrum-css/tokens": "16.0.2" }, "keywords": [ "design-system", "spectrum", "spectrum-css", "adobe", "adobe-spectrum", "component", "css" ], "publishConfig": { "access": "public" }, "spectrum": [ { "rootClass": ":root" } ] }