mirror of
https://github.com/RaisFast/raisfast.git
synced 2026-09-25 08:02:36 +00:00
58 lines
1.6 KiB
JSON
58 lines
1.6 KiB
JSON
{
|
|
"name": "admin",
|
|
"private": true,
|
|
"version": "0.1.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc -b && vite build",
|
|
"preview": "vite preview",
|
|
"lint": "eslint ."
|
|
},
|
|
"dependencies": {
|
|
"@base-ui/react": "^1.3.0",
|
|
"@hookform/resolvers": "^5.2.2",
|
|
"@raisfast/sdk": "workspace:*",
|
|
"@tailwindcss/typography": "^0.5.19",
|
|
"@tanstack/react-query": "^5.97.0",
|
|
"@tiptap/extension-code-block-lowlight": "^3.22.4",
|
|
"@tiptap/extension-image": "^3.22.4",
|
|
"@tiptap/extension-link": "^3.22.4",
|
|
"@tiptap/extension-placeholder": "^3.22.4",
|
|
"@tiptap/extension-table": "^3.22.4",
|
|
"@tiptap/pm": "^3.22.4",
|
|
"@tiptap/react": "^3.22.4",
|
|
"@tiptap/starter-kit": "^3.22.4",
|
|
"@uiw/react-markdown-preview": "^5.2.0",
|
|
"@uiw/react-md-editor": "^4.1.0",
|
|
"@xyflow/react": "^12.10.2",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"highlight.js": "^11.11.1",
|
|
"lowlight": "^3.3.0",
|
|
"lucide-react": "^1.8.0",
|
|
"next-themes": "^0.4.6",
|
|
"react": "19.2.4",
|
|
"react-dom": "19.2.4",
|
|
"react-hook-form": "^7.72.1",
|
|
"react-router-dom": "^6.28.0",
|
|
"sonner": "^2.0.7",
|
|
"tailwind-merge": "^3.5.0",
|
|
"tailwind-scrollbar": "^4.0.2",
|
|
"tailwind-scrollbar-hide": "^4.0.0",
|
|
"tw-animate-css": "^1.4.0",
|
|
"zod": "^4.3.6",
|
|
"zustand": "^5.0.12"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/postcss": "^4",
|
|
"@types/react": "^19",
|
|
"@types/react-dom": "^19",
|
|
"@vitejs/plugin-react": "^4.3.4",
|
|
"shadcn": "^4.6.0",
|
|
"tailwindcss": "^4",
|
|
"typescript": "^5",
|
|
"vite": "^6.0.0"
|
|
}
|
|
}
|