{ "name": "ionic-angular-test-app", "version": "0.0.0", "private": true, "scripts": { "ng": "ng", "start": "npm run sync && ng serve", "sync:build": "sh scripts/build-ionic.sh", "sync": "sh scripts/sync.sh", "build": "npm run sync && ng build --prod --no-progress", "lint": "ng lint", "postinstall": "npm run sync && ngcc", "serve:ssr": "node dist/test-app/server/main.js", "build:ssr": "ng build --prod && ng run test-app:server:production", "dev:ssr": "ng run test-app:serve-ssr", "prerender": "ng run test-app:prerender", "cy.open": "cypress open", "cy.run": "cypress run", "test": "concurrently \"npm run start\" \"wait-on http-get://localhost:4200 && npm run cy.run\" --kill-others --success first", "test.watch": "concurrently \"npm run start\" \"wait-on http-get://localhost:4200 && npm run cy.open\" --kill-others --success first" }, "dependencies": { "@angular/animations": "^11.2.11", "@angular/common": "^11.2.11", "@angular/compiler": "^11.2.11", "@angular/core": "^11.2.11", "@angular/forms": "^11.2.11", "@angular/platform-browser": "^11.2.11", "@angular/platform-browser-dynamic": "^11.2.11", "@angular/platform-server": "^11.2.11", "@angular/router": "^11.2.11", "@ionic/angular": "^5.3.1", "@ionic/angular-server": "^5.3.1", "@nguniversal/express-engine": "^11.2.1", "angular-in-memory-web-api": "^0.11.0", "core-js": "^2.6.11", "express": "^4.15.2", "rxjs": "^6.5.5", "tslib": "^2.0.0", "zone.js": "^0.10.3" }, "devDependencies": { "@angular-devkit/build-angular": "^0.1102.10", "@angular/cli": "^11.2.10", "@angular/compiler-cli": "^11.2.11", "@angular/language-service": "^11.2.11", "@nguniversal/builders": "^11.2.1", "@types/express": "^4.17.7", "@types/node": "^12.12.54", "codelyzer": "^6.0.1", "concurrently": "^6.0.0", "cypress": "^6.7.1", "ts-loader": "^6.2.2", "ts-node": "^8.3.0", "tslint": "~6.1.0", "typescript": "^4.0.7", "wait-on": "^5.2.1", "webpack-cli": "^3.3.12" } }