UNPKG

@spark-web/stack

Version:

--- title: Stack storybookPath: page-layout-stack--default isExperimentalPackage: false ---

37 lines (36 loc) 847 B
{ "name": "@spark-web/stack", "version": "5.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/stack" }, "main": "dist/spark-web-stack.cjs.js", "module": "dist/spark-web-stack.esm.js", "files": [ "CHANGELOG.md", "CLAUDE.md", "dist", "README.md" ], "dependencies": { "@babel/runtime": "^7.25.0", "@emotion/react": "^11.14.0", "@spark-web/box": "^6.0.1", "@spark-web/divider": "^5.1.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" } }