mirror of
https://github.com/samnyan/aqua-viewer.git
synced 2026-04-25 07:38:55 -05:00
Bumps [loader-utils](https://github.com/webpack/loader-utils) to 3.2.1 and updates ancestor dependency [@angular-devkit/build-angular](https://github.com/angular/angular-cli). These dependencies need to be updated together. Updates `loader-utils` from 1.2.3 to 3.2.1 - [Release notes](https://github.com/webpack/loader-utils/releases) - [Changelog](https://github.com/webpack/loader-utils/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack/loader-utils/compare/v1.2.3...v3.2.1) Updates `@angular-devkit/build-angular` from 0.1000.4 to 15.0.0 - [Release notes](https://github.com/angular/angular-cli/releases) - [Changelog](https://github.com/angular/angular-cli/blob/main/CHANGELOG.md) - [Commits](https://github.com/angular/angular-cli/commits/15.0.0) --- updated-dependencies: - dependency-name: loader-utils dependency-type: indirect - dependency-name: "@angular-devkit/build-angular" dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
62 lines
1.8 KiB
JSON
62 lines
1.8 KiB
JSON
{
|
|
"name": "aqua-viewer",
|
|
"version": "0.0.1",
|
|
"scripts": {
|
|
"ng": "ng",
|
|
"start": "ng serve --host 0.0.0.0",
|
|
"http": "http-server -p 8080 -c-1 dist/aqua-viewer",
|
|
"build": "ng build",
|
|
"test": "ng test",
|
|
"lint": "ng lint",
|
|
"e2e": "ng e2e",
|
|
"deploy": "ng deploy",
|
|
"postinstall": "ngcc"
|
|
},
|
|
"private": true,
|
|
"dependencies": {
|
|
"@angular/animations": "~10.0.5",
|
|
"@angular/cdk": "~10.1.0",
|
|
"@angular/common": "~10.0.5",
|
|
"@angular/compiler": "~10.0.5",
|
|
"@angular/core": "~10.0.5",
|
|
"@angular/flex-layout": "^10.0.0-beta.32",
|
|
"@angular/forms": "~10.0.5",
|
|
"@angular/material": "^10.1.0",
|
|
"@angular/platform-browser": "~10.0.5",
|
|
"@angular/platform-browser-dynamic": "~10.0.5",
|
|
"@angular/router": "~10.0.5",
|
|
"@angular/service-worker": "~10.0.5",
|
|
"@createjs/easeljs": "^2.0.0-beta.4",
|
|
"@createjs/tweenjs": "^2.0.0-beta.4",
|
|
"angular-cli-ghpages": "^0.6.2",
|
|
"minimist": "^1.2.5",
|
|
"ngx-indexed-db": "^5.0.5",
|
|
"ngx-pagination": "^5.0.0",
|
|
"rxjs": "~6.6.0",
|
|
"tslib": "^2.0.0",
|
|
"zone.js": "~0.10.3"
|
|
},
|
|
"devDependencies": {
|
|
"@angular-devkit/build-angular": "~15.0.0",
|
|
"@angular/cli": "~10.0.4",
|
|
"@angular/compiler-cli": "~10.0.5",
|
|
"@angular/language-service": "~10.0.5",
|
|
"@types/jasmine": "~3.5.10",
|
|
"@types/jasminewd2": "~2.0.8",
|
|
"@types/node": "^12.12.31",
|
|
"codelyzer": "^6.0.0",
|
|
"http-server": "^0.12.3",
|
|
"jasmine-core": "~3.5.0",
|
|
"jasmine-spec-reporter": "~5.0.0",
|
|
"karma": "~5.0.0",
|
|
"karma-chrome-launcher": "~3.1.0",
|
|
"karma-coverage-istanbul-reporter": "~3.0.2",
|
|
"karma-jasmine": "~3.3.0",
|
|
"karma-jasmine-html-reporter": "^1.5.0",
|
|
"protractor": "~7.0.0",
|
|
"ts-node": "~8.8.1",
|
|
"tslint": "~6.1.0",
|
|
"typescript": "^3.9.7"
|
|
}
|
|
}
|