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-02-22 11:25:27 +01:00
|
|
|
"@analogjs/vite-plugin-angular": "0.2.39",
|
|
|
|
|
"@angular/animations": "^17.0.0",
|
|
|
|
|
"@angular/common": "^17.0.0",
|
|
|
|
|
"@angular/compiler": "^17.0.0",
|
|
|
|
|
"@angular/core": "^17.0.0",
|
|
|
|
|
"@angular/forms": "^17.0.0",
|
|
|
|
|
"@angular/platform-browser": "^17.0.0",
|
|
|
|
|
"@angular/platform-browser-dynamic": "^17.0.0",
|
|
|
|
|
"@angular/router": "^17.0.0",
|
2023-10-24 22:29:29 +02:00
|
|
|
"rxjs": "~7.8.0",
|
|
|
|
|
"tslib": "^2.3.0",
|
2024-02-22 11:25:27 +01:00
|
|
|
"zone.js": "~0.14.0"
|
2023-10-24 22:29:29 +02:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2024-02-22 11:25:27 +01:00
|
|
|
"@angular-devkit/build-angular": "^17.0.0",
|
|
|
|
|
"@angular/cli": "~17.0.0",
|
|
|
|
|
"@angular/compiler-cli": "^17.0.0",
|
|
|
|
|
"typescript": "~5.2.0",
|
|
|
|
|
"vite": "^5.0.0"
|
2023-10-24 22:29:29 +02:00
|
|
|
}
|
|
|
|
|
}
|