File size: 1,184 Bytes
1e92f2d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
  "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"
  }
}