33 lines
853 B
JSON
33 lines
853 B
JSON
{
|
|
"name": "test-angular",
|
|
"private": true,
|
|
"version": "3.36.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"ng": "ng",
|
|
"start": "ng serve",
|
|
"build": "ng build",
|
|
"watch": "ng build --watch --configuration development"
|
|
},
|
|
"dependencies": {
|
|
"@angular/animations": "^21.0.6",
|
|
"@angular/common": "^21.0.6",
|
|
"@angular/compiler": "^21.0.6",
|
|
"@angular/core": "^21.0.6",
|
|
"@angular/forms": "^21.0.6",
|
|
"@angular/platform-browser": "^21.0.6",
|
|
"@angular/platform-browser-dynamic": "^21.0.6",
|
|
"@angular/router": "^21.0.6",
|
|
"@tabler/icons-angular": "workspace:*",
|
|
"rxjs": "~7.8.2",
|
|
"tslib": "^2.8.1",
|
|
"zone.js": "~0.16.0"
|
|
},
|
|
"devDependencies": {
|
|
"@angular-devkit/build-angular": "^21.0.4",
|
|
"@angular/cli": "^21.0.4",
|
|
"@angular/compiler-cli": "^21.0.6",
|
|
"typescript": "~5.9.3"
|
|
}
|
|
}
|