FitTrackee/package.json

51 lines
1.4 KiB
JSON
Raw Normal View History

2017-12-25 21:17:47 +01: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-07-07 10:26:47 +02:00
"connected-react-router": "^6.5.0",
"date-fns": "^2.0.1",
2019-07-07 10:26:47 +02:00
"history": "^4.9.0",
"leaflet": "^1.5.1",
"luxon": "^1.16.1",
2018-11-18 13:06:04 +01:00
"object-hash": "^1.3.1",
2019-07-07 10:26:47 +02:00
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-helmet": "^6.0.0-beta",
2019-07-07 10:26:47 +02:00
"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",
2019-05-05 13:36:59 +02:00
"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": {
"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-08-28 15:33:50 +02:00
"eslint-config-prettier": "^6.1.0",
"eslint-plugin-prettier": "^3.1.0",
"eslint-plugin-testcafe": "^0.2.1",
2019-08-28 15:33:50 +02:00
"prettier": "^1.18.2",
2018-01-07 12:44:25 +01:00
"randomstring": "^1.1.5",
2019-05-05 13:36:59 +02:00
"testcafe": "^1.1.3"
2017-12-25 21:17:47 +01:00
}
}