mirror of
https://github.com/massbug/judge4c.git
synced 2025-05-17 14:56:36 +00:00
105 lines
3.1 KiB
JSON
105 lines
3.1 KiB
JSON
{
|
|
"name": "monaco-editor-lsp-next",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev --turbopack",
|
|
"build": "next build",
|
|
"postinstall": "prisma generate",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"prisma": {
|
|
"seed": "tsx prisma/seed.ts"
|
|
},
|
|
"dependencies": {
|
|
"@ai-sdk/openai": "^1.3.0",
|
|
"@ai-sdk/react": "^1.2.0",
|
|
"@auth/prisma-adapter": "^2.8.0",
|
|
"@fontsource/fira-code": "^5.1.1",
|
|
"@hookform/resolvers": "^4.1.3",
|
|
"@monaco-editor/react": "^4.7.0",
|
|
"@prisma/client": "^6.6.0",
|
|
"@radix-ui/react-accordion": "^1.2.3",
|
|
"@radix-ui/react-alert-dialog": "^1.1.6",
|
|
"@radix-ui/react-avatar": "^1.1.3",
|
|
"@radix-ui/react-checkbox": "^1.1.4",
|
|
"@radix-ui/react-collapsible": "^1.1.3",
|
|
"@radix-ui/react-dialog": "^1.1.6",
|
|
"@radix-ui/react-dropdown-menu": "^2.1.6",
|
|
"@radix-ui/react-label": "^2.1.2",
|
|
"@radix-ui/react-popover": "^1.1.6",
|
|
"@radix-ui/react-radio-group": "^1.2.3",
|
|
"@radix-ui/react-scroll-area": "^1.2.3",
|
|
"@radix-ui/react-select": "^2.1.6",
|
|
"@radix-ui/react-separator": "^1.1.2",
|
|
"@radix-ui/react-slot": "^1.1.2",
|
|
"@radix-ui/react-switch": "^1.1.3",
|
|
"@radix-ui/react-tabs": "^1.1.3",
|
|
"@radix-ui/react-toggle": "^1.1.2",
|
|
"@radix-ui/react-tooltip": "^1.1.8",
|
|
"@tanstack/react-table": "^8.21.2",
|
|
"@types/vscode": "^1.97.0",
|
|
"ai": "^4.2.0",
|
|
"bcrypt": "^5.1.1",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"date-fns": "^4.1.0",
|
|
"devicons-react": "^1.4.0",
|
|
"dockerode": "^4.0.4",
|
|
"dockview": "^4.2.1",
|
|
"framer-motion": "^12.7.3",
|
|
"github-markdown-css": "^5.8.1",
|
|
"lucide-react": "^0.482.0",
|
|
"monaco-editor": "<=0.36.1",
|
|
"monaco-languageclient": "<=5.0.1",
|
|
"next": "15.1.7",
|
|
"next-auth": "^5.0.0-beta.25",
|
|
"next-intl": "^4.0.2",
|
|
"next-mdx-remote": "^5.0.0",
|
|
"next-themes": "^0.4.6",
|
|
"normalize-url": "^8.0.1",
|
|
"react": "^19.0.0",
|
|
"react-dom": "^19.0.0",
|
|
"react-hook-form": "^7.54.2",
|
|
"react-resizable-panels": "^2.1.7",
|
|
"react-world-flags": "^1.6.0",
|
|
"rehype-katex": "^7.0.1",
|
|
"remark-gfm": "^4.0.1",
|
|
"remark-math": "^6.0.0",
|
|
"server-only": "^0.0.1",
|
|
"sonner": "^2.0.1",
|
|
"tailwind-merge": "^3.0.1",
|
|
"tailwindcss-animate": "^1.0.7",
|
|
"tar-stream": "^3.1.7",
|
|
"uuid": "^11.1.0",
|
|
"vscode-languageclient": "^9.0.1",
|
|
"vscode-ws-jsonrpc": "^3.4.0",
|
|
"zod": "^3.24.2",
|
|
"zod-prisma-types": "^3.2.4",
|
|
"zustand": "^5.0.3"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/eslintrc": "^3",
|
|
"@shikijs/monaco": "^3.2.1",
|
|
"@types/bcrypt": "^5.0.2",
|
|
"@types/dockerode": "^3.3.35",
|
|
"@types/node": "^20",
|
|
"@types/react": "^19",
|
|
"@types/react-dom": "^19",
|
|
"@types/react-world-flags": "^1.6.0",
|
|
"@types/tar-stream": "^3.1.3",
|
|
"eslint": "^9",
|
|
"eslint-config-next": "15.1.7",
|
|
"postcss": "^8",
|
|
"postcss-github-markdown-css": "^0.0.3",
|
|
"prisma": "^6.6.0",
|
|
"rehype-autolink-headings": "^7.1.0",
|
|
"rehype-pretty-code": "^0.14.1",
|
|
"rehype-slug": "^6.0.0",
|
|
"shiki": "^3.2.1",
|
|
"tailwindcss": "^3.4.1",
|
|
"tsx": "^4.19.3",
|
|
"typescript": "^5"
|
|
}
|
|
} |