UNPKG

@spark-web/inline

Version:

--- title: Inline storybookPath: page-layout-inline--default isExperimentalPackage: false ---

35 lines (34 loc) 775 B
{ "name": "@spark-web/inline", "version": "1.0.10", "homepage": "https://github.com/brighte-labs/spark-web#readme", "repository": { "type": "git", "url": "https://github.com/brighte-labs/spark-web.git", "directory": "packages/inline" }, "main": "dist/spark-web-inline.cjs.js", "module": "dist/spark-web-inline.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/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" } }