@nordcom/nordstar-accented
Version:
Highlight text with an accent color.
82 lines • 1.99 kB
JSON
{
"$schema": "https://json.schemastore.org/package.json",
"name": "@nordcom/nordstar-accented",
"type": "module",
"version": "0.0.75",
"description": "Highlight text with an accent color.",
"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"
},
"./dist/index.css": "./dist/index.css",
"./package.json": "./package.json"
},
"publishConfig": {
"access": "public"
},
"sideEffects": false,
"keywords": [
"nordstar",
"nordcom",
"component",
"react",
"accented",
"nordstar-accented"
],
"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/accented"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/NordcomInc/nordstar/issues"
},
"homepage": "https://nordcominc.github.io/nordstar/docs/components/accented/",
"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"
}
}