49 lines
1.2 KiB
JSON
49 lines
1.2 KiB
JSON
{
|
|
"name": "fittrackee_client",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@mapbox/togeojson": "^0.16.0",
|
|
"add": "^2.0.6",
|
|
"chalk": "2.4.1",
|
|
"connected-react-router": "^6.1.0",
|
|
"date-fns": "^1.29.0",
|
|
"history": "^4.7.2",
|
|
"leaflet": "^1.3.4",
|
|
"luxon": "^1.7.1",
|
|
"object-hash": "^1.3.1",
|
|
"react": "^16.6.3",
|
|
"react-dom": "^16.6.3",
|
|
"react-helmet": "^6.0.0-beta",
|
|
"react-leaflet": "^2.1.2",
|
|
"react-redux": "^6.0.0",
|
|
"react-router-dom": "^4.3.1",
|
|
"react-scripts": "2.1.2",
|
|
"react-timezone": "^2.1.0",
|
|
"recharts": "^1.4.2",
|
|
"redux": "4.0.1",
|
|
"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"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": "react-app"
|
|
},
|
|
"browserslist": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not ie <= 11",
|
|
"not op_mini all"
|
|
],
|
|
"devDependencies": {
|
|
"eslint-plugin-testcafe": "^0.2.1",
|
|
"randomstring": "^1.1.5",
|
|
"testcafe": "^0.23.2"
|
|
}
|
|
}
|