{ "name": "leather-frontend", "version": "0.1.0", "author": "IƱigo Valentin", "authorURL": "https://inigovalentin.com", "sourceSite": "Github", "sourceURL": "https://github.com/InigoValentin/leather.inigovalentin.com", "license": "GPLv3", "languages": { "available": "es|en|eu", "default": "es" }, "scripts": { "ng": "ng", "start": "ng serve", "build": "ng build", "watch": "ng build --watch --configuration development", "test": "ng test", "serve:ssr:leather-frontend": "node dist/leather-frontend/server/server.mjs" }, "prettier": { "printWidth": 100, "singleQuote": true, "overrides": [ { "files": "*.html", "options": { "parser": "angular" } } ] }, "private": true, "dependencies": { "@angular/common": "^20.3.7", "@angular/compiler": "^20.3.7", "@angular/core": "^20.3.7", "@angular/forms": "^20.3.7", "@angular/platform-browser": "^20.3.7", "@angular/platform-server": "^20.3.7", "@angular/router": "^20.3.7", "@angular/ssr": "^20.3.7", "@ngx-translate/core": "^17.0.0", "@ngx-translate/http-loader": "^17.0.0", "express": "^5.1.0", "ngx-cookie-service-ssr": "^20.1.0", "rxjs": "~7.8.0", "tslib": "^2.3.0", "zone.js": "~0.15.0" }, "devDependencies": { "@angular/build": "^20.3.7", "@angular/cli": "^20.3.7", "@angular/compiler-cli": "^20.3.7", "@angular/localize": "^20.3.7", "@types/express": "^5.0.1", "@types/jasmine": "~5.1.0", "@types/node": "^20.17.19", "jasmine-core": "~5.9.0", "karma": "~6.4.0", "karma-chrome-launcher": "~3.2.0", "karma-coverage": "~2.2.0", "karma-jasmine": "~5.1.0", "karma-jasmine-html-reporter": "~2.1.0", "typescript": "~5.9.2" } }