Removes [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite). It's no longer used after updating ancestor dependency [@angular-devkit/build-angular](https://github.com/angular/angular-cli). These dependencies need to be updated together. Removes `vite` Updates `@angular-devkit/build-angular` from 18.2.2 to 18.2.5 - [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/compare/18.2.2...18.2.5) --- updated-dependencies: - dependency-name: vite dependency-type: indirect - dependency-name: "@angular-devkit/build-angular" dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
56 lines
1.7 KiB
JSON
56 lines
1.7 KiB
JSON
{
|
|
"name": "ngx-pinch-zoom",
|
|
"version": "18.0.0",
|
|
"scripts": {
|
|
"ng": "ng",
|
|
"start": "ng serve",
|
|
"build": "ng build",
|
|
"build-lib": "npx ng-packagr -p projects/ngx-pinch-zoom/ng-package.json",
|
|
"test": "ng test",
|
|
"lint": "ng lint",
|
|
"e2e": "ng e2e",
|
|
"cypress:open": "cypress open",
|
|
"cypress:run": "cypress run"
|
|
},
|
|
"dependencies": {
|
|
"@angular/animations": "18.0.1",
|
|
"@angular/common": "18.0.1",
|
|
"@angular/compiler": "18.0.1",
|
|
"@angular/core": "18.0.1",
|
|
"@angular/forms": "18.0.1",
|
|
"@angular/platform-browser": "18.0.1",
|
|
"@angular/platform-browser-dynamic": "18.0.1",
|
|
"@angular/router": "18.0.1",
|
|
"rxjs": "~7.5.2",
|
|
"tslib": "^2.3.1",
|
|
"zone.js": "0.14.2"
|
|
},
|
|
"devDependencies": {
|
|
"@angular-devkit/build-angular": "18.2.5",
|
|
"@angular-eslint/eslint-plugin": "17.0.1",
|
|
"@angular-eslint/eslint-plugin-template": "17.0.1",
|
|
"@angular/cli": "18.0.2",
|
|
"@angular/compiler-cli": "18.0.1",
|
|
"@cypress/schematic": "^1.6.0",
|
|
"@types/jasmine": "~3.10.3",
|
|
"@types/node": "^16.18.24",
|
|
"@typescript-eslint/eslint-plugin": "^5.10.2",
|
|
"@typescript-eslint/parser": "^5.10.2",
|
|
"cypress": "latest",
|
|
"eslint": "^8.8.0",
|
|
"eslint-plugin-import": "^2.25.4",
|
|
"eslint-plugin-jsdoc": "^37.7.1",
|
|
"eslint-plugin-prefer-arrow": "^1.2.3",
|
|
"jasmine-core": "~4.0.0",
|
|
"jasmine-spec-reporter": "~7.0.0",
|
|
"karma": "~6.3.15",
|
|
"karma-chrome-launcher": "~3.1.0",
|
|
"karma-coverage": "~2.1.1",
|
|
"karma-jasmine": "~4.0.1",
|
|
"karma-jasmine-html-reporter": "^1.7.0",
|
|
"ng-packagr": "18.0.0",
|
|
"prettier": "^2.7.1",
|
|
"ts-node": "~10.4.0",
|
|
"typescript": "5.4.5"
|
|
}
|
|
}
|