83184cc5f3
Add --ignore-optional to yarn to silence errors by swagger-ui-react
37 lines
960 B
JSON
37 lines
960 B
JSON
{
|
|
"name": "web",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@emotion/react": "^11.10.6",
|
|
"@emotion/styled": "^11.10.6",
|
|
"@mui/icons-material": "^5.11.11",
|
|
"@mui/material": "^5.11.12",
|
|
"dayjs": "^1.11.7",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-linkify": "^1.0.0-alpha",
|
|
"react-query": "^3.39.3",
|
|
"react-window": "^1.8.8",
|
|
"runes": "^0.4.3",
|
|
"swagger-ui-react": "^4.17.1",
|
|
"typescript": "^4.9.5"
|
|
},
|
|
"scripts": {
|
|
"start": "vite",
|
|
"build": "vite build"
|
|
},
|
|
"devDependencies": {
|
|
"@mui/types": "^7.2.3",
|
|
"@types/react": "^18.0.28",
|
|
"@types/react-dom": "^18.0.11",
|
|
"@types/react-linkify": "^1.0.1",
|
|
"@types/react-window": "^1.8.5",
|
|
"@types/runes": "^0.4.1",
|
|
"@types/styled-components": "^5.1.26",
|
|
"@types/swagger-ui-react": "^4.11.0",
|
|
"@vitejs/plugin-react": "^3.1.0",
|
|
"styled-components": "^5.3.8",
|
|
"vite": "^4.1.4"
|
|
}
|
|
}
|