UNPKG

@nordcom/nordstar-heading

Version:
97 lines 2.15 kB
{ "$schema": "https://json.schemastore.org/package.json", "name": "@nordcom/nordstar-heading", "type": "module", "version": "0.0.75", "description": "Component used to display title/heading text.", "files": [ "dist", "CHANGELOG.md", "README.md" ], "main": "./dist/index.js", "module": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { ".": { "import": [ "./dist/index.js" ], "module": [ "./dist/index.js" ], "types": [ "./dist/index.d.ts" ] }, "./*": { "import": [ "./dist/*.js" ], "module": [ "./dist/*.js" ], "types": [ "./dist/*.d.ts" ] }, "./package.json": "./package.json" }, "publishConfig": { "access": "public" }, "sideEffects": false, "keywords": [ "nordstar", "nordcom", "component", "react", "heading", "nordstar-heading" ], "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/heading" }, "license": "MIT", "bugs": { "url": "https://github.com/NordcomInc/nordstar/issues" }, "homepage": "https://nordcominc.github.io/nordstar/docs/components/heading/", "dependencies": { "@nordcom/nordstar-system": "0.0.75" }, "peerDependencies": { "react": ">=19", "react-dom": ">=19" }, "devDependencies": { "@types/node": "24.12.4", "@types/react-dom": "19.2.3", "@types/react": "19.2.14", "react-dom": "19.2.6", "react": "19.2.6", "typescript": "6.0.3", "vite-plugin-dts": "5.0.0", "vite": "8.0.12" }, "scripts": { "build": "tsc && vite build", "dev": "vite build --watch", "clean": "rm -rf dist coverage .turbo .next *.tsbuildinfo *.log", "typecheck": "tsc --noEmit" } }