justlog/web/package.json
2022-10-08 20:20:32 +02:00

60 lines
1.4 KiB
JSON

{
"name": "web",
"version": "0.1.0",
"private": true,
"dependencies": {
"@material-ui/core": "^4.12.4",
"@material-ui/icons": "^4.11.3",
"@material-ui/lab": "^4.0.0-alpha.61",
"btoa": "^1.2.1",
"dayjs": "^1.11.5",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-linkify": "^1.0.0-alpha",
"react-query": "^3.39.2",
"react-scripts": "^4.0.3",
"react-window": "^1.8.7",
"runes": "^0.4.3",
"swagger-ui-react": "^4.14.2",
"typescript": "^4.8.4",
"web-vitals": "^2.1.4"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
">0.2%",
"not dead",
"not op_mini all"
]
},
"devDependencies": {
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^12.1.5",
"@testing-library/user-event": "^13.5.0",
"@types/jest": "^27.5.2",
"@types/react": "^17.0.50",
"@types/react-dom": "^17.0.17",
"@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": "^3.35.3",
"styled-components": "^5.3.6"
}
}