Version Info

This commit is contained in:
2024-05-16 13:20:42 -05:00
parent 08c53e2eb2
commit cb73daf863
3 changed files with 54 additions and 16 deletions

View File

@@ -4,8 +4,9 @@
"scripts": {
"ng": "ng",
"start": "ng serve & http-server ../bizmatch-server",
"build": "ng build",
"build.dev": "ng build --configuration dev",
"prebuild": "node version.js",
"build": "node version.js && ng build",
"build.dev": "node version.js && ng build --configuration dev",
"watch": "ng build --watch --configuration development",
"test": "ng test",
"serve:ssr:bizmatch": "node dist/bizmatch/server/server.mjs"
@@ -33,6 +34,7 @@
"angular-mixed-cdk-drag-drop": "^2.2.3",
"browser-bunyan": "^1.8.0",
"cropperjs": "^1.6.1",
"dayjs": "^1.11.11",
"express": "^4.18.2",
"jwt-decode": "^4.0.0",
"keycloak-js": "^23.0.7",
@@ -64,4 +66,4 @@
"karma-jasmine-html-reporter": "~2.1.0",
"typescript": "~5.3.3"
}
}
}