FitTrackee/package.json

40 lines
1.1 KiB
JSON
Raw Normal View History

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",
2018-05-03 21:42:54 +02:00
"geojson-bbox": "^0.0.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-07 16:35:26 +02:00
"react": "^16.3.2",
"react-dom": "^16.3.2",
"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",
"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",
"test": "cd mpwo_client && testcafe firefox e2e",
2017-12-25 21:17:47 +01:00
"eject": "cd mpwo_client && react-scripts eject",
"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",
"eslint-plugin-import": "^2.11.0",
"eslint-plugin-react": "^7.7.0",
"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
}
}