63 lines
1.8 KiB
JSON
63 lines
1.8 KiB
JSON
{
|
|
"name": "@kevisual/registry",
|
|
"version": "0.0.1",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"basename": "/root/registry",
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"build": "paraglide-js compile --project ./project.inlang --outdir ./src/paraglide && astro build",
|
|
"preview": "astro preview",
|
|
"build:registry": "pnpm dlx shadcn@latest build",
|
|
"machine-translate": "inlang machine translate --project project.inlang",
|
|
"pub": ""
|
|
},
|
|
"files": [
|
|
"registry",
|
|
"dist"
|
|
],
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"keywords": [],
|
|
"author": "abearxiong <xiongxiao@xiongxiao.me> (https://www.xiongxiao.me)",
|
|
"license": "MIT",
|
|
"packageManager": "pnpm@10.10.0",
|
|
"type": "module",
|
|
"devDependencies": {
|
|
"@astrojs/mdx": "^4.2.6",
|
|
"@astrojs/react": "^4.2.7",
|
|
"@kevisual/types": "^0.0.10",
|
|
"@tailwindcss/vite": "^4.1.6",
|
|
"@types/react": "^19.1.3",
|
|
"astro": "^5.7.12",
|
|
"rehype-autolink-headings": "^7.1.0",
|
|
"rehype-slug": "^6.0.0",
|
|
"remark-gfm": "^4.0.1",
|
|
"remark-toc": "^9.0.0",
|
|
"tailwindcss": "^4.1.6",
|
|
"tw-animate-css": "^1.2.9"
|
|
},
|
|
"dependencies": {
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"i18next": "^25.1.2",
|
|
"i18next-browser-languagedetector": "^8.1.0",
|
|
"i18next-http-backend": "^3.0.2",
|
|
"lucide-react": "^0.509.0",
|
|
"react": "^19.1.0",
|
|
"react-dom": "^19.1.0",
|
|
"react-i18next": "^15.5.1",
|
|
"react-toastify": "^11.0.5",
|
|
"tailwind-merge": "^3.2.0"
|
|
},
|
|
"exports": {
|
|
".": "./registry/index.js",
|
|
"./components/*": "./registry/components/*",
|
|
"./hooks/*": "./registry/hooks/*",
|
|
"./lib/*": "./registry/lib/*",
|
|
"./pages/*": "./registry/pages/*",
|
|
"./styles/*": "./registry/styles/*",
|
|
"./types/*": "./registry/types/*"
|
|
}
|
|
} |