UNPKG

@spark-web/heading

Version:

--- title: Heading storybookPath: typography-heading--default isExperimentalPackage: false ---

36 lines (35 loc) 835 B
{ "name": "@spark-web/heading", "version": "5.2.0", "homepage": "https://github.com/brighte-labs/spark-web#readme", "repository": { "type": "git", "url": "https://github.com/brighte-labs/spark-web.git", "directory": "packages/heading" }, "main": "dist/spark-web-heading.cjs.js", "module": "dist/spark-web-heading.esm.js", "files": [ "CHANGELOG.md", "dist", "README.md" ], "dependencies": { "@babel/runtime": "^7.25.0", "@emotion/react": "^11.14.0", "@spark-web/box": "^6.0.0", "@spark-web/text": "^5.3.0", "@spark-web/theme": "^5.13.0", "@spark-web/utils": "^5.1.0" }, "devDependencies": { "@types/react": "^19.1.0", "react": "^19.1.0" }, "peerDependencies": { "react": "^17.0.0 || ^18.0.0 || ^19.0.0" }, "engines": { "node": ">=14" } }