@postenbring/hedwig-react
Version:
React components for [Hedwig Design System](https://github.com/bring/hedwig-design-system).
61 lines • 1.6 kB
JSON
{
"name": "@postenbring/hedwig-react",
"version": "2.2.0",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"sideEffects": [
"@postenbring/hedwig-css/dist/index.css"
],
"license": "MIT",
"files": [
"dist/**",
"src/**"
],
"devDependencies": {
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"react": "^18.3.1",
"react-dom": "18.3.1",
"tsup": "^8.5.0",
"typescript": "^5.8.3",
"eslint-config-custom": "0.0.1",
"hedwig-tsconfig": "0.0.0"
},
"peerDependencies": {
"@types/react": "^17.0.0 || ^18.0.0 || ^19.0.0",
"@types/react-dom": "^17.0.0 || ^18.0.0 || ^19.0.0",
"react": "^17.0.0 || ^18.0.0 || ^19.0.0",
"react-dom": "^17.0.0 || ^18.0.0 || ^19.0.0"
},
"dependencies": {
"@radix-ui/react-popover": "1.1.14",
"@radix-ui/react-slot": "1.2.3",
"@postenbring/hedwig-css": "2.2.0"
},
"publishConfig": {
"access": "public"
},
"homepage": "https://github.com/bring/hedwig-design-system",
"repository": {
"type": "git",
"url": "https://github.com/bring/hedwig-design-system"
},
"keywords": [
"hedwig",
"posten",
"bring",
"react"
],
"scripts": {
"build": "pnpm run --sequential /^build:.*/",
"build:bundle": "tsup",
"build:types": "tsc -p tsconfig.types.json",
"dev": "pnpm run --parallel /^dev:.*/",
"dev:bundle": "tsup --watch",
"dev:types": "tsc -p tsconfig.types.json --watch",
"lint": "eslint src/",
"typecheck": "tsc --noEmit",
"clean": "rm -rf .turbo node_modules dist"
}
}