UNPKG

@nordcom/nordstar-header

Version:

Generic simple component to render headers for landing pages and similar.

82 lines 2.04 kB
{ "$schema": "https://json.schemastore.org/package.json", "name": "@nordcom/nordstar-header", "type": "module", "version": "0.2.0", "description": "Generic simple component to render headers for landing pages and similar.", "files": [ "dist", "CHANGELOG.md", "README.md" ], "main": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js", "default": "./dist/index.js" }, "./package.json": "./package.json" }, "publishConfig": { "access": "public" }, "sideEffects": false, "keywords": [ "nordstar", "nordcom", "component", "react", "header", "nordstar-header" ], "author": { "name": "Filiph Sandström", "email": "filfat@hotmail.se", "url": "https://github.com/filiphsps/" }, "contributors": [ { "name": "Filiph Sandström", "email": "filfat@hotmail.se", "url": "https://github.com/filiphsps/" } ], "repository": { "type": "git", "url": "git+https://github.com/NordcomInc/nordstar.git", "directory": "packages/components/header" }, "license": "MIT", "bugs": { "url": "https://github.com/NordcomInc/nordstar/issues" }, "homepage": "https://nordcominc.github.io/nordstar/docs/components/header/", "dependencies": { "@nordcom/nordstar-card": "0.2.0", "@nordcom/nordstar-system": "0.2.0", "@nordcom/nordstar-view": "0.2.0" }, "peerDependencies": { "react": ">=19", "react-dom": ">=19" }, "devDependencies": { "@types/node": "25.9.3", "@types/react": "19.2.17", "@types/react-dom": "19.2.3", "react": "19.2.7", "react-dom": "19.2.7", "typescript": "6.0.3", "vite": "8.0.16", "vite-plugin-dts": "5.0.2", "@nordcom/nordstar-label": "0.2.0" }, "scripts": { "build": "tsc && vite build", "dev": "vite build --watch", "clean": "rm -rf dist coverage .turbo .next *.tsbuildinfo *.log", "typecheck": "tsc --noEmit" } }