Added ssg
All checks were successful
Copy Files to Samba Share dev / Copy Files (push) Successful in 26s
All checks were successful
Copy Files to Samba Share dev / Copy Files (push) Successful in 26s
This commit is contained in:
30
package.json
30
package.json
@@ -6,19 +6,23 @@
|
||||
"start": "ng serve",
|
||||
"build": "ng build",
|
||||
"watch": "ng build --watch --configuration development",
|
||||
"test": "ng test"
|
||||
"test": "ng test",
|
||||
"serve:ssr:ontvlambaar": "node dist/ontvlambaar/server/server.mjs"
|
||||
},
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"@angular/animations": "^18.2.0",
|
||||
"@angular/common": "^18.2.0",
|
||||
"@angular/compiler": "^18.2.0",
|
||||
"@angular/core": "^18.2.0",
|
||||
"@angular/forms": "^18.2.0",
|
||||
"@angular/platform-browser": "^18.2.0",
|
||||
"@angular/platform-browser-dynamic": "^18.2.0",
|
||||
"@angular/router": "^18.2.0",
|
||||
"@angular/animations": "^18.2.11",
|
||||
"@angular/common": "^18.2.11",
|
||||
"@angular/compiler": "^18.2.11",
|
||||
"@angular/core": "^18.2.11",
|
||||
"@angular/forms": "^18.2.11",
|
||||
"@angular/platform-browser": "^18.2.11",
|
||||
"@angular/platform-browser-dynamic": "^18.2.11",
|
||||
"@angular/platform-server": "^18.2.11",
|
||||
"@angular/router": "^18.2.11",
|
||||
"@angular/ssr": "^18.2.11",
|
||||
"@lottiefiles/dotlottie-web": "^0.36.1",
|
||||
"express": "^4.18.2",
|
||||
"install": "^0.13.0",
|
||||
"npm": "^10.9.0",
|
||||
"rxjs": "~7.8.0",
|
||||
@@ -26,10 +30,12 @@
|
||||
"zone.js": "~0.14.10"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@angular-devkit/build-angular": "^18.2.9",
|
||||
"@angular/cli": "^18.2.9",
|
||||
"@angular/compiler-cli": "^18.2.0",
|
||||
"@angular-devkit/build-angular": "^18.2.11",
|
||||
"@angular/cli": "^18.2.11",
|
||||
"@angular/compiler-cli": "^18.2.11",
|
||||
"@types/express": "^4.17.17",
|
||||
"@types/jasmine": "~5.1.0",
|
||||
"@types/node": "^18.18.0",
|
||||
"compression-webpack-plugin": "^11.1.0",
|
||||
"gzipper": "^7.2.0",
|
||||
"jasmine-core": "~5.2.0",
|
||||
|
||||
Reference in New Issue
Block a user