{ "name": "sanity-app-esm", "version": "", "type": "module", "scripts": { "ng": "ng", "start": "ng serve", "start-ts": "TS_NODE_PROJECT=tsconfig.app.json NODE_OPTIONS='--loader ts-node/esm' ng serve", "build": "ng build", "build-ts": "TS_NODE_PROJECT=tsconfig.app.json NODE_OPTIONS='--loader ts-node/esm' ng build", "watch": "ng build --watch --configuration development", "test": "ng test", "e2e": "ng e2e", "cypress:open": "cypress open", "cypress:run": "cypress run" }, "private": true, "dependencies": { "@angular/animations": "21.2.1", "@angular/common": "21.2.1", "@angular/compiler": "21.2.1", "@angular/core": "21.2.1", "@angular/forms": "21.2.1", "@angular/platform-browser": "21.2.1", "@angular/platform-browser-dynamic": "21.2.1", "@angular/router": "21.2.1", "rxjs": "7.8.2", "tslib": "2.8.1", "zone.js": "0.16.1" }, "devDependencies": { "@angular-builders/custom-webpack": "workspace:*", "@angular-devkit/build-angular": "21.2.1", "@angular/cli": "21.2.1", "@angular/compiler-cli": "21.2.1", "@cypress/schematic": "5.0.0", "@types/jasmine": "6.0.0", "@types/node": "24.12.0", "cypress": "15.11.0", "jasmine-core": "6.1.0", "karma": "6.4.4", "karma-chrome-launcher": "3.2.0", "karma-coverage": "2.2.1", "karma-jasmine": "5.1.0", "karma-jasmine-html-reporter": "2.2.0", "puppeteer": "24.38.0", "typescript": "5.9.3" } }