sql-judge/package.json

30 lines
619 B
JSON
Raw Normal View History

2025-01-09 07:14:30 +00:00
{
"name": "sql-judge",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@types/pg": "^8.11.10",
"next": "15.1.4",
"pg": "^8.13.1",
2025-01-09 07:14:30 +00:00
"react": "^19.0.0",
"react-dom": "^19.0.0"
2025-01-09 07:14:30 +00:00
},
"devDependencies": {
"@eslint/eslintrc": "^3",
2025-01-09 07:14:30 +00:00
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "15.1.4",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
2025-01-09 07:14:30 +00:00
}
}