@use-pico/cls
Version:
Type-safe, composable styling system for React, Vue, Svelte, and vanilla JS
67 lines (66 loc) • 1.59 kB
JSON
{
"name": "@use-pico/cls",
"description": "Type-safe, composable styling system for React, Vue, Svelte, and vanilla JS",
"version": "5.0.60",
"type": "module",
"sideEffects": false,
"scripts": {
"typecheck": "tsc --noEmit",
"build:bundle": "bun x rollup -c",
"build": "run-p build:*",
"test": "run-s test:*",
"test:code": "vitest --run"
},
"dependencies": {
"react": "19.2.0",
"tailwind-merge": "3.3.1"
},
"devDependencies": {
"@aminnairi/rollup-plugin-external": "0.1.3",
"@rollup/plugin-commonjs": "28.0.7",
"@rollup/plugin-node-resolve": "16.0.3",
"@rollup/plugin-typescript": "12.1.4",
"@testing-library/jest-dom": "6.9.1",
"@testing-library/react": "16.3.0",
"@types/node": "24.7.2",
"@types/react": "19.2.2",
"@types/react-dom": "19.2.2",
"@types/testing-library__jest-dom": "6.0.0",
"@use-pico/tsconfig": "5.0.0",
"@vitejs/plugin-react": "5.0.4",
"jsdom": "27.0.0",
"npm-run-all2": "8.0.4",
"rollup": "4.52.4",
"rollup-plugin-dts": "6.2.3",
"typescript": "^5.9.3",
"vitest": "3.2.4"
},
"main": "src/index.ts",
"module": "src/index.ts",
"types": "src/index.ts",
"files": [
"src",
"dist",
"README.md"
],
"exports": {
".": {
"types": "./src/index.ts",
"import": "./src/index.ts"
}
},
"license": "MIT",
"repository": "use-pico/pico",
"homepage": "https://github.com/use-pico/pico#readme",
"bugs": "https://github.com/use-pico/pico/issues",
"keywords": [
"component-variants",
"css",
"design-system",
"design-tokens",
"styling",
"type-safe",
"typescript"
],
"readme": "README.md"
}