Something went wrong on our end
-
Leander Tolksdorf authored
Co-authored-by:
Alexander Rudolph <drblaui@users.noreply.github.com> Co-authored-by:
brendanlaschke <brendanlaschke@users.noreply.github.com>
Leander Tolksdorf authoredCo-authored-by:
Alexander Rudolph <drblaui@users.noreply.github.com> Co-authored-by:
brendanlaschke <brendanlaschke@users.noreply.github.com>
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
This project manages its dependencies using npm.
Learn more
package.json 1.71 KiB
{
"name": "client",
"version": "0.1.0",
"private": true,
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-regular-svg-icons": "^5.15.4",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@fortawesome/react-fontawesome": "^0.1.16",
"@nivo/calendar": "^0.79.1",
"@nivo/colors": "^0.79.1",
"@nivo/core": "^0.79.0",
"@types/node": "^17.0.9",
"@types/react": "^17.0.38",
"@types/react-dom": "^17.0.11",
"bootstrap": "^5.1.3",
"i18next": "^21.6.6",
"i18next-browser-languagedetector": "^6.1.2",
"i18next-http-backend": "^1.3.1",
"react": "^17.0.2",
"react-bootstrap": "^2.1.1",
"react-dom": "^17.0.2",
"react-helmet-async": "^1.2.2",
"react-hook-form": "^7.24.0",
"react-i18next": "^11.15.3",
"react-router-dom": "^6.2.1",
"react-scripts": "5.0.0",
"sass": "^1.48.0",
"typescript": "^4.5.4",
"validator": "^13.7.0",
"web-vitals": "^2.1.3"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "jest",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"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/jest": "^27.4.0",
"@types/supertest": "^2.0.11",
"@types/validator": "^13.7.1",
"jest": "^27.4.7",
"supertest": "^6.2.1",
"ts-jest": "^27.1.3"
},
"overrides": {
"mini-css-extract-plugin": "2.4.5"
},
"proxy": "http://server:4000"
}