Hypfer-Valetudo/frontend/package.json
2022-05-22 18:03:11 +02:00

66 lines
1.7 KiB
JSON

{
"name": "valetudo-frontend",
"homepage": ".",
"scripts": {
"analyze": "source-map-explorer 'build/static/js/*.js'",
"build": "react-scripts build",
"eject": "react-scripts eject",
"watch": "cra-build-watch -p ''",
"ts-check": "tsc --noEmit --skipLibCheck",
"lint": "eslint .",
"lint_fix": "eslint . --fix",
"prepare_commit": "npm run lint_fix && npm run ts-check"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"dependencies": {
"@fontsource/jetbrains-mono": "4.5.8",
"@fontsource/roboto": "4.5.7",
"@mui/material": "5.8.0",
"@mui/base": "5.0.0-alpha.81",
"@mui/icons-material": "5.8.0",
"@mui/lab": "5.0.0-alpha.82",
"@emotion/styled": "11.8.1",
"@emotion/react": "11.9.0",
"axios": "0.27.2",
"date-fns": "2.28.0",
"notistack": "2.0.5",
"react": "18.1.0",
"react-div-100vh": "0.7.0",
"react-dom": "18.1.0",
"rehype-raw": "6.1.1",
"react-markdown": "8.0.3",
"remark-gfm": "3.0.1",
"react-query": "3.39.0",
"react-router-dom": "5.3.3",
"react-scripts": "5.0.1",
"semaphore": "1.1.0",
"use-long-press": "2.0.2",
"uuid": "8.3.2"
},
"devDependencies": {
"@types/react": "18.0.9",
"@types/react-dom": "18.0.4",
"@types/react-router-dom": "5.3.3",
"@types/uuid": "8.3.4",
"tsutils": "3.21.0",
"cra-build-watch": "git+https://npm@github.com/Hypfer/cra-build-watch.git#5.0.0"
}
}