This repository has been archived on 2024-09-05. You can view files and clone it, but cannot push or open issues or pull requests.
web-client/package.json
2024-06-12 09:20:54 +02:00

31 lines
678 B
JSON

{
"name": "frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "concurrently \"next dev\" \"playwright test\""
},
"dependencies": {
"bootstrap": "^5.3.3",
"glob": "^10.4.1",
"next": "14.2.3",
"react": "^18",
"react-bootstrap": "^2.10.2",
"react-dom": "^18"
},
"devDependencies": {
"@playwright/test": "^1.44.1",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"concurrently": "^8.2.2",
"eslint": "^8",
"eslint-config-next": "14.2.3",
"typescript": "^5"
}
}