Files
Jungfraujoch/frontend_ui/package.json
2024-03-31 23:08:19 +02:00

51 lines
1.2 KiB
JSON

{
"name": "jungfrau-frontend",
"version": "0.1.0",
"license": "GPL-3.0",
"private": true,
"homepage": "/frontend",
"dependencies": {
"@emotion/react": "^11.10.4",
"@emotion/styled": "^11.10.4",
"@mui/icons-material": "^5.10.6",
"@mui/material": "^5.10.6",
"@mui/x-data-grid": "^5.17.14",
"@types/jest": "^29.2.4",
"@types/node": "^18.11.13",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.9",
"plotly.js": "^2.16.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-plotly.js": "^2.6.0",
"react-scripts": "^5.0.1",
"react-zoom-pan-pinch": "^3.4.3",
"typescript": "^4.9.4"
},
"scripts": {
"start": "PORT=8000 react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"openapi": "openapi --input ../broker/jfjoch_api.yaml --output ./src/openapi"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"openapi-typescript-codegen": "^0.25.0"
}
}