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",
|
2019-12-28 22:08:10 +01:00
|
|
|
"connected-react-router": "^6.6.1",
|
|
|
|
"date-fns": "^2.8.1",
|
2019-09-23 14:51:47 +02:00
|
|
|
"history": "^4.10.1",
|
2019-12-28 22:08:10 +01:00
|
|
|
"i18next": "^19.0.2",
|
|
|
|
"i18next-browser-languagedetector": "^4.0.1",
|
|
|
|
"i18next-xhr-backend": "^3.2.2",
|
|
|
|
"leaflet": "^1.6.0",
|
|
|
|
"luxon": "^1.21.3",
|
|
|
|
"object-hash": "^2.0.1",
|
|
|
|
"react": "^16.12.0",
|
|
|
|
"react-dom": "^16.12.0",
|
2018-12-31 11:11:56 +01:00
|
|
|
"react-helmet": "^6.0.0-beta",
|
2019-12-28 22:08:10 +01:00
|
|
|
"react-i18next": "^11.2.7",
|
|
|
|
"react-leaflet": "^2.6.1",
|
|
|
|
"react-redux": "^7.1.3",
|
|
|
|
"react-router-dom": "^5.1.2",
|
|
|
|
"react-scripts": "^3.3.0",
|
2019-07-07 10:26:47 +02:00
|
|
|
"react-timezone": "^2.4.0",
|
2019-09-23 14:51:47 +02:00
|
|
|
"recharts": "^1.7.1",
|
2019-12-28 22:08:10 +01:00
|
|
|
"redux": "^4.0.5",
|
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",
|
2019-08-28 15:33:50 +02:00
|
|
|
"lint": "eslint --cache --ext .jsx --ext .js fittrackee_client/src",
|
|
|
|
"lint-fix": "eslint --cache --ext .jsx --ext .js fittrackee_client/src --fix"
|
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": {
|
2019-12-28 22:08:10 +01:00
|
|
|
"eslint-config-prettier": "^6.9.0",
|
|
|
|
"eslint-plugin-prettier": "^3.1.2",
|
2018-01-07 11:44:56 +01:00
|
|
|
"eslint-plugin-testcafe": "^0.2.1",
|
2019-12-28 22:08:10 +01:00
|
|
|
"prettier": "^1.19.1",
|
2018-01-07 12:44:25 +01:00
|
|
|
"randomstring": "^1.1.5",
|
2019-12-28 22:08:10 +01:00
|
|
|
"testcafe": "^1.7.1"
|
2017-12-25 21:17:47 +01:00
|
|
|
}
|
|
|
|
}
|