FitTrackee/package.json
2019-07-07 10:26:47 +02:00

47 lines
1.2 KiB
JSON

{
"name": "fittrackee_client",
"version": "0.1.0",
"private": true,
"dependencies": {
"@mapbox/togeojson": "^0.16.0",
"connected-react-router": "^6.5.0",
"date-fns": "^1.30.1",
"history": "^4.9.0",
"leaflet": "^1.5.1",
"luxon": "^1.16.1",
"object-hash": "^1.3.1",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-helmet": "^6.0.0-beta",
"react-leaflet": "^2.4.0",
"react-redux": "^7.1.0",
"react-router-dom": "^5.0.1",
"react-scripts": "^3.0.1",
"react-timezone": "^2.4.0",
"recharts": "^1.6.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": "^1.1.3"
}
}