2023-10-24 22:29:29 +02:00
|
|
|
{
|
|
|
|
|
"name": "ct-angular",
|
|
|
|
|
"version": "0.0.0",
|
|
|
|
|
"private": true,
|
|
|
|
|
"scripts": {
|
|
|
|
|
"ng": "ng",
|
|
|
|
|
"start": "ng serve",
|
|
|
|
|
"build": "ng build",
|
|
|
|
|
"watch": "ng build --watch --configuration development",
|
|
|
|
|
"test": "npx playwright test",
|
|
|
|
|
"typecheck": "tsc --noEmit"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2024-05-09 18:26:59 +02:00
|
|
|
"@analogjs/vite-plugin-angular": "1.3.0",
|
|
|
|
|
"@angular/animations": "17.3.8",
|
|
|
|
|
"@angular/common": "17.3.8",
|
|
|
|
|
"@angular/compiler": "17.3.8",
|
|
|
|
|
"@angular/core": "17.3.8",
|
|
|
|
|
"@angular/forms": "17.3.8",
|
|
|
|
|
"@angular/platform-browser": "17.3.8",
|
|
|
|
|
"@angular/platform-browser-dynamic": "17.3.8",
|
|
|
|
|
"@angular/router": "17.3.8",
|
2024-05-07 21:47:48 +02:00
|
|
|
"rxjs": "7.8.1",
|
|
|
|
|
"tslib": "2.6.2",
|
2024-05-09 18:26:59 +02:00
|
|
|
"zone.js": "0.14.5"
|
2023-10-24 22:29:29 +02:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2024-05-09 18:26:59 +02:00
|
|
|
"@angular-devkit/build-angular": "17.3.7",
|
|
|
|
|
"@angular/cli": "17.3.7",
|
|
|
|
|
"@angular/compiler-cli": "17.3.8",
|
2024-05-07 21:47:48 +02:00
|
|
|
"typescript": "5.4.3"
|
2023-10-24 22:29:29 +02:00
|
|
|
}
|
|
|
|
|
}
|