mirror of
https://github.com/ClaytonWWilson/CS307-Team24.git
synced 2025-12-15 18:08:46 +00:00
Bumps [axios](https://github.com/axios/axios) from 0.19.0 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.0...v0.21.1) Signed-off-by: dependabot[bot] <support@github.com>
50 lines
1.2 KiB
JSON
50 lines
1.2 KiB
JSON
{
|
|
"name": "twistter-frontend",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@material-ui/core": "^4.4.3",
|
|
"@material-ui/icons": "^4.5.1",
|
|
"@material-ui/styles": "^4.5.0",
|
|
"@material-ui/system": "^4.5.0",
|
|
"axios": "^0.21.1",
|
|
"clsx": "^1.0.4",
|
|
"create-react-app": "^3.1.2",
|
|
"dayjs": "^1.8.17",
|
|
"fuse.js": "^3.4.6",
|
|
"install": "^0.13.0",
|
|
"jwt-decode": "^2.2.0",
|
|
"node-pre-gyp": "^0.13.0",
|
|
"react": "^16.9.0",
|
|
"react-dom": "^16.9.0",
|
|
"react-modal": "^3.11.1",
|
|
"react-redux": "^7.1.1",
|
|
"react-router-dom": "^5.1.0",
|
|
"react-scripts": "0.9.5",
|
|
"redux": "^4.0.4",
|
|
"redux-thunk": "^2.3.0",
|
|
"typeface-roboto": "0.0.75",
|
|
"underscore": "^1.9.1"
|
|
},
|
|
"devDependencies": {},
|
|
"scripts": {
|
|
"start": "react-scripts start",
|
|
"build": "react-scripts build",
|
|
"test": "react-scripts test --env=jsdom",
|
|
"eject": "react-scripts eject"
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
},
|
|
"proxy": "http://localhost:5001/twistter-e4649/us-central1/api"
|
|
}
|