UNPKG

@spark-web/nav-link

Version:

--- title: Nav Link storybookPath: navigation-navlink--default isExperimentalPackage: true ---

37 lines (36 loc) 846 B
{ "name": "@spark-web/nav-link", "version": "1.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/nav-link" }, "main": "dist/spark-web-nav-link.cjs.js", "module": "dist/spark-web-nav-link.esm.js", "files": [ "CHANGELOG.md", "dist", "README.md" ], "dependencies": { "@babel/runtime": "^7.19.0", "@emotion/css": "^11.9.0", "@spark-web/a11y": "^1.4.0", "@spark-web/box": "^1.2.0", "@spark-web/link": "^1.1.0", "@spark-web/text": "^1.2.0", "@spark-web/theme": "^3.2.0" }, "devDependencies": { "@types/react": "^18.2.0", "react": "^18.2.0" }, "peerDependencies": { "react": ">=17.0.2" }, "engines": { "node": ">=14" } }