componex
Version:
A powerful, type-safe component styling library for React that combines the best of CSS-in-JS, utility-first CSS, and component composition. Features include variant support, polymorphic components, and seamless TypeScript integration.
97 lines (96 loc) • 2.76 kB
JSON
{
"name": "componex",
"version": "1.0.4",
"description": "A powerful, type-safe component styling library for React that combines the best of CSS-in-JS, utility-first CSS, and component composition. Features include variant support, polymorphic components, and seamless TypeScript integration.",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "tsup src/index.ts --format cjs,esm --dts --external react",
"test": "jest",
"prepublishOnly": "bun run build",
"lint": "eslint src",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"keywords": [
"react",
"typescript",
"styling",
"css-in-js",
"component-library",
"utility-first",
"tailwind",
"styled-components",
"polymorphic",
"variants",
"class-variance-authority",
"cva",
"css",
"frontend",
"ui",
"design-system",
"react-components",
"typesafe",
"type-safe",
"composition",
"react-library"
],
"author": "Roberto Ríos <roberto@rrios.dev>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/rrios-dev/componex"
},
"devDependencies": {
"@babel/core": "^7.24.0",
"@babel/preset-env": "^7.24.0",
"@babel/preset-react": "^7.23.3",
"@babel/preset-typescript": "^7.23.3",
"@chromatic-com/storybook": "^3",
"@eslint/js": "^9.27.0",
"@storybook/addon-essentials": "^8.6.14",
"@storybook/addon-interactions": "^8.6.14",
"@storybook/addon-links": "^8.6.14",
"@storybook/blocks": "^8.6.14",
"@storybook/react": "^8.6.14",
"@storybook/react-vite": "^8.6.14",
"@storybook/test": "^8.6.14",
"@tailwindcss/postcss": "^4.1.8",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.3.0",
"@testing-library/user-event": "^14.6.1",
"@types/bun": "latest",
"@types/jest": "^29.5.14",
"@types/react": "^19.1.4",
"@types/react-dom": "^19.1.5",
"autoprefixer": "^10.4.21",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"eslint": "^9.27.0",
"globals": "^16.1.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"storybook": "^8.6.14",
"tailwind-merge": "^2.5.5",
"tailwindcss": "^4.1.8",
"ts-jest": "^29.3.4",
"tsup": "^8.5.0",
"typescript": "^5.8.3",
"typescript-eslint": "^8.32.1"
},
"peerDependencies": {
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"react-dom": "^19.0.0",
"react": "^19.0.0",
"tailwind-merge": "^2.5.5",
"typescript": "^5.0.0"
}
}