40 lines
983 B
JSON
40 lines
983 B
JSON
{
|
|
"name": "eva-frontend",
|
|
"version": "1.1.0",
|
|
"private": true,
|
|
"proxy": "https://spaceapi.ccc.de",
|
|
"dependencies": {
|
|
"@material-ui/core": "^4.12.4",
|
|
"@material-ui/icons": "^4.11.3",
|
|
"classnames": "^2.3.2",
|
|
"leaflet": "^1.9.4",
|
|
"moment": "^2.29.4",
|
|
"prop-types": "^15.8.1",
|
|
"react": "^16.14.0",
|
|
"react-dom": "^16.14.0",
|
|
"react-leaflet": "^2.8.0",
|
|
"react-redux": "^7.2.9",
|
|
"react-router-dom": "^6.16.0",
|
|
"react-virtualized": "^9.22.5",
|
|
"redux": "^4.2.1",
|
|
"redux-actions": "^3.0.0",
|
|
"redux-thunk": "^2.4.2",
|
|
"rrule": "^2.7.2",
|
|
"superagent": "^8.1.2"
|
|
},
|
|
"devDependencies": {
|
|
"react-scripts": "^5.0.1"
|
|
},
|
|
"scripts": {
|
|
"start": "GENERATE_SOURCEMAP=false react-scripts start",
|
|
"build": "react-scripts build",
|
|
"test": "react-scripts test --env=jsdom",
|
|
"eject": "react-scripts eject"
|
|
},
|
|
"browserslist": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not ie <= 11",
|
|
"not op_mini all"
|
|
]
|
|
}
|