UNPKG

use-styled

Version:

A powerful library for creating React/React Native components

81 lines (80 loc) 2.02 kB
{ "name": "use-styled", "description": "A powerful library for creating React/React Native components", "version": "1.1.2", "main": "./dist/index.js", "module": "./dist/index.js", "types": "./dist/index.d.ts", "type": "module", "exports": { ".": { "import": "./dist/index.js", "types": "./dist/index.d.ts" } }, "files": [ "dist", "README.md", "CHANGELOG.md" ], "scripts": { "test": "bun test", "bench": "bun run src/__bench__/index.bench.tsx", "clean": "rm -rf dist", "build": "bun run ./build.mjs", "build:types": "tsc --project tsconfig.json", "publish:beta": "npm version prerelease --preid beta --no-git-tag-version && bun publish --tag beta", "publish:release": "npm version patch --no-git-tag-version && bun publish", "publish:minor": "npm version minor --no-git-tag-version && bun publish", "publish:major": "npm version major --no-git-tag-version && bun publish" }, "dependencies": { "clsx": "^2.1.1", "tailwind-merge": "^3.2.0" }, "devDependencies": { "@biomejs/biome": "1.9.4", "@happy-dom/global-registrator": "^17.4.4", "@testing-library/dom": "^10.4.0", "@testing-library/jest-dom": "^6.6.3", "@testing-library/react": "^16.3.0", "@types/bun": "latest", "@types/react": ">=18.0.0", "@types/styled-components": "^5.1.34", "chalk": "^5.4.1", "mitata": "^1.0.34", "react": "^18.0.0", "react-dom": "^18.0.0", "styled-components": "^6.1.17", "typescript": "^5.0.0" }, "peerDependencies": { "react": ">=18.0.0" }, "keywords": [ "react", "react-native", "styled", "styled-components", "styled-system", "tamagui", "nativewind", "tailwind", "css-in-js", "utility", "hook" ], "publishConfig": { "access": "public" }, "author": "Bruno Garcia <eu@brunowillian.com>", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/Brunowilliang/use-styled" }, "homepage": "https://usestyled.com", "bugs": { "url": "https://github.com/Brunowilliang/use-styled/discussions" } }