84 lines
2.1 KiB
JSON
84 lines
2.1 KiB
JSON
{
|
|
"name": "frontend",
|
|
"version": "0.0.0",
|
|
"scripts": {
|
|
"ng": "ng",
|
|
"start": "ng serve --proxy-config proxy.conf.json",
|
|
"build": "ng build",
|
|
"build:prod": "ng build --configuration production",
|
|
"watch": "ng build --watch --configuration development",
|
|
"test": "ng test"
|
|
},
|
|
"prettier": {
|
|
"printWidth": 100,
|
|
"singleQuote": true,
|
|
"overrides": [
|
|
{
|
|
"files": "*.html",
|
|
"options": {
|
|
"parser": "angular"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
"private": true,
|
|
"dependencies": {
|
|
"@angular/common": "^19.1.0",
|
|
"@angular/compiler": "^19.1.0",
|
|
"@angular/core": "^19.1.0",
|
|
"@angular/forms": "^19.1.0",
|
|
"@angular/platform-browser": "^19.1.0",
|
|
"@angular/router": "^19.1.0",
|
|
"rxjs": "~7.8.0",
|
|
"tslib": "^2.8.1",
|
|
"zone.js": "~0.15.0"
|
|
},
|
|
"devDependencies": {
|
|
"@angular/build": "<=19.2.7",
|
|
"@angular/cli": "<=19.2.7",
|
|
"@angular/compiler-cli": "^19.1.0",
|
|
"@types/jasmine": "~5.1.0",
|
|
"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.8.0",
|
|
"undici-types": "7.12.0",
|
|
"node-releases": "2.0.21",
|
|
"node-gyp": "11.4.2",
|
|
"tar": "7.4.3",
|
|
"minizlib": "3.0.2",
|
|
"immutable": "5.1.3",
|
|
"exponential-backoff": "3.1.2",
|
|
"emoji-regex": "10.5.0",
|
|
"electron-to-chromium": "1.5.221",
|
|
"caniuse-lite": "1.0.30001743"
|
|
},
|
|
"resolutions": {
|
|
"undici-types": "7.12.0",
|
|
"node-releases": "2.0.21",
|
|
"node-gyp": "11.4.2",
|
|
"tar": "7.4.3",
|
|
"minizlib": "3.0.2",
|
|
"immutable": "5.1.3",
|
|
"exponential-backoff": "3.1.2",
|
|
"emoji-regex": "10.5.0",
|
|
"electron-to-chromium": "1.5.221",
|
|
"caniuse-lite": "1.0.30001743"
|
|
},
|
|
"overrides": {
|
|
"undici-types": "7.12.0",
|
|
"node-releases": "2.0.21",
|
|
"node-gyp": "11.4.2",
|
|
"tar": "7.4.3",
|
|
"minizlib": "3.0.2",
|
|
"immutable": "5.1.3",
|
|
"exponential-backoff": "3.1.2",
|
|
"emoji-regex": "10.5.0",
|
|
"electron-to-chromium": "1.5.221",
|
|
"caniuse-lite": "1.0.30001743"
|
|
}
|
|
}
|