Bumps [axios](https://github.com/axios/axios) from 0.18.1 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.1...v0.21.1) Signed-off-by: dependabot[bot] <support@github.com>
25 lines
768 B
JSON
25 lines
768 B
JSON
{
|
|
"name": "datagatherer",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "main.js",
|
|
"dependencies": {
|
|
"@types/html2canvas": "0.0.35",
|
|
"axios": "^0.21.1",
|
|
"html2canvas": "^1.0.0-rc.1",
|
|
"rxios": "^1.1.2",
|
|
"rxjs": "^6.4.0",
|
|
"rxjs-compat": "^6.4.0"
|
|
},
|
|
"devDependencies": {
|
|
"browserify": "^16.5.0",
|
|
"typescript": "^3.4.2",
|
|
"typescript-eslint-parser": "^22.0.0"
|
|
},
|
|
"scripts": {
|
|
"build": "./node_modules/.bin/tsc && ./node_modules/.bin/browserify ./dist/DataGatherer/src/main.js > ./dist/bundle.js",
|
|
"build:prod": "./node_modules/.bin/tsc && ./node_modules/.bin/browserify ./dist/DataGatherer/src/main.js > ./dist/bundle.js && cp ./src/index.prod.html ./dist/index.html"
|
|
},
|
|
"author": "",
|
|
"license": "ISC"
|
|
}
|