forked from imskyleen/animate-ui
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
96 lines (96 loc) · 3.46 KB
/
package.json
File metadata and controls
96 lines (96 loc) · 3.46 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
{
"name": "animate-ui",
"version": "1.0.1-beta.42",
"description": "Fully animated, open-source component distribution built with React, TypeScript, Tailwind CSS, Motion and Shadcn CLI. Browse a list of components you can install, modify, and use in your projects.",
"repository": {
"type": "git",
"url": "https://github.com/animate-ui/animate-ui"
},
"bugs": {
"url": "https://github.com/animate-ui/animate-ui/issues"
},
"homepage": "https://animate-ui.com",
"author": "Skyleen",
"private": true,
"scripts": {
"build": "next build",
"dev": "concurrently \"next dev\" \"pnpm run registry:watch\"",
"start": "next start",
"postinstall": "fumadocs-mdx",
"registry:watch": "chokidar \"registry/**/*\" -c \"tsx ./scripts/build-components.mts\"",
"registry:build": "pnpm format:write && tsx ./scripts/build-components.mts && tsx ./scripts/build-registry.mts && pnpm format:write",
"lint": "next lint",
"lint:fix": "next lint --fix",
"format:write": "prettier --write \"**/*.{ts,tsx,mdx}\" --cache",
"format:check": "prettier --check \"**/*.{ts,tsx,mdx}\" --cache",
"prepare": "husky"
},
"dependencies": {
"@base-ui-components/react": "1.0.0-alpha.8",
"@bprogress/next": "^3.2.10",
"@headlessui/react": "^2.2.1",
"@radix-ui/react-accordion": "^1.2.3",
"@radix-ui/react-avatar": "^1.1.4",
"@radix-ui/react-checkbox": "^1.1.4",
"@radix-ui/react-collapsible": "^1.1.3",
"@radix-ui/react-dialog": "^1.1.6",
"@radix-ui/react-dropdown-menu": "^2.1.6",
"@radix-ui/react-hover-card": "^1.1.6",
"@radix-ui/react-label": "^2.1.2",
"@radix-ui/react-popover": "^1.1.6",
"@radix-ui/react-progress": "^1.1.2",
"@radix-ui/react-radio-group": "^1.2.3",
"@radix-ui/react-scroll-area": "^1.2.4",
"@radix-ui/react-select": "^2.2.2",
"@radix-ui/react-separator": "^1.1.3",
"@radix-ui/react-slider": "^1.3.2",
"@radix-ui/react-slot": "^1.1.2",
"@radix-ui/react-switch": "^1.1.3",
"@radix-ui/react-tabs": "^1.1.9",
"@radix-ui/react-toggle": "^1.1.2",
"@radix-ui/react-toggle-group": "^1.1.2",
"@radix-ui/react-tooltip": "^1.1.8",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"fumadocs-core": "^15.2.6",
"fumadocs-mdx": "^11.5.8",
"fumadocs-ui": "^15.2.6",
"lucide-react": "^0.482.0",
"motion": "^12.9.4",
"next": "15.3.0",
"next-themes": "^0.4.6",
"prismjs": "^1.30.0",
"react": "^19.0.0",
"react-day-picker": "8.10.1",
"react-dom": "^19.0.0",
"react-resizable-panels": "^2.1.7",
"react-use-measure": "^2.1.7",
"rimraf": "^6.0.1",
"shadcn": "2.4.0-canary.13",
"shiki": "^3.2.1",
"tailwind-merge": "^3.0.2",
"tailwindcss-animate": "^1.0.7",
"zod": "^3.24.2"
},
"devDependencies": {
"@commitlint/cli": "^19.8.0",
"@commitlint/config-conventional": "^19.8.0",
"@tailwindcss/postcss": "^4.1.4",
"@types/mdx": "^2.0.13",
"@types/node": "22.13.8",
"@types/react": "^19.0.10",
"@types/react-dom": "^19.0.4",
"chokidar-cli": "^3.0.0",
"concurrently": "^9.1.2",
"eslint": "^8",
"eslint-config-next": "15.3.0",
"husky": "^9.1.7",
"postcss": "^8.5.3",
"prettier": "^3.5.3",
"tailwindcss": "^4.1.4",
"tsx": "^4.19.3",
"typescript": "^5.8.2"
},
"packageManager": "pnpm@10.4.1+sha512.c753b6c3ad7afa13af388fa6d808035a008e30ea9993f58c6663e2bc5ff21679aa834db094987129aa4d488b86df57f7b634981b2f827cdcacc698cc0cfb88af"
}