mirror of
https://litchi.icu/ngc2207/judge4c-demo.git
synced 2025-05-18 19:16:36 +00:00
30 lines
660 B
JSON
30 lines
660 B
JSON
{
|
|
"name": "judge4c",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@monaco-editor/react": "^4.6.0",
|
|
"@prisma/client": "5.22.0",
|
|
"next": "15.0.2",
|
|
"prisma": "^5.22.0",
|
|
"react": "19.0.0-rc-02c0e824-20241028",
|
|
"react-dom": "19.0.0-rc-02c0e824-20241028"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^5",
|
|
"@types/node": "^20",
|
|
"@types/react": "^18",
|
|
"@types/react-dom": "^18",
|
|
"postcss": "^8",
|
|
"tailwindcss": "^3.4.1",
|
|
"eslint": "^8",
|
|
"eslint-config-next": "15.0.2"
|
|
}
|
|
}
|