dev-tool-chest-ui
Version:
A Tailwind CSS v4 preset with modern OKLCH colors and shadcn-ui compatibility
34 lines (33 loc) • 698 B
JSON
{
"name": "dev-tool-chest-ui",
"version": "1.0.14",
"description": "A Tailwind CSS v4 preset with modern OKLCH colors and shadcn-ui compatibility",
"type": "module",
"main": "dist/preset.js",
"style": "dist/theme.css",
"exports": {
".": "./dist/preset.js",
"./theme.css": "./dist/theme.css",
"./colors": "./dist/colors.js"
},
"files": [
"dist"
],
"scripts": {
"build": "node scripts/build.js",
"prepublishOnly": "npm run build"
},
"peerDependencies": {
"tailwindcss": "^4.0.0-alpha.6"
},
"keywords": [
"tailwindcss",
"preset",
"theme",
"oklch",
"shadcn-ui",
"design-system"
],
"author": "",
"license": "MIT"
}