comixify/package.json
dependabot[bot] 51118eb6b3
Bump axios from 0.18.0 to 0.21.1
Bumps [axios](https://github.com/axios/axios) from 0.18.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.18.0...v0.21.1)

Signed-off-by: dependabot[bot] <support@github.com>
2021-01-05 02:23:06 +00:00

47 lines
1.4 KiB
JSON

{
"name": "comixify",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --config ./frontend/client/webpack.config.js",
"build:watch": "webpack --config ./frontend/client/webpack.config.js --watch",
"build:prod": "webpack --env.production --config ./frontend/client/webpack.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/maciej3031/comixify.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/maciej3031/comixify/issues"
},
"homepage": "https://github.com/maciej3031/comixify#readme",
"dependencies": {
"axios": "^0.21.1",
"babel": "^6.23.0",
"babel-core": "^6.7.*",
"babel-loader": "^7.1.2",
"babel-preset-es2015": "^6.6.*",
"babel-preset-flow": "^6.23.0",
"babel-preset-react": "^6.5.*",
"babel-preset-stage-0": "^6.3.13",
"babel-register": "^6.18.0",
"css-loader": "^0.28.7",
"lodash": "^4.17.11",
"react": "^16.4.2",
"react-dom": "^16.4.2",
"react-dropzone": "^5.0.1",
"react-spinners": "^0.4.5",
"react-youtube": "^7.7.0",
"style-loader": "^0.23.0",
"uglifyjs-webpack-plugin": "^1.2.5"
},
"devDependencies": {
"webpack": "^4.20.2",
"webpack-cli": "^3.1.0",
"webpack-merge": "^4.1.4"
}
}