mirror of
https://github.com/kopia/kopia.git
synced 2026-01-31 17:53:24 -05:00
Bumps [axios](https://github.com/axios/axios) from 0.19.2 to 0.21.1. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v0.21.1/CHANGELOG.md) - [Commits](https://github.com/axios/axios/compare/v0.19.2...v0.21.1) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
51 lines
1.3 KiB
JSON
51 lines
1.3 KiB
JSON
{
|
|
"name": "htmlui",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@fortawesome/fontawesome-svg-core": "^1.2.30",
|
|
"@fortawesome/free-regular-svg-icons": "^5.14.0",
|
|
"@fortawesome/free-solid-svg-icons": "^5.14.0",
|
|
"@fortawesome/react-fontawesome": "^0.1.11",
|
|
"@testing-library/jest-dom": "^5.1.1",
|
|
"@testing-library/react": "^9.5.0",
|
|
"axios": "^0.21.1",
|
|
"bootstrap": "^4.4.1",
|
|
"moment": "^2.24.0",
|
|
"pretty": "^2.0.0",
|
|
"react": "^16.13.0",
|
|
"react-bootstrap": "^1.0.0-beta.17",
|
|
"react-dom": "^16.13.0",
|
|
"react-router-dom": "^5.1.2",
|
|
"react-scripts": "^3.4.3",
|
|
"react-table": "^7.0.0"
|
|
},
|
|
"scripts": {
|
|
"start": "react-scripts start",
|
|
"build": "react-scripts build",
|
|
"test": "react-scripts test --coverage",
|
|
"eject": "react-scripts eject"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": "react-app"
|
|
},
|
|
"proxy": "http://localhost:51515",
|
|
"browserslist": {
|
|
"production": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
},
|
|
"devDependencies": {
|
|
"axios-mock-adapter": "^1.17.0",
|
|
"enzyme": "^3.11.0",
|
|
"enzyme-adapter-react-16": "^1.15.2"
|
|
}
|
|
}
|