fc58c53acb
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>
40 lines
1.0 KiB
JSON
40 lines
1.0 KiB
JSON
{
|
|
"name": "sarsoo.xyz",
|
|
"version": "1.0.0",
|
|
"description": "sarsoo web",
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"build": "webpack --config webpack.prod.js",
|
|
"devbuild": "webpack --config webpack.dev.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/Sarsoo/sarsoo.xyz.git"
|
|
},
|
|
"author": "sarsoo",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/Sarsoo/sarsoo.xyz/issues"
|
|
},
|
|
"homepage": "https://github.com/Sarsoo/sarsoo.xyz#readme",
|
|
"devDependencies": {
|
|
"@babel/cli": "^7.10.5",
|
|
"@babel/core": "^7.11.0",
|
|
"@babel/preset-env": "^7.11.0",
|
|
"@babel/preset-react": "^7.10.4",
|
|
"babel-loader": "^8.1.0",
|
|
"clean-webpack-plugin": "^3.0.0",
|
|
"css-loader": "^2.1.1",
|
|
"style-loader": "^0.23.1",
|
|
"webpack": "^4.44.1",
|
|
"webpack-cli": "^3.3.12",
|
|
"webpack-merge": "^4.2.2"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^0.21.1",
|
|
"react": "^16.13.0",
|
|
"react-dom": "^16.13.0"
|
|
}
|
|
}
|