2017-12-25 21:17:47 +01:00
|
|
|
{
|
|
|
|
"name": "mpwo_client",
|
|
|
|
"version": "0.1.0",
|
|
|
|
"private": true,
|
|
|
|
"dependencies": {
|
2018-05-03 21:42:54 +02:00
|
|
|
"@mapbox/togeojson": "^0.16.0",
|
2018-05-07 16:35:26 +02:00
|
|
|
"chalk": "2.4.1",
|
2018-01-01 22:36:44 +01:00
|
|
|
"date-fns": "^1.29.0",
|
2017-12-25 21:17:47 +01:00
|
|
|
"history": "^4.7.2",
|
2018-05-03 14:07:31 +02:00
|
|
|
"leaflet": "^1.3.1",
|
2018-05-17 15:13:53 +02:00
|
|
|
"object-hash": "^1.3.0",
|
2018-05-25 16:50:06 +02:00
|
|
|
"react": "^16.4.0",
|
|
|
|
"react-dom": "^16.4.0",
|
2017-12-31 19:32:52 +01:00
|
|
|
"react-helmet": "^5.2.0",
|
2018-05-03 14:07:31 +02:00
|
|
|
"react-leaflet": "^1.9.1",
|
2018-04-10 23:01:40 +02:00
|
|
|
"react-redux": "^5.0.7",
|
2017-12-25 21:17:47 +01:00
|
|
|
"react-router-dom": "^4.2.2",
|
|
|
|
"react-router-redux": "^5.0.0-alpha.9",
|
2018-05-07 16:35:26 +02:00
|
|
|
"react-scripts": "1.1.4",
|
2018-05-28 15:33:56 +02:00
|
|
|
"recharts": "^1.0.0-beta.10",
|
2018-05-07 16:35:26 +02:00
|
|
|
"redux": "4.0.0",
|
2017-12-25 21:17:47 +01:00
|
|
|
"redux-thunk": "^2.2.0"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"start": "cd mpwo_client && react-scripts start",
|
|
|
|
"build": "cd mpwo_client && react-scripts build",
|
2018-01-07 11:44:56 +01:00
|
|
|
"test": "cd mpwo_client && testcafe firefox e2e",
|
2017-12-25 21:17:47 +01:00
|
|
|
"eject": "cd mpwo_client && react-scripts eject",
|
2018-05-01 11:52:38 +02:00
|
|
|
"lint": "eslint --cache --ext .jsx --ext .js mpwo_client/src"
|
2017-12-25 21:17:47 +01:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2018-05-07 16:35:26 +02:00
|
|
|
"babel-eslint": "^8.2.3",
|
|
|
|
"eslint": "^4.19.1",
|
2018-05-25 16:50:06 +02:00
|
|
|
"eslint-plugin-import": "^2.12.0",
|
|
|
|
"eslint-plugin-react": "^7.8.2",
|
2018-01-07 11:44:56 +01:00
|
|
|
"eslint-plugin-testcafe": "^0.2.1",
|
2018-01-07 12:44:25 +01:00
|
|
|
"randomstring": "^1.1.5",
|
2018-05-07 16:35:26 +02:00
|
|
|
"testcafe": "^0.19.2"
|
2017-12-25 21:17:47 +01:00
|
|
|
}
|
|
|
|
}
|