31 lines
793 B
JSON
31 lines
793 B
JSON
|
|
{
|
||
|
|
"name": "internal-chat-ui",
|
||
|
|
"version": "0.0.1",
|
||
|
|
"private": true,
|
||
|
|
"scripts": {
|
||
|
|
"ng": "ng",
|
||
|
|
"start": "ng serve",
|
||
|
|
"build": "ng build",
|
||
|
|
"watch": "ng build --watch --configuration development"
|
||
|
|
},
|
||
|
|
"dependencies": {
|
||
|
|
"@angular/animations": "^18.2.0",
|
||
|
|
"@angular/common": "^18.2.0",
|
||
|
|
"@angular/compiler": "^18.2.0",
|
||
|
|
"@angular/core": "^18.2.0",
|
||
|
|
"@angular/forms": "^18.2.0",
|
||
|
|
"@angular/platform-browser": "^18.2.0",
|
||
|
|
"@angular/platform-browser-dynamic": "^18.2.0",
|
||
|
|
"@angular/router": "^18.2.0",
|
||
|
|
"rxjs": "~7.8.0",
|
||
|
|
"tslib": "^2.6.2",
|
||
|
|
"zone.js": "~0.14.10"
|
||
|
|
},
|
||
|
|
"devDependencies": {
|
||
|
|
"@angular-devkit/build-angular": "^18.2.0",
|
||
|
|
"@angular/cli": "^18.2.0",
|
||
|
|
"@angular/compiler-cli": "^18.2.0",
|
||
|
|
"typescript": "~5.5.4"
|
||
|
|
}
|
||
|
|
}
|