FitTrackee/package.json

48 lines
1.2 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",
2018-05-07 16:35:26 +02:00
"chalk": "2.4.1",
2018-01-01 22:36:44 +01:00
"date-fns": "^1.29.0",
2017-12-25 21:17:47 +01:00
"history": "^4.7.2",
2018-09-09 11:39:47 +02:00
"leaflet": "^1.3.4",
2018-11-18 13:06:04 +01:00
"luxon": "^1.7.1",
"object-hash": "^1.3.1",
"react": "^16.6.3",
"react-dom": "^16.6.3",
"react-helmet": "^5.2.0",
2018-11-18 13:06:04 +01:00
"react-leaflet": "^2.1.2",
"react-redux": "^5.1.1",
2018-09-09 11:39:47 +02:00
"react-router-dom": "^4.3.1",
2017-12-25 21:17:47 +01:00
"react-router-redux": "^5.0.0-alpha.9",
2018-11-18 13:06:04 +01:00
"react-scripts": "2.1.1",
2018-09-09 11:39:47 +02:00
"react-timezone": "^2.1.0",
2018-11-18 13:06:04 +01:00
"recharts": "^1.4.1",
"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",
"lint": "eslint --cache --ext .jsx --ext .js fittrackee_client/src"
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": {
"eslint-plugin-testcafe": "^0.2.1",
2018-01-07 12:44:25 +01:00
"randomstring": "^1.1.5",
2018-11-18 13:06:04 +01:00
"testcafe": "^0.23.2"
2017-12-25 21:17:47 +01:00
}
}