Files
plunk/packages/ui/package.json
T
dependabot[bot]andGitHub 5e66203b42 build(deps-dev): bump postcss from 8.5.6 to 8.5.10
Bumps [postcss](https://github.com/postcss/postcss) from 8.5.6 to 8.5.10.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/8.5.6...8.5.10)

---
updated-dependencies:
- dependency-name: postcss
  dependency-version: 8.5.10
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-05-06 09:10:30 +00:00

69 lines
2.0 KiB
JSON

{
"name": "@plunk/ui",
"version": "0.0.1",
"private": true,
"scripts": {
"clean": "rimraf node_modules .turbo dist"
},
"devDependencies": {
"@plunk/typescript-config": "*",
"@tailwindcss/forms": "^0.5.10",
"@types/node": "^24.10.0",
"@types/react": "^19.2.7",
"postcss": "^8.5.10",
"tailwindcss": "^4.1.17",
"typescript": "^5.7.2"
},
"peerDependencies": {
"react": "^19.2.3",
"react-dom": "^19.2.3"
},
"dependencies": {
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/modifiers": "^9.0.0",
"@dnd-kit/sortable": "^10.0.0",
"@hookform/resolvers": "^3.9.1",
"@number-flow/react": "^0.5.9",
"@plunk/db": "*",
"@plunk/shared": "*",
"@plunk/types": "*",
"@radix-ui/react-accordion": "^1.2.3",
"@radix-ui/react-alert-dialog": "^1.1.2",
"@radix-ui/react-checkbox": "^1.1.4",
"@radix-ui/react-collapsible": "^1.1.3",
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-dropdown-menu": "^2.1.6",
"@radix-ui/react-label": "^2.1.8",
"@radix-ui/react-menubar": "^1.1.6",
"@radix-ui/react-navigation-menu": "^1.2.5",
"@radix-ui/react-popover": "^1.1.5",
"@radix-ui/react-progress": "^1.1.8",
"@radix-ui/react-radio-group": "^1.3.8",
"@radix-ui/react-scroll-area": "^1.2.10",
"@radix-ui/react-select": "^2.1.2",
"@radix-ui/react-separator": "^1.1.8",
"@radix-ui/react-slider": "^1.2.4",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-switch": "^1.0.3",
"@radix-ui/react-tabs": "^1.1.13",
"@radix-ui/react-tooltip": "^1.1.6",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cmdk": "^1.0.4",
"date-fns": "^4.1.0",
"embla-carousel-react": "^8.5.1",
"framer-motion": "^12.23.24",
"lucide-react": "^0.553.0",
"next-themes": "^0.4.6",
"react-day-picker": "^8.10.0",
"react-hook-form": "^7.66.0",
"recharts": "^3.5.1",
"sonner": "^2.0.6",
"tailwind-merge": "^3.4.0",
"tailwindcss-animate": "^1.0.7"
},
"exports": {
".": "./src/index.ts"
}
}