Files
eclaire/package.json
minori 4fa3ff19fd
Security Scan and Upload / Security & DefectDojo Upload (pull_request) Successful in 1m23s
deps: update @angular/forms to 21.1.3
2026-02-15 07:10:01 -08:00

44 lines
1.2 KiB
JSON

{
"name": "eclaire",
"description": "Deepgram-powered speech to speech translation.",
"author": "Naomi Carrigan <contact@nhcarrigan.com>",
"version": "1.1.0",
"main": "app.js",
"license": "ISC",
"scripts": {
"dev": "ng serve",
"lint": "eslint src --max-warnings 0",
"build": "ng build"
},
"dependencies": {
"@angular/animations": "^19.1.4",
"@angular/common": "^19.1.4",
"@angular/compiler": "^19.1.4",
"@angular/core": "^19.1.4",
"@angular/forms": "21.1.3",
"@angular/platform-browser": "^19.1.4",
"@angular/platform-browser-dynamic": "^19.1.4",
"@angular/router": "^19.1.4",
"rxjs": "~7.8.1",
"tslib": "^2.8.1",
"zone.js": "~0.15.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^19.1.5",
"@angular/cli": "^19.1.5",
"@angular/compiler-cli": "^19.1.4",
"@nhcarrigan/eslint-config": "5.1.0",
"@nhcarrigan/typescript-config": "4.0.0",
"@types/jasmine": "~5.1.5",
"@types/node": "22.13.1",
"eslint": "9.19.0",
"jasmine-core": "~5.5.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.1.0",
"typescript": "~5.7.3"
}
}