39 lines
926 B
JSON
39 lines
926 B
JSON
{
|
|
"name": "eva-frontend",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@material-ui/core": "^3.9.3",
|
|
"@material-ui/icons": "^3.0.2",
|
|
"leaflet": "^1.4.0",
|
|
"moment": "^2.24.0",
|
|
"prop-types": "^15.7.2",
|
|
"react": "^16.8.6",
|
|
"react-dom": "^16.8.6",
|
|
"react-leaflet": "^2.2.1",
|
|
"react-redux": "^6.0.1",
|
|
"react-router-dom": "^5.0.0",
|
|
"react-tap-event-plugin": "^3.0.3",
|
|
"react-virtualized": "^9.21.0",
|
|
"redux": "^4.0.1",
|
|
"redux-actions": "^2.6.5",
|
|
"redux-thunk": "^2.3.0",
|
|
"rrule": "^2.6.0",
|
|
"superagent": "^5.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"react-scripts": "2.1.8"
|
|
},
|
|
"scripts": {
|
|
"start": "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"
|
|
]
|
|
}
|