mirror of
https://github.com/songquanpeng/one-api.git
synced 2025-09-30 07:06:38 +08:00
Bumps [axios](https://github.com/axios/axios) from 0.27.2 to 0.28.0. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v0.28.0/CHANGELOG.md) - [Commits](https://github.com/axios/axios/compare/v0.27.2...v0.28.0) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
87 lines
2.2 KiB
JSON
87 lines
2.2 KiB
JSON
{
|
|
"name": "one_api_web",
|
|
"version": "1.2.0",
|
|
"proxy": "http://127.0.0.1:3000",
|
|
"private": true,
|
|
"homepage": "",
|
|
"dependencies": {
|
|
"@emotion/cache": "^11.11.0",
|
|
"@emotion/react": "^11.11.3",
|
|
"@emotion/styled": "^11.11.0",
|
|
"@mui/icons-material": "^5.15.7",
|
|
"@mui/lab": "^5.0.0-alpha.163",
|
|
"@mui/material": "^5.15.7",
|
|
"@mui/system": "^5.15.7",
|
|
"@mui/utils": "^5.15.7",
|
|
"@mui/x-data-grid": "^6.19.4",
|
|
"@mui/x-date-pickers": "^6.18.5",
|
|
"@tabler/icons-react": "^2.46.0",
|
|
"apexcharts": "^3.45.2",
|
|
"axios": "^0.28.0",
|
|
"dayjs": "^1.11.10",
|
|
"formik": "^2.4.5",
|
|
"framer-motion": "^11.0.3",
|
|
"history": "^5.3.0",
|
|
"marked": "^4.1.1",
|
|
"material-ui-popup-state": "^5.0.10",
|
|
"notistack": "^3.0.1",
|
|
"prop-types": "^15.8.1",
|
|
"react": "^18.2.0",
|
|
"react-apexcharts": "^1.4.1",
|
|
"react-device-detect": "^2.2.3",
|
|
"react-dom": "^18.2.0",
|
|
"react-perfect-scrollbar": "^1.5.8",
|
|
"react-redux": "^9.1.0",
|
|
"react-router": "6.21.3",
|
|
"react-router-dom": "6.21.3",
|
|
"react-scripts": "^5.0.1",
|
|
"react-turnstile": "^1.1.2",
|
|
"redux": "^5.0.1",
|
|
"yup": "^0.32.11"
|
|
},
|
|
"scripts": {
|
|
"start": "react-scripts start",
|
|
"build": "react-scripts build",
|
|
"test": "react-scripts test",
|
|
"eject": "react-scripts eject"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": [
|
|
"react-app"
|
|
]
|
|
},
|
|
"babel": {
|
|
"presets": [
|
|
"@babel/preset-react"
|
|
]
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
"defaults",
|
|
"not IE 11"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.23.9",
|
|
"@babel/eslint-parser": "^7.23.10",
|
|
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
|
|
"eslint": "^8.56.0",
|
|
"eslint-config-prettier": "^9.1.0",
|
|
"eslint-config-react-app": "^7.0.1",
|
|
"eslint-plugin-flowtype": "^8.0.3",
|
|
"eslint-plugin-import": "^2.29.1",
|
|
"eslint-plugin-jsx-a11y": "^6.8.0",
|
|
"eslint-plugin-prettier": "^5.1.3",
|
|
"eslint-plugin-react": "^7.33.2",
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
"immutable": "^4.3.5",
|
|
"prettier": "^3.2.4",
|
|
"sass": "^1.70.0"
|
|
}
|
|
}
|