Files
codetutor/frontend/package.json
2025-04-28 23:50:56 +01:00

29 lines
640 B
JSON

{
"name": "codetutor-frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"next": "^15.3.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"@tanstack/react-query": "^5.70.0"
},
"devDependencies": {
"typescript": "^5.7.0",
"@types/node": "^22.0.0",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"postcss": "^8.5.0",
"tailwindcss": "^4.0.0",
"eslint": "^9.0.0",
"eslint-config-next": "^15.3.0",
"@tailwindcss/postcss": "^4.0.0"
}
}