@spark-web/heading
Version:
--- title: Heading storybookPath: typography-heading--default isExperimentalPackage: false ---
36 lines (35 loc) • 811 B
JSON
{
"name": "@spark-web/heading",
"version": "2.1.1",
"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.19.0",
"@emotion/css": "^11.9.0",
"@spark-web/box": "^1.1.0",
"@spark-web/text": "^1.1.2",
"@spark-web/theme": "^3.1.0",
"@spark-web/utils": "^1.2.3"
},
"devDependencies": {
"@types/react": "^17.0.12",
"react": "^17.0.2"
},
"peerDependencies": {
"react": ">=17.0.2"
},
"engines": {
"node": ">=14"
}
}