UNPKG

@spark-web/nav-link

Version:

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

37 lines (36 loc) 849 B
{ "name": "@spark-web/nav-link", "version": "5.0.1", "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.25.0", "@emotion/react": "^11.14.0", "@spark-web/a11y": "^5.0.0", "@spark-web/box": "^5.0.0", "@spark-web/link": "^5.0.0", "@spark-web/text": "^5.0.0", "@spark-web/theme": "^5.3.1" }, "devDependencies": { "@types/react": "^18.2.0", "react": "^18.2.0" }, "peerDependencies": { "react": ">=17.0.2" }, "engines": { "node": ">=14" } }