mirror of
https://github.com/indentlabs/notebook.git
synced 2025-10-26 11:19:22 +00: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>
32 lines
884 B
JSON
32 lines
884 B
JSON
{
|
|
"dependencies": {
|
|
"@babel/preset-react": "^7.8.3",
|
|
"@material-ui/core": "^4.9.1",
|
|
"@material-ui/icons": "^4.9.1",
|
|
"@material-ui/lab": "^4.0.0-alpha.41",
|
|
"@rails/webpacker": "4.2.2",
|
|
"axios": "^0.21.1",
|
|
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
|
|
"pluralize": "^8.0.0",
|
|
"prop-types": "^15.7.2",
|
|
"react": "^16.12.0",
|
|
"react-dom": "^16.12.0",
|
|
"react-simple-format": "^0.3.0",
|
|
"react_ujs": "^2.6.1",
|
|
"webpacker": "^4.6.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.8.4",
|
|
"@storybook/addon-actions": "^5.3.10",
|
|
"@storybook/addon-links": "^5.3.10",
|
|
"@storybook/addons": "^5.3.10",
|
|
"@storybook/react": "^5.3.10",
|
|
"babel-loader": "^8.0.6",
|
|
"webpack-dev-server": "^3.11.0"
|
|
},
|
|
"scripts": {
|
|
"storybook": "start-storybook -p 6006",
|
|
"build-storybook": "build-storybook"
|
|
}
|
|
}
|