Fortura/apps/www/package.json
2025-08-20 12:59:31 -06:00

61 lines
2.0 KiB
JSON

{
"name": "animate-ui",
"version": "1.0.1-beta.43",
"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,
"type": "module",
"scripts": {
"build": "next build",
"dev": "next dev",
"start": "next start",
"postinstall": "fumadocs-mdx",
"registry:build": "pnpm format:write && 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",
"@workspace/ui": "workspace:*",
"class-variance-authority": "^0.7.1",
"date-fns": "^4.1.0",
"eslint-config-next": "^15.3.3",
"fumadocs-core": "^15.2.14",
"fumadocs-mdx": "^11.6.2",
"fumadocs-ui": "^15.2.14",
"fuse.js": "^7.1.0",
"lucide-react": "^0.482.0",
"motion": "^12.18.1",
"next": "^15.3.3",
"next-themes": "^0.4.6",
"prismjs": "^1.30.0",
"radix-ui": "^1.3.4",
"react": "^19.1.0",
"react-dom": "^19.1.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",
"zod": "^4.0.0"
},
"devDependencies": {
"@types/mdx": "^2.0.13",
"tsx": "^4.19.3"
},
"packageManager": "pnpm@10.4.1+sha512.c753b6c3ad7afa13af388fa6d808035a008e30ea9993f58c6663e2bc5ff21679aa834db094987129aa4d488b86df57f7b634981b2f827cdcacc698cc0cfb88af"
}