spaceapi-ccc-de/frontend/package.json
2018-05-06 08:18:04 +00:00

30 lines
724 B
JSON

{
"name": "eva-frontend",
"version": "1.0.0",
"private": true,
"dependencies": {
"leaflet": "^1.0.3",
"material-ui": "^0.20.0",
"moment": "^2.18.1",
"react": "^16.3.2",
"react-dom": "^16.3.2",
"react-leaflet": "^1.1.6",
"react-redux": "^5.0.4",
"react-router-dom": "^4.1.1",
"react-tap-event-plugin": "^3.0.2",
"redux": "^4.0.0",
"redux-actions": "^2.0.2",
"redux-thunk": "^2.2.0",
"rrule": "^2.2.0",
"superagent": "^3.5.2"
},
"devDependencies": {
"react-scripts": "1.1.4"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}