56 lines
1.9 KiB
JSON
56 lines
1.9 KiB
JSON
{
|
|
"name": "ngx-pinch-zoom",
|
|
"version": "14.0.7",
|
|
"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": "15.0.3",
|
|
"@angular/common": "15.0.3",
|
|
"@angular/compiler": "15.0.3",
|
|
"@angular/core": "15.0.3",
|
|
"@angular/forms": "15.0.3",
|
|
"@angular/platform-browser": "15.0.3",
|
|
"@angular/platform-browser-dynamic": "15.0.3",
|
|
"@angular/router": "15.0.3",
|
|
"rxjs": "~7.5.2",
|
|
"tslib": "^2.3.1",
|
|
"zone.js": "~0.11.4"
|
|
},
|
|
"devDependencies": {
|
|
"@angular-devkit/build-angular": "15.0.3",
|
|
"@angular-eslint/eslint-plugin": "15.1.0",
|
|
"@angular-eslint/eslint-plugin-template": "15.1.0",
|
|
"@angular/cli": "15.0.3",
|
|
"@angular/compiler-cli": "15.0.3",
|
|
"@cypress/schematic": "^1.6.0",
|
|
"@types/jasmine": "~3.10.3",
|
|
"@types/node": "^17.0.15",
|
|
"@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": "15.0.2",
|
|
"prettier": "^2.7.1",
|
|
"ts-node": "~10.4.0",
|
|
"typescript": "4.8.4"
|
|
}
|
|
}
|