2017-09-22 12:26:08 +02:00
|
|
|
{
|
2021-07-14 14:04:42 +02:00
|
|
|
"name": "connect-admin",
|
|
|
|
"version": "1.0.0",
|
2017-09-22 12:26:08 +02:00
|
|
|
"scripts": {
|
2018-10-30 16:31:16 +01:00
|
|
|
"ng": "ng",
|
2022-06-28 20:15:05 +02:00
|
|
|
"start": "ng serve --host 0.0.0.0 --disable-host-check --port=5000",
|
2021-07-14 14:04:42 +02:00
|
|
|
"build": "ng build",
|
|
|
|
"build-dev": "ng build --configuration=development",
|
|
|
|
"build-beta": "ng build --configuration=beta",
|
2022-09-23 14:56:30 +02:00
|
|
|
"build-prod": "ng build --configuration production",
|
2021-07-14 14:04:42 +02:00
|
|
|
"webpack-bundle-analyzer": "ng build --stats-json && webpack-bundle-analyzer dist/monitor-dashboard/browser/stats.json --host 0.0.0.0",
|
2018-10-30 16:31:16 +01:00
|
|
|
"test": "ng test",
|
2020-06-30 12:32:32 +02:00
|
|
|
"e2e": "ng e2e",
|
2021-07-14 14:04:42 +02:00
|
|
|
"mining": "chmod +x interactivemining-install.sh && ./interactivemining-install.sh",
|
2023-08-04 10:21:30 +02:00
|
|
|
"postinstall": "npm run mining",
|
2022-09-23 16:14:20 +02:00
|
|
|
"after-build-clean": "rm -rf dist/connect-admin/assets/common-assets/.git dist/connect-admin/assets/openaire-theme/.git .angular"
|
2017-09-22 12:26:08 +02:00
|
|
|
},
|
2018-10-30 16:31:16 +01:00
|
|
|
"private": true,
|
2017-09-22 12:26:08 +02:00
|
|
|
"dependencies": {
|
2023-08-04 10:03:37 +02:00
|
|
|
"@angular/animations": "^16.1.8",
|
2023-08-04 10:04:31 +02:00
|
|
|
"@angular/cdk": "^16.1.7",
|
2023-08-04 10:03:37 +02:00
|
|
|
"@angular/common": "^16.1.8",
|
|
|
|
"@angular/compiler": "^16.1.8",
|
|
|
|
"@angular/core": "^16.1.8",
|
|
|
|
"@angular/forms": "^16.1.8",
|
|
|
|
"@angular/localize": "^16.1.8",
|
2023-08-04 10:04:31 +02:00
|
|
|
"@angular/material": "^16.1.7",
|
2023-08-04 10:03:37 +02:00
|
|
|
"@angular/platform-browser": "^16.1.8",
|
|
|
|
"@angular/platform-browser-dynamic": "^16.1.8",
|
|
|
|
"@angular/router": "^16.1.8",
|
2018-02-15 12:30:50 +01:00
|
|
|
"clipboard": "^1.5.16",
|
2021-07-14 14:04:42 +02:00
|
|
|
"core-js": "^2.5.4",
|
|
|
|
"express": "^4.15.2",
|
2019-06-03 16:52:33 +02:00
|
|
|
"jquery": "^3.4.1",
|
2023-08-04 10:03:37 +02:00
|
|
|
"ng-recaptcha": "^12.0.2",
|
2022-09-26 15:57:16 +02:00
|
|
|
"ng2-ckeditor": "1.3.7",
|
2023-08-04 10:49:19 +02:00
|
|
|
"ngx-color-picker": "^14.0.0",
|
2021-07-14 14:04:42 +02:00
|
|
|
"rxjs": "^6.5.1",
|
2022-06-23 18:48:02 +02:00
|
|
|
"sass-loader": "7.3.1",
|
2018-02-16 16:40:47 +01:00
|
|
|
"ts-md5": "^1.2.0",
|
2021-07-14 14:04:42 +02:00
|
|
|
"tslib": "^2.0.0",
|
2023-08-23 17:37:48 +02:00
|
|
|
"uikit": "3.16.24",
|
2023-08-04 10:01:49 +02:00
|
|
|
"zone.js": "~0.13.1"
|
2017-09-22 12:26:08 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-08-04 10:03:37 +02:00
|
|
|
"@angular-devkit/build-angular": "^16.1.7",
|
|
|
|
"@angular/cli": "^16.1.7",
|
|
|
|
"@angular/compiler-cli": "^16.1.8",
|
|
|
|
"@angular/language-service": "^16.1.8",
|
2023-09-14 20:47:48 +02:00
|
|
|
"@types/ckeditor": "^4.9.10",
|
2021-07-14 14:04:42 +02:00
|
|
|
"@types/express": "^4.17.0",
|
|
|
|
"@types/jasmine": "~3.6.0",
|
2019-06-03 16:52:33 +02:00
|
|
|
"@types/jasminewd2": "~2.0.3",
|
2021-07-14 14:04:42 +02:00
|
|
|
"codelyzer": "^6.0.0",
|
|
|
|
"jasmine-core": "~3.8.0",
|
|
|
|
"jasmine-spec-reporter": "~5.0.0",
|
|
|
|
"karma": "~6.3.4",
|
|
|
|
"karma-chrome-launcher": "~3.1.0",
|
|
|
|
"karma-coverage-istanbul-reporter": "~3.0.2",
|
|
|
|
"karma-jasmine": "~4.0.0",
|
|
|
|
"karma-jasmine-html-reporter": "^1.6.0",
|
|
|
|
"protractor": "~7.0.0",
|
2019-06-03 16:52:33 +02:00
|
|
|
"ts-node": "~7.0.0",
|
2023-08-04 09:56:49 +02:00
|
|
|
"typescript": "~4.9.5"
|
2017-09-22 12:26:08 +02:00
|
|
|
}
|
2023-08-04 10:21:30 +02:00
|
|
|
}
|