@mikestraczek/cms-ui
Version:
UI components library for the CMS template
79 lines (78 loc) • 2.02 kB
JSON
{
"name": "@mikestraczek/cms-ui",
"version": "1.0.20",
"description": "UI components library for the CMS template",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsup",
"dev": "tsup --watch",
"lint": "eslint src",
"typecheck": "tsc --noEmit"
},
"keywords": [
"cms",
"ui",
"components",
"react",
"tailwind"
],
"author": "Mike Straczek",
"license": "MIT",
"files": [
"dist"
],
"exports": {
".": {
"types": "./dist/index.d.mts",
"import": "./dist/index.mjs"
},
"./style.css": "./dist/style.css"
},
"publishConfig": {
"access": "public"
},
"peerDependencies": {
"react": "^19.1.1",
"react-dom": "^19.1.1",
"next": "^15.4.4"
},
"dependencies": {
"@hookform/resolvers": "^5.2.1",
"@mikestraczek/cms-core": "^1.0.8",
"@radix-ui/react-avatar": "^1.1.10",
"@radix-ui/react-checkbox": "^1.3.2",
"@radix-ui/react-collapsible": "^1.1.11",
"@radix-ui/react-dialog": "^1.1.14",
"@radix-ui/react-dropdown-menu": "^2.1.15",
"@radix-ui/react-label": "^2.1.7",
"@radix-ui/react-popover": "^1.1.14",
"@radix-ui/react-progress": "^1.1.7",
"@radix-ui/react-select": "^2.2.5",
"@radix-ui/react-separator": "^1.1.7",
"@radix-ui/react-slot": "^1.2.3",
"@radix-ui/react-switch": "^1.2.5",
"@radix-ui/react-toggle": "^1.1.9",
"@radix-ui/react-tooltip": "^1.2.7",
"@tanstack/react-table": "^8.21.3",
"class-variance-authority": "^0.7.1",
"cmdk": "^1.1.1",
"date-fns": "^4.1.0",
"lucide-react": "^0.525.0",
"motion": "^12.23.11",
"next-themes": "^0.4.6",
"react-day-picker": "^9.8.1",
"react-hook-form": "^7.61.1",
"recharts": "2.15.4",
"sonner": "^2.0.6",
"tw-animate-css": "^1.3.6"
},
"devDependencies": {
"@types/react": "^19.1.9",
"@types/react-dom": "^19.1.7",
"eslint": "^9.32.0",
"tsup": "^8.5.0",
"typescript": "^5.8.3",
"tailwindcss": "^4.1.11"
}
}