casualroom/apps/fenghuo/web/package.json

102 lines
3.1 KiB
JSON
Executable File

{
"name": "@fenghuo/web",
"version": "0.0.1",
"type": "module",
"private": true,
"scripts": {
"dev": "next dev --turbopack -p 3000",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@better-auth/sso": "^1.3.3",
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/modifiers": "^9.0.0",
"@dnd-kit/sortable": "^10.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@fenghuo/client": "workspace:*",
"@fenghuo/common": "workspace:*",
"@floating-ui/react": "^0.27.13",
"@hookform/resolvers": "^5.0.1",
"@nice/i18n": "workspace:*",
"@nice/ui": "workspace:*",
"@radix-ui/react-avatar": "^1.1.10",
"@radix-ui/react-dialog": "^1.1.14",
"@radix-ui/react-label": "^2.1.7",
"@radix-ui/react-select": "^2.2.5",
"@radix-ui/react-separator": "^1.1.7",
"@radix-ui/react-slot": "^1.2.3",
"@radix-ui/react-tooltip": "^1.2.7",
"@tabler/icons-react": "^3.34.0",
"@tanstack/react-query": "^5.51.21",
"@tanstack/react-table": "^8.21.3",
"@tanstack/react-virtual": "^3.13.9",
"@tiptap/extension-bubble-menu": "^2.12.0",
"@tiptap/extension-character-count": "^2.23.0",
"@tiptap/extension-color": "^2.12.0",
"@tiptap/extension-font-family": "^2.12.0",
"@tiptap/extension-font-size": "3.0.0-next.3",
"@tiptap/extension-highlight": "^2.12.0",
"@tiptap/extension-image": "^2.23.1",
"@tiptap/extension-link": "^2.23.1",
"@tiptap/extension-subscript": "^2.23.1",
"@tiptap/extension-superscript": "^2.23.1",
"@tiptap/extension-table": "^2.23.0",
"@tiptap/extension-table-cell": "^2.23.0",
"@tiptap/extension-table-header": "^2.23.0",
"@tiptap/extension-table-row": "^2.23.0",
"@tiptap/extension-task-item": "^2.23.1",
"@tiptap/extension-task-list": "^2.23.1",
"@tiptap/extension-text-align": "^2.12.0",
"@tiptap/extension-text-style": "^2.12.0",
"@tiptap/extension-typography": "^2.23.1",
"@tiptap/extension-underline": "^2.12.0",
"@tiptap/pm": "^2.12.0",
"@tiptap/react": "^2.12.0",
"@tiptap/starter-kit": "^2.12.0",
"@trpc/client": "11.1.2",
"@trpc/react-query": "11.1.2",
"@trpc/server": "11.1.2",
"@trpc/tanstack-react-query": "11.1.2",
"axios": "^1.7.2",
"better-auth": "^1.3.3",
"d3": "^7.9.0",
"dayjs": "^1.11.13",
"embla-carousel-autoplay": "^8.6.0",
"embla-carousel-react": "^8.6.0",
"exceljs": "^4.4.0",
"leaflet": "^1.9.4",
"lucide-react": "0.511.0",
"next": "15.3.2",
"next-themes": "^0.4.6",
"react": "^19.1.0",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dom": "^19.1.0",
"react-grid-layout": "^1.5.1",
"react-hook-form": "^7.57.0",
"react-leaflet": "^5.0.0",
"react-resizable": "^3.0.5",
"recharts": "^3.0.2",
"superjson": "^2.2.2",
"swiper": "^11.2.10",
"tus-js-client": "^4.3.1",
"zod": "^3.19.1"
},
"devDependencies": {
"@fenghuo/db": "workspace:*",
"@nice/eslint-config": "workspace:^",
"@nice/typescript-config": "workspace:*",
"@tailwindcss/postcss": "^4",
"@types/leaflet": "^1.9.18",
"@types/react": "^19.1.4",
"@types/react-dom": "^19.1.5",
"@types/react-grid-layout": "^1.3.5",
"@types/react-resizable": "^3.0.8",
"@types/xlsx": "^0.0.36",
"sass": "^1.89.2",
"tailwindcss": "^4",
"typescript": "^5"
}
}