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

28 lines
552 B
JSON
Raw Normal View History

2024-06-03 13:49:57 +02:00
{
2024-06-03 15:03:06 +02:00
"name": "frontend",
2024-06-03 13:49:57 +02:00
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
2024-06-03 15:03:06 +02:00
"bootstrap": "^5.3.3",
"glob": "^10.4.1",
"next": "14.2.3",
2024-06-03 13:49:57 +02:00
"react": "^18",
2024-06-03 15:03:06 +02:00
"react-bootstrap": "^2.10.2",
"react-dom": "^18"
2024-06-03 13:49:57 +02:00
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
2024-06-03 15:03:06 +02:00
"eslint-config-next": "14.2.3",
"typescript": "^5"
2024-06-03 13:49:57 +02:00
}
}