Files
Jungfraujoch/frontend_ui/package.json
2024-07-06 09:34:44 +02:00

55 lines
1.7 KiB
JSON

{
"name": "jungfraujoch-frontend",
"version": "1.0.0",
"license": "Proprietary",
"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",
"@redocly/cli": "^1.17.1",
"@types/jest": "^29.2.4",
"@types/node": "^18.11.13",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.9",
"plotly.js": "2.31.0",
"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": "REACT_APP_VERSION=$(cat ../VERSION |sed s/_/-/) PORT=8000 react-scripts start",
"build": "REACT_APP_VERSION=$(cat ../VERSION |sed s/_/-/) react-scripts build",
"redocly": "redocly build-docs ../broker/jfjoch_api.yaml --output=build/openapi.html",
"redocly4broker": "redocly build-docs ../broker/jfjoch_api.yaml --output=../broker/redoc-static.html",
"redocly4writer": "redocly build-docs ../writer/writer_api.yaml --output=../writer/redoc-static.html",
"test": "react-scripts test",
"eject": "react-scripts eject",
"openapi": "./node_modules/openapi-typescript-codegen/bin/index.js -i ../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"
}
}