972d03b005
Bumps [axios](https://github.com/axios/axios) from 0.18.0 to 0.18.1. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v0.18.1/CHANGELOG.md) - [Commits](https://github.com/axios/axios/compare/v0.18.0...v0.18.1) Signed-off-by: dependabot[bot] <support@github.com>
53 lines
1.4 KiB
JSON
53 lines
1.4 KiB
JSON
{
|
|
"name": "pdnsmanager",
|
|
"version": "0.0.0",
|
|
"license": "Apache-2.0",
|
|
"scripts": {
|
|
"ng": "ng",
|
|
"start": "ng serve --proxy-config proxy.conf.json",
|
|
"build": "ng build --prod",
|
|
"test": "ng test",
|
|
"lint": "ng lint",
|
|
"e2e": "ng e2e"
|
|
},
|
|
"private": true,
|
|
"dependencies": {
|
|
"@angular/animations": "6.1.4",
|
|
"@angular/common": "6.1.4",
|
|
"@angular/compiler": "6.1.4",
|
|
"@angular/core": "6.1.4",
|
|
"@angular/forms": "6.1.4",
|
|
"@angular/http": "6.1.4",
|
|
"@angular/platform-browser": "6.1.4",
|
|
"@angular/platform-browser-dynamic": "6.1.4",
|
|
"@angular/router": "6.1.4",
|
|
"axios": "^0.18.1",
|
|
"bootstrap": "^4.1.3",
|
|
"core-js": "^2.5.7",
|
|
"font-awesome": "^4.7.0",
|
|
"rxjs": "^6.2.2",
|
|
"rxjs-compat": "^6.2.2",
|
|
"zone.js": "^0.8.26"
|
|
},
|
|
"devDependencies": {
|
|
"@angular-devkit/build-angular": "~0.7.0",
|
|
"@angular/cli": "^6.1.5",
|
|
"@angular/compiler-cli": "6.1.4",
|
|
"@angular/language-service": "6.1.4",
|
|
"@types/jasmine": "^2.8.8",
|
|
"@types/jasminewd2": "~2.0.2",
|
|
"@types/node": "^6.0.116",
|
|
"codelyzer": "^4.4.4",
|
|
"jasmine-core": "~2.8.0",
|
|
"jasmine-spec-reporter": "~4.2.1",
|
|
"karma": "^2.0.5",
|
|
"karma-chrome-launcher": "~2.2.0",
|
|
"karma-coverage-istanbul-reporter": "^1.4.3",
|
|
"karma-jasmine": "^1.1.2",
|
|
"karma-jasmine-html-reporter": "^0.2.2",
|
|
"protractor": "~5.1.2",
|
|
"ts-node": "~4.1.0",
|
|
"tslint": "~5.9.1",
|
|
"typescript": "2.9.2"
|
|
}
|
|
}
|