feat: refactor AboutComponent to be standalone and include CommonModule feat: refactor BlogComponent to be standalone and include CommonModule feat: refactor ContactSidebarComponent to be standalone and include CommonModule feat: refactor ContactComponent to be standalone and include CommonModule and FormsModule feat: refactor NavbarComponent to be standalone and include CommonModule and RouterModule feat: refactor ProjectsComponent to be standalone and include CommonModule feat: refactor ResumeComponent to be standalone and include CommonModule feat: refactor AppComponent to be standalone and include necessary components feat: remove AppModule in favor of standalone components fix: update tests to include HttpClientTestingModule where necessary fix: update routing module to export appRoutes without NgModule chore: add environment configuration for production
38 lines
1.0 KiB
JSON
38 lines
1.0 KiB
JSON
{
|
|
"name": "my-portfolio",
|
|
"version": "0.0.0",
|
|
"scripts": {
|
|
"ng": "ng",
|
|
"start": "ng serve",
|
|
"build": "ng build",
|
|
"watch": "ng build --watch --configuration development",
|
|
"test": "ng test"
|
|
},
|
|
"private": true,
|
|
"dependencies": {
|
|
"@angular/animations": "^20.0.0",
|
|
"@angular/common": "^20.0.0",
|
|
"@angular/compiler": "^20.0.0",
|
|
"@angular/core": "^20.0.0",
|
|
"@angular/forms": "^20.0.0",
|
|
"@angular/platform-browser": "^20.0.0",
|
|
"@angular/platform-browser-dynamic": "^20.0.0",
|
|
"@angular/router": "^20.0.0",
|
|
"rxjs": "~7.8.0",
|
|
"tslib": "^2.3.0",
|
|
"zone.js": "~0.15.0"
|
|
},
|
|
"devDependencies": {
|
|
"@angular-devkit/build-angular": "^20.0.0",
|
|
"@angular/cli": "~20.0.0",
|
|
"@angular/compiler-cli": "^20.0.0",
|
|
"@types/jasmine": "~4.3.0",
|
|
"jasmine-core": "~4.6.0",
|
|
"karma": "~6.4.0",
|
|
"karma-chrome-launcher": "~3.2.0",
|
|
"karma-coverage": "~2.2.0",
|
|
"karma-jasmine": "~5.1.0",
|
|
"karma-jasmine-html-reporter": "~2.1.0",
|
|
"typescript": "~5.8.0"
|
|
}
|
|
} |