2020-01-25 14:22:27 +01:00
|
|
|
{
|
2020-11-03 22:34:35 +01:00
|
|
|
"name": "web",
|
|
|
|
"version": "0.1.0",
|
|
|
|
"private": true,
|
|
|
|
"dependencies": {
|
2023-02-28 21:29:09 +02:00
|
|
|
"@emotion/react": "^11.10.6",
|
|
|
|
"@emotion/styled": "^11.10.6",
|
|
|
|
"@mui/icons-material": "^5.11.11",
|
2023-03-07 17:55:13 +02:00
|
|
|
"@mui/material": "^5.11.12",
|
2023-02-28 21:29:09 +02:00
|
|
|
"dayjs": "^1.11.7",
|
|
|
|
"react": "^18.2.0",
|
|
|
|
"react-dom": "^18.2.0",
|
2020-11-08 14:15:41 +01:00
|
|
|
"react-linkify": "^1.0.0-alpha",
|
2023-02-28 21:29:09 +02:00
|
|
|
"react-query": "^3.39.3",
|
|
|
|
"react-window": "^1.8.8",
|
2021-11-16 14:40:46 -05:00
|
|
|
"runes": "^0.4.3",
|
2023-03-07 17:55:13 +02:00
|
|
|
"swagger-ui-react": "^4.17.1",
|
2023-02-28 21:29:09 +02:00
|
|
|
"typescript": "^4.9.5"
|
2020-11-03 22:34:35 +01:00
|
|
|
},
|
|
|
|
"scripts": {
|
2023-02-28 21:29:09 +02:00
|
|
|
"start": "vite",
|
|
|
|
"build": "vite build"
|
2020-11-03 22:34:35 +01:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-02-28 21:29:09 +02:00
|
|
|
"@mui/types": "^7.2.3",
|
|
|
|
"@types/react": "^18.0.28",
|
|
|
|
"@types/react-dom": "^18.0.11",
|
2022-10-08 20:20:32 +02:00
|
|
|
"@types/react-linkify": "^1.0.1",
|
|
|
|
"@types/react-window": "^1.8.5",
|
2021-11-23 11:26:33 +01:00
|
|
|
"@types/runes": "^0.4.1",
|
2022-10-08 20:20:32 +02:00
|
|
|
"@types/styled-components": "^5.1.26",
|
2023-02-28 21:29:09 +02:00
|
|
|
"@types/swagger-ui-react": "^4.11.0",
|
|
|
|
"@vitejs/plugin-react": "^3.1.0",
|
2023-03-07 17:55:13 +02:00
|
|
|
"styled-components": "^5.3.8",
|
2023-02-28 21:29:09 +02:00
|
|
|
"vite": "^4.1.4"
|
2020-11-03 22:34:35 +01:00
|
|
|
}
|
2020-01-25 14:22:27 +01:00
|
|
|
}
|