UNPKG

@nordcom/nordstar-accented

Version:
92 lines 2.4 kB
{ "$schema": "https://json.schemastore.org/package.json", "name": "@nordcom/nordstar-accented", "type": "module", "version": "0.0.73", "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": "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/accented" }, "license": "MIT", "bugs": { "url": "https://github.com/NordcomInc/nordstar/issues" }, "homepage": "https://nordstar.dev/docs/components/accented/", "dependencies": { "@nordcom/nordstar-system": "0.0.73" }, "peerDependencies": { "react": ">=18", "react-dom": ">=18" }, "devDependencies": { "@nordcom/prettier": "0.1.1", "@types/node": "24.0.10", "@types/react-dom": "19.1.6", "@types/react": "19.1.8", "autoprefixer": "10.4.20", "postcss": "8.5.6", "prettier": "3.6.2", "react-dom": "19.1.0", "react": "19.1.0", "tailwindcss": "3.4.14", "typescript": "5.8.3", "vite-plugin-dts": "4.5.4", "vite-tsconfig-paths": "5.1.4", "vite": "7.0.0" }, "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/**/*.{cjs,mjs,ts,tsx}\"", "format": "concurrently -i pnpm:format:*", "format:prettier": "prettier --write \"./**/src/**/*.{cjs,mjs,ts,tsx}\"" } }