2024-03-04 13:52:20 +01:00
|
|
|
{
|
2024-04-21 09:44:30 +02:00
|
|
|
"name": "bridge-frontend",
|
2024-03-04 13:52:20 +01:00
|
|
|
"version": "0.1.0",
|
2024-04-23 10:31:26 +02:00
|
|
|
"type": "module",
|
2024-03-04 13:52:20 +01:00
|
|
|
"scripts": {
|
|
|
|
|
"dev": "next dev",
|
2024-03-16 19:39:20 +01:00
|
|
|
"build": "next build",
|
2024-03-04 13:52:20 +01:00
|
|
|
"start": "next start",
|
2024-05-07 14:16:01 +02:00
|
|
|
"lint": "next lint"
|
2024-03-04 13:52:20 +01:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2024-04-21 09:44:30 +02:00
|
|
|
"@auth/kysely-adapter": "^1.0.0",
|
2024-03-04 13:52:20 +01:00
|
|
|
"@emotion/cache": "^11.11.0",
|
|
|
|
|
"@emotion/react": "^11.11.4",
|
2024-04-09 11:05:40 +02:00
|
|
|
"@emotion/styled": "^11.11.5",
|
2024-03-04 13:52:20 +01:00
|
|
|
"@mui/icons-material": "^5",
|
2024-04-09 11:05:40 +02:00
|
|
|
"@mui/lab": "^5.0.0-alpha.170",
|
2024-03-04 13:52:20 +01:00
|
|
|
"@mui/material": "^5",
|
2024-03-17 12:58:25 +01:00
|
|
|
"@mui/material-nextjs": "^5.15.11",
|
2024-04-26 15:49:58 +02:00
|
|
|
"@mui/x-data-grid-pro": "^7.3.1",
|
|
|
|
|
"@mui/x-date-pickers-pro": "^7.3.1",
|
2024-04-21 09:44:30 +02:00
|
|
|
"@mui/x-license": "^7.2.0",
|
2024-03-20 17:51:21 +01:00
|
|
|
"date-fns": "^3.6.0",
|
2024-04-23 10:31:26 +02:00
|
|
|
"dotenv": "^16.4.5",
|
2024-04-29 17:27:25 +02:00
|
|
|
"graphile-worker": "^0.16.6",
|
2024-03-17 12:58:25 +01:00
|
|
|
"kysely": "^0.26.1",
|
2024-03-20 17:51:21 +01:00
|
|
|
"material-ui-popup-state": "^5.1.0",
|
2024-03-04 13:52:20 +01:00
|
|
|
"mui-chips-input": "^2.1.4",
|
2024-04-26 15:49:58 +02:00
|
|
|
"next": "14.2.3",
|
2024-03-16 12:51:56 +01:00
|
|
|
"next-auth": "^4.24.7",
|
2024-04-09 11:05:40 +02:00
|
|
|
"pg": "^8.11.5",
|
2024-04-26 15:49:58 +02:00
|
|
|
"react": "18.3.0",
|
2024-04-09 11:05:40 +02:00
|
|
|
"react-cookie": "^7.1.4",
|
2024-03-04 13:52:20 +01:00
|
|
|
"react-digit-input": "^2.1.0",
|
2024-04-26 15:49:58 +02:00
|
|
|
"react-dom": "18.3.0",
|
2024-03-04 13:52:20 +01:00
|
|
|
"react-qr-code": "^2.0.12",
|
|
|
|
|
"react-timer-hook": "^3.0.7",
|
2024-04-26 15:49:58 +02:00
|
|
|
"tss-react": "^4.9.7",
|
|
|
|
|
"tsx": "^4.7.3",
|
2024-04-30 11:39:16 +02:00
|
|
|
"ui": "*",
|
|
|
|
|
"bridge-common": "*",
|
|
|
|
|
"bridge-ui": "*"
|
2024-03-04 13:52:20 +01:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"@types/node": "^20",
|
2024-04-09 11:05:40 +02:00
|
|
|
"@types/pg": "^8.11.5",
|
2024-03-04 13:52:20 +01:00
|
|
|
"@types/react": "^18",
|
|
|
|
|
"@types/react-dom": "^18",
|
2024-04-21 09:44:30 +02:00
|
|
|
"eslint": "^8",
|
2024-04-26 15:49:58 +02:00
|
|
|
"eslint-config-next": "14.2.3",
|
2024-04-21 08:11:24 +02:00
|
|
|
"ts-config": "*",
|
|
|
|
|
"typescript": "^5"
|
2024-03-04 13:52:20 +01:00
|
|
|
}
|
|
|
|
|
}
|