55 lines
1.5 KiB
JSON
55 lines
1.5 KiB
JSON
{
|
|
"name": "fittrackee_client",
|
|
"version": "0.3.0-beta",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@mapbox/togeojson": "^0.16.0",
|
|
"connected-react-router": "^6.8.0",
|
|
"date-fns": "^2.14.0",
|
|
"history": "^4.10.1",
|
|
"i18next": "^19.6.0",
|
|
"i18next-browser-languagedetector": "^5.0.0",
|
|
"i18next-xhr-backend": "^3.2.2",
|
|
"leaflet": "^1.6.0",
|
|
"luxon": "^1.24.1",
|
|
"object-hash": "^2.0.3",
|
|
"react": "^16.13.1",
|
|
"react-dom": "^16.13.1",
|
|
"react-helmet": "^6.1.0",
|
|
"react-i18next": "^11.7.0",
|
|
"react-leaflet": "^2.7.0",
|
|
"react-redux": "^7.2.0",
|
|
"react-router-dom": "^5.2.0",
|
|
"react-scripts": "^3.4.1",
|
|
"react-timezone": "^2.4.0",
|
|
"recharts": "^1.8.5",
|
|
"redux": "^4.0.5",
|
|
"redux-thunk": "^2.3.0"
|
|
},
|
|
"scripts": {
|
|
"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",
|
|
"lint-fix": "eslint --cache --ext .jsx --ext .js fittrackee_client/src --fix"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": "react-app"
|
|
},
|
|
"browserslist": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not ie <= 11",
|
|
"not op_mini all"
|
|
],
|
|
"devDependencies": {
|
|
"eslint-config-prettier": "^6.11.0",
|
|
"eslint-plugin-prettier": "^3.1.4",
|
|
"eslint-plugin-testcafe": "^0.2.1",
|
|
"prettier": "^2.0.5",
|
|
"randomstring": "^1.1.5",
|
|
"testcafe": "^1.8.8"
|
|
}
|
|
}
|