rename dmp-frontend to frontend

This commit is contained in:
amentis 2024-07-09 11:21:04 +03:00
parent 94a690915a
commit 38544f463f
1332 changed files with 14346 additions and 484 deletions

View File

@ -1,4 +1,4 @@
# DmpFrontend2 # Frontend2
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 1.7.4. This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 1.7.4.

View File

@ -3,7 +3,7 @@
"version": 1, "version": 1,
"newProjectRoot": "projects", "newProjectRoot": "projects",
"projects": { "projects": {
"dmp-frontend": { "frontend": {
"root": "", "root": "",
"sourceRoot": "src", "sourceRoot": "src",
"projectType": "application", "projectType": "application",
@ -91,18 +91,18 @@
"serve": { "serve": {
"builder": "@angular-devkit/build-angular:dev-server", "builder": "@angular-devkit/build-angular:dev-server",
"options": { "options": {
"buildTarget": "dmp-frontend:build" "buildTarget": "frontend:build"
}, },
"configurations": { "configurations": {
"production": { "production": {
"buildTarget": "dmp-frontend:build:production" "buildTarget": "frontend:build:production"
} }
} }
}, },
"extract-i18n": { "extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n", "builder": "@angular-devkit/build-angular:extract-i18n",
"options": { "options": {
"buildTarget": "dmp-frontend:build" "buildTarget": "frontend:build"
} }
}, },
"test": { "test": {
@ -130,7 +130,7 @@
} }
} }
}, },
"dmp-frontend-e2e": { "frontend-e2e": {
"root": "", "root": "",
"sourceRoot": "e2e", "sourceRoot": "e2e",
"projectType": "application", "projectType": "application",
@ -139,7 +139,7 @@
"builder": "@angular-devkit/build-angular:protractor", "builder": "@angular-devkit/build-angular:protractor",
"options": { "options": {
"protractorConfig": "./protractor.conf.js", "protractorConfig": "./protractor.conf.js",
"devServerTarget": "dmp-frontend:serve" "devServerTarget": "frontend:serve"
} }
} }
} }

View File

@ -1,6 +1,6 @@
import { AppPage } from './app.po'; import { AppPage } from './app.po';
describe('dmp-frontend2 App', () => { describe('frontend2 App', () => {
let page: AppPage; let page: AppPage;
beforeEach(() => { beforeEach(() => {

13861
frontend/package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

View File

@ -1,5 +1,5 @@
{ {
"name": "dmp-frontend2", "name": "frontend2",
"version": "0.0.0", "version": "0.0.0",
"license": "MIT", "license": "MIT",
"scripts": { "scripts": {
@ -21,10 +21,13 @@
"@angular/material-moment-adapter": "^18.0.2", "@angular/material-moment-adapter": "^18.0.2",
"@angular/platform-browser": "^18.0.2", "@angular/platform-browser": "^18.0.2",
"@kolkov/angular-editor": "^2.1.0", "@kolkov/angular-editor": "^2.1.0",
"@mat-datetimepicker/core": "^13.0.2",
"@mat-datetimepicker/moment": "^13.0.2",
"@ngx-translate/core": "^15.0.0", "@ngx-translate/core": "^15.0.0",
"@ngx-translate/http-loader": "^8.0.0", "@ngx-translate/http-loader": "^8.0.0",
"@swimlane/ngx-datatable": "^20.1.0", "@swimlane/ngx-datatable": "^20.1.0",
"@tinymce/tinymce-angular": "^7.0.0", "@tinymce/tinymce-angular": "^8.0.0",
"angular-mentions": "^1.5.0",
"bootstrap": "^4.6.0", "bootstrap": "^4.6.0",
"cookieconsent": "^3.1.1", "cookieconsent": "^3.1.1",
"dragula": "^3.7.3", "dragula": "^3.7.3",
@ -33,8 +36,6 @@
"keycloak-js": "^24.0.5", "keycloak-js": "^24.0.5",
"moment": "^2.30.1", "moment": "^2.30.1",
"moment-timezone": "^0.5.45", "moment-timezone": "^0.5.45",
"@mat-datetimepicker/core": "^13.0.2",
"@mat-datetimepicker/moment": "^13.0.2",
"ng-dialog-animation": "^9.0.4", "ng-dialog-animation": "^9.0.4",
"ng2-dragula": "^5.1.0", "ng2-dragula": "^5.1.0",
"ngx-colors": "^3.6.0", "ngx-colors": "^3.6.0",
@ -44,7 +45,7 @@
"ngx-guided-tour": "^2.0.1", "ngx-guided-tour": "^2.0.1",
"ngx-matomo-client": "^6.2.0", "ngx-matomo-client": "^6.2.0",
"rxjs": "^7.4.0", "rxjs": "^7.4.0",
"tinymce": "^6.7.0", "tinymce": "^7.2.0",
"ts-simple-nameof": "^1.3.1", "ts-simple-nameof": "^1.3.1",
"tslib": "^2.6.3", "tslib": "^2.6.3",
"zone.js": "~0.14.4" "zone.js": "~0.14.4"
@ -62,7 +63,7 @@
"@types/file-saver": "^2.0.7", "@types/file-saver": "^2.0.7",
"@types/moment-timezone": "^0.5.13", "@types/moment-timezone": "^0.5.13",
"@types/node": "^20.14.2", "@types/node": "^20.14.2",
"codelyzer": "^6.0.2", "codelyzer": "^0.0.28",
"ts-node": "~10.9.2", "ts-node": "~10.9.2",
"tslint": "~6.1.0", "tslint": "~6.1.0",
"typescript": "5.4.5" "typescript": "5.4.5"

Some files were not shown because too many files have changed in this diff Show More