33 lines
854 B
JSON
33 lines
854 B
JSON
{
|
|
"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": {
|
|
"@angular/animations": "^15.1.0",
|
|
"@angular/common": "^15.1.0",
|
|
"@angular/compiler": "^15.1.0",
|
|
"@angular/core": "^15.1.0",
|
|
"@angular/forms": "^15.1.0",
|
|
"@angular/platform-browser": "^15.1.0",
|
|
"@angular/platform-browser-dynamic": "^15.1.0",
|
|
"@angular/router": "^15.1.0",
|
|
"rxjs": "~7.8.0",
|
|
"tslib": "^2.3.0",
|
|
"zone.js": "~0.12.0"
|
|
},
|
|
"devDependencies": {
|
|
"@angular-devkit/build-angular": "^15.1.0",
|
|
"@angular/cli": "~15.1.0",
|
|
"@angular/compiler-cli": "^15.1.0",
|
|
"typescript": "~4.9.4"
|
|
}
|
|
}
|