mirror of
https://github.com/Hypfer/Valetudo.git
synced 2025-10-26 11:27:27 +00:00
73 lines
2.1 KiB
JSON
73 lines
2.1 KiB
JSON
{
|
|
"name": "valetudo-frontend",
|
|
"homepage": ".",
|
|
"scripts": {
|
|
"analyze": "source-map-explorer 'build/static/js/*.js'",
|
|
"build": "cross-env GENERATE_SOURCEMAP=false react-scripts build",
|
|
"eject": "react-scripts eject",
|
|
"watch": "cra-build-watch -p ''",
|
|
"ts-check": "tsc --noEmit --skipLibCheck",
|
|
"lint": "eslint -c .automated.eslintrc.json .",
|
|
"lint_fix": "eslint -c .automated.eslintrc.json . --fix",
|
|
"lint_pedantic": "eslint -c .pedantic.eslintrc.json .",
|
|
"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": "5.1.1",
|
|
"@fontsource/roboto": "5.1.0",
|
|
"@mui/material": "6.1.1",
|
|
"@mui/base": "5.0.0-beta.58",
|
|
"@mui/icons-material": "6.1.3",
|
|
"@mui/lab": "6.0.0-beta.10",
|
|
"@mui/x-date-pickers": "7.20.0",
|
|
"@emotion/styled": "11.13.0",
|
|
"@emotion/react": "11.13.3",
|
|
"@tanstack/react-query": "5.59.13",
|
|
"@tanstack/react-query-devtools": "5.59.13",
|
|
"axios": "1.6.2",
|
|
"date-fns": "2.30.0",
|
|
"eliza-as-promised": "git+https://npm@github.com/Hypfer/eliza-as-promised#0.0.3",
|
|
"notistack": "3.0.1",
|
|
"react": "18.3.1",
|
|
"react-div-100vh": "0.7.0",
|
|
"react-dom": "18.3.1",
|
|
"react-joystick-component": "6.2.1",
|
|
"reconnecting-eventsource": "1.6.2",
|
|
"rehype-raw": "7.0.0",
|
|
"react-markdown": "9.0.1",
|
|
"remark-gfm": "4.0.0",
|
|
"react-router-dom": "6.27.0",
|
|
"react-scripts": "5.0.1",
|
|
"semaphore": "1.1.0",
|
|
"use-long-press": "3.2.0",
|
|
"uuid": "10.0.0",
|
|
"zustand": "4.4.7"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/plugin-proposal-private-property-in-object": "7.21.11",
|
|
"@types/react": "18.3.8",
|
|
"@types/react-dom": "18.3.0",
|
|
"@types/uuid": "10.0.0",
|
|
"tsutils": "3.21.0",
|
|
"cra-build-watch": "git+https://npm@github.com/Hypfer/cra-build-watch.git#5.0.0"
|
|
}
|
|
}
|