package.json
{
"name": "oworms",
"version": "2.8.1",
"scripts": {
"ng": "ng",
"start": "node server.js",
"start-l": "ng serve --proxy-config=proxy.conf.json",
"build": "ng build",
"heroku-postbuild": "ng build --aot --configuration production"
},
"private": true,
"dependencies": {
"@angular/animations": "~16.0.4",
"@angular/cli": "~16.0.4",
"@angular/common": "~16.0.4",
"@angular/compiler": "~16.0.4",
"@angular/compiler-cli": "~16.0.4",
"@angular/core": "^16.0.4",
"@angular/forms": "~16.0.4",
"@angular/platform-browser": "~16.0.4",
"@angular/platform-browser-dynamic": "~16.0.4",
"@angular/router": "~16.0.4",
"enhanced-resolve": "^5.8.3",
"express": "^4.18.2",
"http-proxy-middleware": "^2.0.2",
"path": "^0.12.7",
"rxjs": "^7.5.7",
"tslib": "^2.3.1",
"zone.js": "~0.13.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "~16.0.4",
"@types/node": "^18.11.7",
"ts-node": "~10.9.1",
"typescript": "~5.0.4"
}
}