UNPKG

@ehubbell/html

Version:

An HTML component library with Tailwind rollups.

78 lines (77 loc) 2.06 kB
{ "name": "@ehubbell/html", "version": "0.7.0", "description": "An HTML component library with Tailwind rollups.", "homepage": "https://github.com/ehubbell/html", "license": "ISC", "type": "module", "main": "dist/index.es.js", "author": { "name": "Eric Hubbell", "email": "eric@erichubbell.com", "url": "https://github.com/ehubbell" }, "repository": { "type": "git", "url": "git+https://github.com/ehubbell/html.git" }, "files": [ "dist" ], "keywords": [ "html", "react", "playbooks", "tailwind", "tailwind rollups", "typescript" ], "scripts": { "dev": "vite build --mode development --minify false --watch", "start": "vite build --mode production --minify false --watch", "build": "vite build --mode production --minify true", "build:ts": "dts-bundle-generator --config dts.config.ts", "clean": "npm run lint:fix", "lint": "eslint src", "lint:fix": "eslint src --fix", "format": "prettier src", "format:fix": "prettier --write src", "commit": "scripts/commit.sh", "deploy": "scripts/deploy.sh", "git": "git push --tags", "test": "jest", "prepare": "husky" }, "peerDependencies": { "react": "^18 || ^19", "react-dom": "^18 || ^19" }, "dependencies": { "react-html-props": "^2.1.1" }, "devDependencies": { "@ehubbell/configs": "^0.0.16", "@types/jest": "^29.5.1", "@types/react": "^18.0.26", "@types/react-dom": "^18.0.9", "dts-bundle-generator": "^9.5.1", "eslint": "^8.57.1", "husky": "^9.1.7", "jest": "^29.5.0", "prettier": "^3.5.3", "rollup-plugin-peer-deps-external": "^2.2.4", "ts-jest": "^29.1.0", "ts-node": "^10.9.1", "tsc-alias": "^1.8.16", "tslib": "^2.8.1", "typescript": "^5.8.3", "vite": "^7.0.0", "vite-plugin-size": "file:.yalc/vite-plugin-size", "vite-plugin-yalc": "^0.0.11" }, "exports": { "types": "./dist/index.d.ts", "require": "./dist/index.cjs.js", "import": "./dist/index.es.js" } }