2020-05-14 09:41:38 -04:00
|
|
|
{
|
2020-05-15 15:09:18 -04:00
|
|
|
"name": "react_client",
|
2020-05-14 09:41:38 -04:00
|
|
|
"version": "0.1.0",
|
|
|
|
"dependencies": {
|
|
|
|
"@fortawesome/fontawesome-svg-core": "^1.2.28",
|
|
|
|
"@fortawesome/free-brands-svg-icons": "^5.13.0",
|
|
|
|
"@fortawesome/free-solid-svg-icons": "^5.13.0",
|
|
|
|
"@fortawesome/react-fontawesome": "^0.1.9",
|
|
|
|
"@testing-library/jest-dom": "^4.2.4",
|
|
|
|
"@testing-library/react": "^9.3.2",
|
|
|
|
"@testing-library/user-event": "^7.1.2",
|
|
|
|
"@types/jest": "^24.0.0",
|
|
|
|
"@types/node": "^12.0.0",
|
|
|
|
"@types/node-sass": "^4.11.0",
|
|
|
|
"@types/react": "^16.9.34",
|
|
|
|
"@types/react-bootstrap": "^1.0.1",
|
2020-05-21 16:01:23 -04:00
|
|
|
"@types/react-bootstrap-typeahead": "^3.4.6",
|
2020-05-14 09:41:38 -04:00
|
|
|
"@types/react-dom": "^16.9.0",
|
|
|
|
"@types/react-redux": "^7.1.8",
|
|
|
|
"@types/react-router": "^5.1.7",
|
|
|
|
"@types/react-router-bootstrap": "^0.24.5",
|
|
|
|
"@types/react-router-dom": "^5.1.5",
|
|
|
|
"bootstrap": "^4.4.1",
|
|
|
|
"i18next": "^19.4.4",
|
|
|
|
"i18next-browser-languagedetector": "^4.1.1",
|
|
|
|
"i18next-http-backend": "^1.0.8",
|
2020-05-16 09:42:02 -04:00
|
|
|
"moment": "^2.25.3",
|
2020-05-14 09:41:38 -04:00
|
|
|
"node-sass": "^4.14.1",
|
|
|
|
"react": "^16.13.1",
|
|
|
|
"react-bootstrap": "^1.0.1",
|
2020-05-21 16:01:23 -04:00
|
|
|
"react-bootstrap-typeahead": "^5.0.0-rc.1",
|
2020-05-14 09:41:38 -04:00
|
|
|
"react-dom": "^16.13.1",
|
|
|
|
"react-i18next": "^11.4.0",
|
|
|
|
"react-redux": "^7.2.0",
|
|
|
|
"react-router": "^5.1.2",
|
|
|
|
"react-router-bootstrap": "^0.25.0",
|
|
|
|
"react-router-dom": "^5.1.2",
|
|
|
|
"react-scripts": "3.4.1",
|
|
|
|
"redux": "^4.0.5",
|
|
|
|
"typescript": "~3.7.2"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"start": "react-scripts start",
|
|
|
|
"build": "react-scripts build",
|
|
|
|
"test": "react-scripts test",
|
|
|
|
"eject": "react-scripts eject"
|
|
|
|
},
|
|
|
|
"eslintConfig": {
|
|
|
|
"extends": "react-app"
|
|
|
|
},
|
|
|
|
"browserslist": {
|
|
|
|
"production": [
|
|
|
|
">0.2%",
|
|
|
|
"not dead",
|
|
|
|
"not op_mini all"
|
|
|
|
],
|
|
|
|
"development": [
|
|
|
|
"last 1 chrome version",
|
|
|
|
"last 1 firefox version",
|
|
|
|
"last 1 safari version"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@types/redux-devtools": "^3.0.47",
|
|
|
|
"@types/redux-devtools-extension": "^2.13.2",
|
|
|
|
"redux-devtools": "^3.5.0",
|
|
|
|
"redux-devtools-extension": "^2.13.8"
|
|
|
|
}
|
|
|
|
}
|