mirror of
https://github.com/0rangebananaspy/authelia.git
synced 2024-09-14 22:47:21 +07:00
e6f4768961
Bumps [react-scripts](https://github.com/facebook/create-react-app/tree/HEAD/packages/react-scripts) from 3.4.4 to 4.0.0. - [Release notes](https://github.com/facebook/create-react-app/releases) - [Changelog](https://github.com/facebook/create-react-app/blob/master/CHANGELOG-3.x.md) - [Commits](https://github.com/facebook/create-react-app/commits/react-scripts@4.0.0/packages/react-scripts) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Address CRA breaking changes This is related to [breaking changes](https://github.com/facebook/create-react-app/blob/master/CHANGELOG.md#breaking-changes) in CRA specific to ESLint. Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
64 lines
1.7 KiB
JSON
64 lines
1.7 KiB
JSON
{
|
|
"name": "web",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@fortawesome/fontawesome-svg-core": "^1.2.32",
|
|
"@fortawesome/free-regular-svg-icons": "^5.15.1",
|
|
"@fortawesome/free-solid-svg-icons": "^5.15.1",
|
|
"@fortawesome/react-fontawesome": "^0.1.12",
|
|
"@material-ui/core": "^4.11.0",
|
|
"@material-ui/icons": "^4.9.1",
|
|
"@types/chai": "^4.2.12",
|
|
"@types/classnames": "^2.2.11",
|
|
"@types/enzyme": "^3.10.8",
|
|
"@types/jest": "^26.0.15",
|
|
"@types/node": "^14.14.6",
|
|
"@types/qrcode.react": "^1.0.1",
|
|
"@types/query-string": "^6.3.0",
|
|
"@types/react": "^16.9.43",
|
|
"@types/react-dom": "^16.9.9",
|
|
"@types/react-ga": "^2.3.0",
|
|
"@types/react-router-dom": "^5.1.6",
|
|
"axios": "^0.21.0",
|
|
"babel-preset-react-app": "^10.0.0",
|
|
"chai": "^4.2.0",
|
|
"classnames": "^2.2.6",
|
|
"enzyme": "^3.11.0",
|
|
"enzyme-adapter-react-16": "^1.15.5",
|
|
"qrcode.react": "^1.0.0",
|
|
"query-string": "^6.13.7",
|
|
"react": "^16.14.0",
|
|
"react-dom": "^16.14.0",
|
|
"react-ga": "^3.2.0",
|
|
"react-loading": "^2.0.3",
|
|
"react-otp-input": "^2.3.0",
|
|
"react-router-dom": "^5.2.0",
|
|
"react-scripts": "^4.0.0",
|
|
"react-test-renderer": "^16.14.0",
|
|
"typescript": "^3.9.7",
|
|
"u2f-api": "^1.1.1"
|
|
},
|
|
"scripts": {
|
|
"start": "react-scripts start",
|
|
"build": "react-scripts build",
|
|
"test": "react-scripts test --coverage --no-cache",
|
|
"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"
|
|
]
|
|
}
|
|
}
|