| { |
| "name": "@chakra-ui/compositions", |
| "version": "1.0.0", |
| "private": "true", |
| "description": "Registry for component compositions", |
| "scripts": { |
| "typecheck": "tsc --noEmit", |
| "lint": "eslint src" |
| }, |
| "keywords": [ |
| "chakra", |
| "ui", |
| "registry", |
| "components", |
| "compositions" |
| ], |
| "author": "Segun Adebayo <sage@adebayosegun.com>", |
| "license": "ISC", |
| "dependencies": { |
| "@chakra-ui/react": "workspace:*", |
| "@chakra-ui/charts": "workspace:*", |
| "@hookform/resolvers": "5.1.1", |
| "@tanstack/react-table": "8.21.3", |
| "@tanstack/react-virtual": "3.13.12", |
| "es-toolkit": "1.39.5", |
| "react-spinners": "0.17.0", |
| "next-themes": "0.4.6", |
| "recharts": "2.15.3", |
| "react": "^19", |
| "react-dom": "^19", |
| "react-use": "17.6.0", |
| "react-frame-component": "5.2.7", |
| "react-hook-form": "7.58.1", |
| "react-markdown": "10.1.0", |
| "react-icons": "5.5.0", |
| "react-lorem-ipsum": "1.4.10", |
| "use-mask-input": "3.4.2", |
| "react-payment-inputs": "1.2.0", |
| "zod": "3.25.67" |
| }, |
| "devDependencies": { |
| "@types/react": "19.1.8", |
| "@types/react-dom": "19.1.6", |
| "@types/react-payment-inputs": "1.1.4" |
| } |
| } |
|
|