mirror of
https://github.com/docker/awesome-compose.git
synced 2025-11-08 20:34:10 +01:00
Bumps [axios](https://github.com/axios/axios) from 0.24.0 to 1.8.2. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](https://github.com/axios/axios/compare/v0.24.0...v1.8.2) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
44 lines
935 B
JSON
44 lines
935 B
JSON
{
|
|
"name": "my-app",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"axios": "^1.8.2",
|
|
"bootstrap": "^5.1.3",
|
|
"sass": "^1.43.4",
|
|
"react": "^17.0.2",
|
|
"react-dom": "^17.0.2"
|
|
},
|
|
"optionalDependencies": {
|
|
"fsevents": "^2.1.2"
|
|
},
|
|
"devDependencies": {
|
|
"@testing-library/jest-dom": "^5.15.0",
|
|
"@testing-library/react": "^12.1.4",
|
|
"@testing-library/user-event": "^7.2.1",
|
|
"react-scripts": "^5.0.0"
|
|
},
|
|
"scripts": {
|
|
"start": "react-scripts start",
|
|
"build": "react-scripts build",
|
|
"test": "react-scripts test",
|
|
"eject": "react-scripts eject"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": "react-app"
|
|
},
|
|
"proxy": "http://backend:3000",
|
|
"browserslist": {
|
|
"production": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
}
|
|
}
|