@nordcom/nordstar-heading
Version:
Component used to display title/heading text.
107 lines • 2.52 kB
JSON
{
"$schema": "https://json.schemastore.org/package.json",
"name": "@nordcom/nordstar-heading",
"type": "module",
"version": "0.0.72",
"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"
],
"require": null,
"types": [
"./dist/index.d.ts"
]
},
"./*": {
"import": [
"./dist/*.js"
],
"module": [
"./dist/*.js"
],
"require": null,
"types": [
"./dist/*.d.ts"
]
},
"./package.json": "./package.json"
},
"publishConfig": {
"access": "public"
},
"sideEffects": false,
"keywords": [
"nordstar",
"nordcom",
"component",
"react",
"heading",
"nordstar-heading"
],
"author": {
"name": "Nordcom AB",
"email": "opensource@nordcom.io",
"url": "https://nordcom.io/"
},
"contributors": [
{
"name": "Filiph Siitam Sandström",
"email": "filiph@nordcom.io",
"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://nordstar.dev/docs/components/heading/",
"dependencies": {
"@nordcom/nordstar-system": "0.0.72"
},
"peerDependencies": {
"react": ">=18",
"react-dom": ">=18"
},
"devDependencies": {
"@nordcom/prettier": "0.1.1",
"@types/node": "20.16.11",
"@types/react-dom": "18.3.0",
"@types/react": "18.3.10",
"autoprefixer": "10.4.20",
"postcss": "8.4.47",
"prettier": "3.3.3",
"react-dom": "19.1.0",
"react": "19.1.0",
"tailwindcss": "3.4.14",
"typescript": "5.6.3",
"vite": "5.4.10"
},
"scripts": {
"build": "tsc && vite build",
"dev": "vite build --watch",
"clean": "rm -rf dist coverage storybook-static .turbo .next *.tsbuildinfo *.log",
"typecheck": "tsc --noEmit",
"lint": "concurrently -i pnpm:lint:*",
"lint:prettier": "prettier --check src/**/*.*",
"fix": "concurrently -i pnpm:fix:*",
"fix:prettier": "prettier --write \"./**/*.{cjs,mjs,ts,tsx,json}\""
}
}