monorepo/apps/web/package.json

126 lines
3.8 KiB
JSON
Raw Normal View History

2024-09-28 14:58:45 +08:00
{
2025-03-31 19:43:56 +08:00
"name": "web2",
"type": "module",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": " next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@3rapp/utils": "workspace:*",
"@heroicons/react": "^2.2.0",
"@hookform/resolvers": "^3.10.0",
"@mdx-js/loader": "^3.1.0",
"@mdx-js/react": "^3.1.0",
"@next/mdx": "^14.2.23",
"@radix-ui/react-accordion": "^1.2.2",
"@radix-ui/react-alert-dialog": "^1.1.4",
"@radix-ui/react-aspect-ratio": "^1.1.1",
"@radix-ui/react-avatar": "^1.1.2",
"@radix-ui/react-checkbox": "^1.1.3",
"@radix-ui/react-collapsible": "^1.1.2",
"@radix-ui/react-context-menu": "^2.2.4",
"@radix-ui/react-dialog": "^1.1.4",
"@radix-ui/react-dropdown-menu": "^2.1.4",
"@radix-ui/react-hover-card": "^1.1.4",
"@radix-ui/react-icons": "^1.3.2",
2025-04-19 12:46:08 +08:00
"@radix-ui/react-label": "^2.1.2",
2025-03-31 19:43:56 +08:00
"@radix-ui/react-menubar": "^1.1.4",
"@radix-ui/react-navigation-menu": "^1.2.3",
"@radix-ui/react-popover": "^1.1.4",
"@radix-ui/react-progress": "^1.1.1",
"@radix-ui/react-radio-group": "^1.2.2",
"@radix-ui/react-scroll-area": "^1.2.2",
"@radix-ui/react-select": "^2.1.4",
"@radix-ui/react-separator": "^1.1.1",
"@radix-ui/react-slider": "^1.2.2",
2025-04-19 12:46:08 +08:00
"@radix-ui/react-slot": "^1.1.2",
2025-03-31 19:43:56 +08:00
"@radix-ui/react-switch": "^1.1.2",
"@radix-ui/react-tabs": "^1.1.2",
"@radix-ui/react-toast": "^1.2.4",
"@radix-ui/react-toggle": "^1.1.1",
"@radix-ui/react-toggle-group": "^1.1.1",
"@radix-ui/react-tooltip": "^1.1.6",
"@repo/api": "workspace:*",
2025-05-03 09:09:01 +08:00
"@repo/ui": "workspace:*",
2025-03-31 19:43:56 +08:00
"@ricons/fluent": "^0.13.0",
"@ricons/material": "^0.13.0",
2025-04-30 19:50:16 +08:00
"@uiw/react-md-editor": "^4.0.5",
2025-03-31 19:43:56 +08:00
"@vavt/cm-extension": "^1.6.0",
"artplayer": "^5.2.2",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "1.0.4",
"cookie": "^1.0.2",
"cookies-next": "^5.0.2",
"date-fns": "^4.1.0",
"embla-carousel-react": "^8.5.2",
"input-otp": "^1.4.2",
"ioredis": "^5.4.2",
"jsonwebtoken": "^9.0.2",
"lucide-react": "^0.441.0",
"md-editor-rt": "^5.2.1",
"micromatch": "^4.0.8",
"motion": "^12.5.0",
"next": "15.1.3",
"next-mdx-remote-client": "2",
"next-themes": "^0.4.4",
"pinyin": "4.0.0-alpha.2",
"prism-themes": "^1.9.0",
"react": "^19.0.0",
2025-04-30 19:50:16 +08:00
"react-day-picker": "9.6.7",
2025-03-31 19:43:56 +08:00
"react-dom": "^19.0.0",
"react-dropzone": "^14.3.5",
"react-hook-form": "^7.54.2",
"react-icons": "^5.4.0",
"react-resizable-panels": "^2.1.7",
"react-spinners": "^0.15.0",
"react-use": "^17.6.0",
"recharts": "^2.15.0",
"rehype-autolink-headings": "^7.1.0",
"rehype-external-links": "^3.0.0",
"rehype-prism-plus": "^2.0.0",
"rehype-slug": "^6.0.0",
"remark-directive": "^4.0.0",
"remark-flexible-toc": "^1.1.1",
"remark-gfm": "^4.0.1",
"segmentit": "^2.0.3",
"sharp": "^0.33.5",
"sonner": "^1.7.1",
"tailwind-merge": "^2.6.0",
"tailwindcss-animate": "^1.0.7",
"typed.js": "^2.1.0",
2025-04-19 12:46:08 +08:00
"unist-util-visit": "^5.0.0",
2025-03-31 19:43:56 +08:00
"vaul": "^1.1.2",
"vfile": "^6.0.3",
2025-04-19 12:46:08 +08:00
"zod": "^3.24.1",
"zustand": "5.0.3"
2025-03-31 19:43:56 +08:00
},
"devDependencies": {
"@types/jsonwebtoken": "^9.0.7",
"@types/lodash": "^4.17.14",
2025-04-30 19:50:16 +08:00
"@types/mdx": "^2.0.13",
2025-03-31 19:43:56 +08:00
"@types/micromatch": "^4.0.9",
"@types/node": "^20.17.13",
"@types/nodemailer": "^6.4.17",
"@types/pinyin": "^2.10.2",
"@types/react": "^19.0.7",
"@types/react-dom": "^19.0.3",
"autoprefixer": "^10.4.20",
"cross-env": "^7.0.3",
"postcss": "^8.5.1",
"postcss-import": "^16.1.0",
2025-05-03 09:09:01 +08:00
"postcss-load-config": "^6.0.1",
2025-03-31 19:43:56 +08:00
"postcss-mixins": "^10.0.1",
"postcss-nested": "^6.2.0",
"postcss-nesting": "^12.1.5",
"tailwindcss": "^3.4.17",
"ts-node": "^10.9.2",
"typescript": "^5.7.3",
"utility-types": "^3.11.0"
}
2024-09-28 14:58:45 +08:00
}