2023-06-07 16:13:54 +02:00
|
|
|
{
|
2023-07-13 17:41:11 +02:00
|
|
|
"name": "developers",
|
2023-11-29 07:23:09 +01:00
|
|
|
"version": "1.0.0",
|
2023-06-07 16:13:54 +02:00
|
|
|
"scripts": {
|
|
|
|
"ng": "ng",
|
2023-06-07 16:44:55 +02:00
|
|
|
"start": "ng serve --host 0.0.0.0 --disable-host-check --port=5100",
|
2023-06-07 16:13:54 +02:00
|
|
|
"build": "ng build",
|
2023-06-07 16:44:55 +02:00
|
|
|
"build-dev": "ng build --configuration=development",
|
|
|
|
"build-beta": "ng build --configuration=beta",
|
|
|
|
"build-prod": "ng build --configuration production",
|
|
|
|
"webpack-bundle-analyzer": "ng build --stats-json && webpack-bundle-analyzer dist/monitor-dashboard/browser/stats.json --host 0.0.0.0",
|
|
|
|
"test": "ng test",
|
|
|
|
"after-build-clean": "rm -rf dist/connect-admin/assets/common-assets/.git dist/connect-admin/assets/openaire-theme/.git .angular"
|
2023-06-07 16:13:54 +02:00
|
|
|
},
|
|
|
|
"private": true,
|
|
|
|
"dependencies": {
|
2024-09-23 10:21:07 +02:00
|
|
|
"@angular/animations": "^18.2.5",
|
|
|
|
"@angular/common": "^18.2.5",
|
|
|
|
"@angular/compiler": "^18.2.5",
|
|
|
|
"@angular/core": "^18.2.5",
|
|
|
|
"@angular/forms": "^18.2.5",
|
2024-09-24 10:39:04 +02:00
|
|
|
"@angular/material": "^18.2.5",
|
2024-09-23 10:21:07 +02:00
|
|
|
"@angular/platform-browser": "^18.2.5",
|
|
|
|
"@angular/platform-browser-dynamic": "^18.2.5",
|
|
|
|
"@angular/router": "^18.2.5",
|
2024-09-24 10:39:04 +02:00
|
|
|
"jquery": "^3.4.1",
|
|
|
|
"ng-recaptcha-2": "^14.0.0",
|
2023-07-18 14:28:17 +02:00
|
|
|
"ng2-ckeditor": "1.3.7",
|
2023-06-07 16:36:25 +02:00
|
|
|
"rxjs": "^6.5.1",
|
2023-06-07 16:13:54 +02:00
|
|
|
"tslib": "^2.3.0",
|
2023-08-23 11:34:26 +02:00
|
|
|
"uikit": "3.16.24",
|
2024-09-23 09:18:17 +02:00
|
|
|
"zone.js": "~0.14.0"
|
2023-06-07 16:13:54 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-09-23 10:21:07 +02:00
|
|
|
"@angular-devkit/build-angular": "^18.2.5",
|
|
|
|
"@angular/cli": "~18.2.5",
|
|
|
|
"@angular/compiler-cli": "^18.2.5",
|
2023-06-07 16:36:25 +02:00
|
|
|
"@types/jasmine": "~3.6.0",
|
2024-09-23 10:21:07 +02:00
|
|
|
"@types/node": "^18.19.1",
|
2023-06-07 16:13:54 +02:00
|
|
|
"jasmine-core": "~4.1.0",
|
|
|
|
"karma": "~6.3.0",
|
|
|
|
"karma-chrome-launcher": "~3.1.0",
|
|
|
|
"karma-coverage": "~2.2.0",
|
|
|
|
"karma-jasmine": "~5.0.0",
|
|
|
|
"karma-jasmine-html-reporter": "~1.7.0",
|
2024-09-24 10:39:04 +02:00
|
|
|
"replace-in-file": "^8.2.0",
|
2024-09-23 10:15:07 +02:00
|
|
|
"typescript": "~5.4.0"
|
2023-06-07 16:13:54 +02:00
|
|
|
}
|
2024-09-23 09:23:48 +02:00
|
|
|
}
|