mirror of
https://github.com/pixel-point/animate-text.git
synced 2026-09-14 20:07:09 +08:00
106 lines
3.3 KiB
JSON
106 lines
3.3 KiB
JSON
{
|
|
"name": "new-project",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"generate:animate-text-skill": "node scripts/generate-animate-text-skill.mjs",
|
|
"validate:animate-text-catalog": "node scripts/validate-text-animation-catalog.mjs",
|
|
"test:animate-text-skill": "node scripts/test-animate-text-skill.mjs",
|
|
"build": "next build",
|
|
"postbuild": "next-sitemap --config next-sitemap.config.cjs",
|
|
"start": "next start",
|
|
"lint": "oxlint .",
|
|
"lint:fix": "oxlint . --fix",
|
|
"format": "oxfmt --check .",
|
|
"format:fix": "oxfmt .",
|
|
"typecheck": "tsgo --noEmit"
|
|
},
|
|
"packageManager": "pnpm@10.11.0",
|
|
"dependencies": {
|
|
"@hookform/resolvers": "^4.1.3",
|
|
"@mdx-js/loader": "^3.1.1",
|
|
"@mdx-js/react": "^3.1.1",
|
|
"@next/mdx": "^16.2.1",
|
|
"@number-flow/react": "^0.5.9",
|
|
"@phosphor-icons/react": "^2.1.10",
|
|
"@radix-ui/react-accordion": "^1.2.10",
|
|
"@radix-ui/react-checkbox": "^1.3.1",
|
|
"@radix-ui/react-collapsible": "^1.1.10",
|
|
"@radix-ui/react-dialog": "^1.1.13",
|
|
"@radix-ui/react-label": "^2.1.6",
|
|
"@radix-ui/react-scroll-area": "^1.2.8",
|
|
"@radix-ui/react-select": "^2.2.4",
|
|
"@radix-ui/react-separator": "^1.1.6",
|
|
"@radix-ui/react-slot": "^1.2.2",
|
|
"@radix-ui/react-tabs": "^1.1.11",
|
|
"@radix-ui/react-tooltip": "^1.2.6",
|
|
"@react-hook/throttle": "^2.2.0",
|
|
"@tailwindcss/postcss": "^4.1.7",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"copy-to-clipboard": "^3.3.3",
|
|
"date-fns": "^4.1.0",
|
|
"embla-carousel-auto-scroll": "^8.5.2",
|
|
"embla-carousel-react": "^8.5.2",
|
|
"github-slugger": "^2.0.0",
|
|
"glob": "^11.0.1",
|
|
"gray-matter": "^4.0.3",
|
|
"gsap": "^3.15.0",
|
|
"media-chrome": "^4.7.1",
|
|
"motion": "^11.16.3",
|
|
"next": "16.2.1",
|
|
"next-sitemap": "^4.2.3",
|
|
"next-themes": "^0.4.4",
|
|
"react": "19.2.4",
|
|
"react-dom": "19.2.4",
|
|
"react-hook-form": "^7.54.2",
|
|
"react-paginate": "^8.2.0",
|
|
"remark": "^15.0.0",
|
|
"remark-frontmatter": "^5.0.0",
|
|
"remark-gfm": "^4.0.1",
|
|
"remark-mdx": "^3.1.1",
|
|
"remark-parse": "^11.0.0",
|
|
"rss": "^1.2.2",
|
|
"shiki": "3.19.0",
|
|
"slugify": "^1.6.6",
|
|
"tailwind-merge": "^3.3.0",
|
|
"unified": "^11.0.5",
|
|
"vaul": "^1.1.2",
|
|
"zod": "^3.24.2"
|
|
},
|
|
"devDependencies": {
|
|
"@shikijs/rehype": "^3.19.0",
|
|
"@shikijs/transformers": "^3.19.0",
|
|
"@tailwindcss/typography": "^0.5.16",
|
|
"@types/glob": "^8.1.0",
|
|
"@types/hast": "^3.0.4",
|
|
"@types/mdast": "^4.0.3",
|
|
"@types/mdx": "^2.0.13",
|
|
"@types/node": "^20",
|
|
"@types/react": "19.2.14",
|
|
"@types/react-dom": "19.2.3",
|
|
"@types/rss": "^0.0.32",
|
|
"@types/unist": "^3.0.3",
|
|
"@typescript/native-preview": "7.0.0-dev.20260403.1",
|
|
"hast-util-to-jsx-runtime": "^2.3.6",
|
|
"image-size": "^2.0.2",
|
|
"mdast-util-mdx-jsx": "^3.2.0",
|
|
"mdast-util-mdxjs-esm": "^2.0.1",
|
|
"npm-to-yarn": "^3.0.1",
|
|
"oxfmt": "^0.43.0",
|
|
"oxlint": "^1.58.0",
|
|
"postcss": "^8",
|
|
"postcss-nesting": "^13.0.1",
|
|
"prettier": "^3.5.3",
|
|
"prettier-plugin-tailwindcss": "^0.6.11",
|
|
"react-grab": "^0.1.32",
|
|
"remark-mdx-frontmatter": "^5.2.0",
|
|
"tailwindcss": "^4.1.7",
|
|
"tw-animate-css": "^1.3.0",
|
|
"typescript": "^5",
|
|
"unist-util-visit": "^5.0.0"
|
|
}
|
|
}
|