justlog/web/package.json

38 lines
960 B
JSON
Raw Permalink Normal View History

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": {
"@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"
2020-11-03 22:34:35 +01:00
},
"scripts": {
"start": "vite",
"build": "vite build"
2020-11-03 22:34:35 +01:00
},
"devDependencies": {
"@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",
"@types/runes": "^0.4.1",
2022-10-08 20:20:32 +02:00
"@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"
2020-11-03 22:34:35 +01:00
}
2020-01-25 14:22:27 +01:00
}