30 lines
800 B
JSON
30 lines
800 B
JSON
{
|
|
"name": "frontend",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "ng build --configuration production",
|
|
"start": "ng serve --host 0.0.0.0"
|
|
},
|
|
"dependencies": {
|
|
"@angular/animations": "^17.3.0",
|
|
"@angular/common": "^17.3.0",
|
|
"@angular/compiler": "^17.3.0",
|
|
"@angular/core": "^17.3.0",
|
|
"@angular/forms": "^17.3.0",
|
|
"@angular/platform-browser": "^17.3.0",
|
|
"@angular/platform-browser-dynamic": "^17.3.0",
|
|
"@angular/router": "^17.3.0",
|
|
"dompurify": "^3.1.6",
|
|
"marked": "^14.1.3",
|
|
"rxjs": "^7.8.1",
|
|
"tslib": "^2.6.2",
|
|
"zone.js": "~0.14.4"
|
|
},
|
|
"devDependencies": {
|
|
"@angular-devkit/build-angular": "^17.3.0",
|
|
"@angular/cli": "^17.3.0",
|
|
"@angular/compiler-cli": "^17.3.0",
|
|
"typescript": "~5.4.5"
|
|
}
|
|
} |