FitTrackee/fittrackee_client/package.json

52 lines
1.4 KiB
JSON
Raw Normal View History

{
"name": "fittrackee_client",
2021-07-16 20:21:49 +02:00
"version": "0.4.9",
"private": true,
"dependencies": {
"@mapbox/togeojson": "^0.16.0",
2021-03-14 10:55:56 +01:00
"connected-react-router": "^6.9.1",
2021-06-26 22:17:49 +02:00
"date-fns": "^2.22.1",
"history": "^4.10.1",
2021-06-26 22:17:49 +02:00
"i18next": "^20.3.2",
"i18next-browser-languagedetector": "^6.1.2",
"i18next-xhr-backend": "^3.2.2",
"leaflet": "^1.7.1",
"luxon": "^2.0.2",
2021-06-26 22:17:49 +02:00
"object-hash": "^2.2.0",
2021-04-06 14:05:10 +02:00
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0",
2021-06-26 22:17:49 +02:00
"react-i18next": "^11.11.0",
"react-leaflet": "^3.2.2",
"react-redux": "^7.2.5",
"react-router-dom": "^5.3.0",
2021-03-14 10:55:56 +01:00
"react-scripts": "^4.0.3",
"react-timezone": "^2.4.0",
"recharts": "^1.8.5",
"redux": "^4.1.1",
"redux-thunk": "^2.3.0"
},
"scripts": {
"start": "PORT=$CLIENT_PORT react-scripts start",
"build": "NODE_ENV=production react-scripts build && rm -rf ../fittrackee/dist/* && cp -a build/. ../fittrackee/dist",
"eject": "react-scripts eject",
"lint": "node_modules/.bin/eslint --cache --ext .jsx --ext .js src",
2021-05-22 17:24:35 +02:00
"lint-fix": "node_modules/.bin/eslint --cache --ext .jsx --ext .js src --fix"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
2021-05-22 17:24:35 +02:00
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-testcafe": "^0.2.1",
"prettier": "^2.4.1"
}
}