2017-12-25 21:17:47 +01:00
|
|
|
{
|
2018-06-07 14:45:43 +02:00
|
|
|
"name": "fittrackee_client",
|
2017-12-25 21:17:47 +01:00
|
|
|
"version": "0.1.0",
|
|
|
|
"private": true,
|
|
|
|
"dependencies": {
|
2018-05-03 21:42:54 +02:00
|
|
|
"@mapbox/togeojson": "^0.16.0",
|
2018-11-18 16:37:33 +01:00
|
|
|
"add": "^2.0.6",
|
2018-05-07 16:35:26 +02:00
|
|
|
"chalk": "2.4.1",
|
2018-12-30 15:53:35 +01:00
|
|
|
"connected-react-router": "^6.1.0",
|
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-09-09 11:39:47 +02:00
|
|
|
"leaflet": "^1.3.4",
|
2018-11-18 13:06:04 +01:00
|
|
|
"luxon": "^1.7.1",
|
|
|
|
"object-hash": "^1.3.1",
|
|
|
|
"react": "^16.6.3",
|
|
|
|
"react-dom": "^16.6.3",
|
2018-12-31 11:11:56 +01:00
|
|
|
"react-helmet": "^6.0.0-beta",
|
2018-11-18 13:06:04 +01:00
|
|
|
"react-leaflet": "^2.1.2",
|
2018-12-30 15:53:35 +01:00
|
|
|
"react-redux": "^6.0.0",
|
2018-09-09 11:39:47 +02:00
|
|
|
"react-router-dom": "^4.3.1",
|
2018-12-30 15:43:14 +01:00
|
|
|
"react-scripts": "2.1.2",
|
2018-09-09 11:39:47 +02:00
|
|
|
"react-timezone": "^2.1.0",
|
2018-11-18 13:06:04 +01:00
|
|
|
"recharts": "^1.4.1",
|
|
|
|
"redux": "4.0.1",
|
2018-09-09 11:39:47 +02:00
|
|
|
"redux-thunk": "^2.3.0"
|
2017-12-25 21:17:47 +01:00
|
|
|
},
|
|
|
|
"scripts": {
|
2018-06-07 14:45:43 +02:00
|
|
|
"start": "cd fittrackee_client && react-scripts start",
|
|
|
|
"build": "cd fittrackee_client && react-scripts build",
|
|
|
|
"test": "cd fittrackee_client && testcafe firefox e2e",
|
|
|
|
"eject": "cd fittrackee_client && react-scripts eject",
|
|
|
|
"lint": "eslint --cache --ext .jsx --ext .js fittrackee_client/src"
|
2017-12-25 21:17:47 +01:00
|
|
|
},
|
2018-11-18 13:06:04 +01:00
|
|
|
"eslintConfig": {
|
|
|
|
"extends": "react-app"
|
|
|
|
},
|
|
|
|
"browserslist": [
|
|
|
|
">0.2%",
|
|
|
|
"not dead",
|
|
|
|
"not ie <= 11",
|
|
|
|
"not op_mini all"
|
|
|
|
],
|
2017-12-25 21:17:47 +01:00
|
|
|
"devDependencies": {
|
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-11-18 13:06:04 +01:00
|
|
|
"testcafe": "^0.23.2"
|
2017-12-25 21:17:47 +01:00
|
|
|
}
|
|
|
|
}
|