UNPKG

846 BJSONView Raw
1{
2 "name": "@spark-web/nav-link",
3 "version": "1.2.0",
4 "homepage": "https://github.com/brighte-labs/spark-web#readme",
5 "repository": {
6 "type": "git",
7 "url": "https://github.com/brighte-labs/spark-web.git",
8 "directory": "packages/nav-link"
9 },
10 "main": "dist/spark-web-nav-link.cjs.js",
11 "module": "dist/spark-web-nav-link.esm.js",
12 "files": [
13 "CHANGELOG.md",
14 "dist",
15 "README.md"
16 ],
17 "dependencies": {
18 "@babel/runtime": "^7.19.0",
19 "@emotion/css": "^11.9.0",
20 "@spark-web/a11y": "^1.4.0",
21 "@spark-web/box": "^1.2.0",
22 "@spark-web/link": "^1.1.0",
23 "@spark-web/text": "^1.2.0",
24 "@spark-web/theme": "^3.2.0"
25 },
26 "devDependencies": {
27 "@types/react": "^18.2.0",
28 "react": "^18.2.0"
29 },
30 "peerDependencies": {
31 "react": ">=17.0.2"
32 },
33 "engines": {
34 "node": ">=14"
35 }
36}