46 lines
1.1 KiB
JSON
46 lines
1.1 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",
|
|
"typescript": "^4.9.4"
|
|
},
|
|
"scripts": {
|
|
"start": "PORT=8000 react-scripts start",
|
|
"build": "react-scripts build",
|
|
"test": "react-scripts test",
|
|
"eject": "react-scripts eject"
|
|
},
|
|
"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"
|
|
]
|
|
}
|
|
}
|