ai-pages/package.json
2025-05-25 00:05:04 +08:00

84 lines
2.5 KiB
JSON

{
"name": "@kevisual/ai-pages",
"version": "0.0.1",
"description": "",
"main": "index.js",
"basename": "/root/ai-pages",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"pub": "ev deploy ./dist -k ai-pages -v 0.0.1 -u",
"git:submodule": "git submodule update --init --recursive",
"sn": "pnpm dlx shadcn@latest add "
},
"keywords": [],
"author": "abearxiong <xiongxiao@xiongxiao.me> (https://www.xiongxiao.me)",
"license": "MIT",
"type": "module",
"dependencies": {
"@astrojs/mdx": "^4.3.0",
"@astrojs/react": "^4.3.0",
"@astrojs/sitemap": "^3.4.0",
"@kevisual/cache": "^0.0.3",
"@kevisual/query-login": "^0.0.6",
"@kevisual/registry": "^0.0.1",
"@radix-ui/react-alert-dialog": "^1.1.14",
"@radix-ui/react-dialog": "^1.1.14",
"@radix-ui/react-label": "^2.1.7",
"@radix-ui/react-popover": "^1.1.14",
"@radix-ui/react-select": "^2.2.5",
"@radix-ui/react-slot": "^1.2.3",
"@radix-ui/react-tooltip": "^1.2.7",
"@tailwindcss/vite": "^4.1.7",
"astro": "^5.8.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"dayjs": "^1.11.13",
"highlight.js": "^11.11.1",
"i18next": "^25.2.0",
"i18next-browser-languagedetector": "^8.1.0",
"i18next-http-backend": "^3.0.2",
"lodash-es": "^4.17.21",
"lucide-react": "^0.511.0",
"marked": "^15.0.12",
"marked-highlight": "^2.2.1",
"nanoid": "^5.1.5",
"pretty-bytes": "^7.0.0",
"re-resizable": "^6.11.2",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-draggable": "^4.4.6",
"react-hook-form": "^7.56.4",
"react-i18next": "^15.5.2",
"react-sortablejs": "^6.1.4",
"react-toastify": "^11.0.5",
"sortablejs": "^1.15.6",
"tailwind-merge": "^3.3.0",
"zustand": "^5.0.5"
},
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@kevisual/markdown-editor": "workspace:*",
"@kevisual/query": "^0.0.20",
"@kevisual/query-awesome": "^0.0.2",
"@kevisual/router": "^0.0.21",
"@kevisual/store": "^0.0.8",
"@kevisual/types": "^0.0.10",
"@types/lodash-es": "^4.17.12",
"@types/react": "^19.1.5",
"@types/react-dom": "^19.1.5",
"@types/sortablejs": "^1.15.8",
"@vitejs/plugin-basic-ssl": "^2.0.0",
"commander": "^14.0.0",
"dotenv": "^16.5.0",
"inquire": "^0.4.8",
"tailwindcss": "^4.1.7",
"tw-animate-css": "^1.3.0",
"vite-plugin-remote-assets": "^2.0.0"
},
"packageManager": "pnpm@10.11.0"
}