mirror of
https://github.com/massbug/judge4c.git
synced 2025-05-18 15:26:33 +00:00
76 lines
2.2 KiB
JSON
76 lines
2.2 KiB
JSON
{
|
|
"name": "monaco-editor-lsp-next",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"postinstall": "prisma generate && prisma migrate deploy",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"prisma": {
|
|
"seed": "tsx prisma/seed.ts"
|
|
},
|
|
"dependencies": {
|
|
"@fontsource/fira-code": "^5.1.1",
|
|
"@monaco-editor/react": "^4.7.0",
|
|
"@prisma/client": "^6.4.1",
|
|
"@radix-ui/react-dialog": "^1.1.6",
|
|
"@radix-ui/react-dropdown-menu": "^2.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-tabs": "^1.1.3",
|
|
"@radix-ui/react-toggle": "^1.1.2",
|
|
"@radix-ui/react-tooltip": "^1.1.8",
|
|
"@types/vscode": "^1.97.0",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"devicons-react": "^1.4.0",
|
|
"dockerode": "^4.0.4",
|
|
"github-markdown-css": "^5.8.1",
|
|
"lucide-react": "^0.477.0",
|
|
"monaco-editor": "<=0.36.1",
|
|
"monaco-languageclient": "<=5.0.1",
|
|
"next": "15.1.7",
|
|
"next-mdx-remote": "^5.0.0",
|
|
"next-themes": "^0.4.4",
|
|
"normalize-url": "^8.0.1",
|
|
"react": "^19.0.0",
|
|
"react-dom": "^19.0.0",
|
|
"react-resizable-panels": "^2.1.7",
|
|
"rehype-katex": "^7.0.1",
|
|
"remark-gfm": "^4.0.1",
|
|
"remark-math": "^6.0.0",
|
|
"tailwind-merge": "^3.0.1",
|
|
"tailwindcss-animate": "^1.0.7",
|
|
"tar-stream": "^3.1.7",
|
|
"vscode-languageclient": "^9.0.1",
|
|
"vscode-ws-jsonrpc": "^3.4.0",
|
|
"zustand": "^5.0.3"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/eslintrc": "^3",
|
|
"@shikijs/monaco": "<=2.5.0",
|
|
"@types/dockerode": "^3.3.35",
|
|
"@types/node": "^20",
|
|
"@types/react": "^19",
|
|
"@types/react-dom": "^19",
|
|
"@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.4.1",
|
|
"rehype-autolink-headings": "^7.1.0",
|
|
"rehype-pretty-code": "^0.14.0",
|
|
"rehype-slug": "^6.0.0",
|
|
"shiki": "<=2.5.0",
|
|
"tailwindcss": "^3.4.1",
|
|
"tsx": "^4.19.3",
|
|
"typescript": "^5"
|
|
}
|
|
} |