-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.48 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 1.48 KB
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "@edbn/ui",
"version": "0.2.5",
"description": "A modern React component library with refined motion and accessibility.",
"author": "edbnme",
"license": "SEE LICENSE IN LICENSE.md",
"keywords": [
"react",
"components",
"ui",
"tailwind",
"tailwindcss",
"motion",
"animation",
"accessibility",
"a11y",
"base-ui",
"shadcn",
"design-system"
],
"homepage": "https://ui.edbn.me",
"repository": {
"type": "git",
"url": "https://github.com/edbnme/ui.edbn.me"
},
"type": "module",
"scripts": {
"registry:build": "node scripts/update-registry.mjs",
"lint": "eslint .",
"typecheck": "tsc --noEmit",
"test": "vitest",
"test:run": "vitest run --passWithNoTests"
},
"dependencies": {
"@base-ui/react": "^1.2.0",
"@phosphor-icons/react": "^2.1.10",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"embla-carousel-react": "^8.6.0",
"input-otp": "^1.4.2",
"motion": "^12.23.25",
"next-themes": "^0.4.6",
"react-day-picker": "^9.13.2",
"react-resizable-panels": "^4.6.2",
"recharts": "^3.7.0",
"sonner": "^2.0.3",
"tailwind-merge": "^3.4.0",
"tw-animate-css": "^1.4.0"
},
"peerDependencies": {
"react": "^18.0.0 || ^19.0.0",
"react-dom": "^18.0.0 || ^19.0.0"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"typescript": "^5",
"vitest": "^4.0.14"
}
}