2023-06-07 16:13:54 +02:00
|
|
|
{
|
2023-07-13 17:41:11 +02:00
|
|
|
"name": "developers",
|
2023-06-07 16:13:54 +02:00
|
|
|
"version": "0.0.0",
|
|
|
|
"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": {
|
2023-08-03 16:21:45 +02:00
|
|
|
"@angular/animations": "^15.2.9",
|
|
|
|
"@angular/common": "^15.2.9",
|
|
|
|
"@angular/compiler": "^15.2.9",
|
|
|
|
"@angular/core": "^15.2.9",
|
|
|
|
"@angular/forms": "^15.2.9",
|
|
|
|
"@angular/platform-browser": "^15.2.9",
|
|
|
|
"@angular/platform-browser-dynamic": "^15.2.9",
|
2023-08-03 16:23:09 +02:00
|
|
|
"@angular/material": "^15.2.9",
|
2023-08-03 16:21:45 +02:00
|
|
|
"@angular/router": "^15.2.9",
|
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:44:55 +02:00
|
|
|
"jquery": "^3.4.1",
|
2023-06-07 16:13:54 +02:00
|
|
|
"tslib": "^2.3.0",
|
2023-06-07 16:36:25 +02:00
|
|
|
"uikit": "3.13.10",
|
2023-08-03 16:21:45 +02:00
|
|
|
"ng-recaptcha": "^11.0.0",
|
2023-08-03 16:24:32 +02:00
|
|
|
"zone.js": "~0.13.1"
|
2023-06-07 16:13:54 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-08-03 16:21:45 +02:00
|
|
|
"@angular-devkit/build-angular": "^15.2.9",
|
|
|
|
"@angular/cli": "~15.2.9",
|
|
|
|
"@angular/compiler-cli": "^15.2.9",
|
2023-06-07 16:36:25 +02:00
|
|
|
"@types/jasmine": "~3.6.0",
|
2023-06-07 16:44:55 +02:00
|
|
|
"@types/node": "^12.11.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",
|
2023-08-03 16:19:29 +02:00
|
|
|
"typescript": "~4.9.5"
|
2023-06-07 16:13:54 +02:00
|
|
|
}
|
2023-08-03 16:24:32 +02:00
|
|
|
}
|