Skip to content

Commit 599182b

Browse files
committed
dissendium => rocketadmin
1 parent 9077845 commit 599182b

4 files changed

Lines changed: 77 additions & 77 deletions

File tree

frontend/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ RUN if [ -n "$VERSION" ]; then \
1717
RUN ng build --configuration=production
1818

1919
FROM public.ecr.aws/docker/library/nginx:alpine
20-
COPY --from=builder /app/dist/dissendium-v0/ /usr/share/nginx/html/
20+
COPY --from=builder /app/dist/rocketadmin/ /usr/share/nginx/html/
2121
COPY nginx/default.conf.template /etc/nginx/templates/

frontend/angular.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": 1,
44
"newProjectRoot": "projects",
55
"projects": {
6-
"dissendium-v0": {
6+
"rocketadmin": {
77
"projectType": "application",
88
"schematics": {},
99
"root": "",
@@ -14,7 +14,7 @@
1414
"builder": "@angular/build:application",
1515
"options": {
1616
"outputPath": {
17-
"base": "dist/dissendium-v0"
17+
"base": "dist/rocketadmin"
1818
},
1919
"index": "src/index.html",
2020
"polyfills": ["src/polyfills.ts"],
@@ -126,32 +126,32 @@
126126
"serve": {
127127
"builder": "@angular-devkit/build-angular:dev-server",
128128
"options": {
129-
"buildTarget": "dissendium-v0:build",
129+
"buildTarget": "rocketadmin:build",
130130
"host": "127.0.0.1",
131131
"proxyConfig": "src/proxy.conf.json"
132132
},
133133
"configurations": {
134134
"production": {
135-
"buildTarget": "dissendium-v0:build:production"
135+
"buildTarget": "rocketadmin:build:production"
136136
},
137137
"saas": {
138-
"buildTarget": "dissendium-v0:build:saas"
138+
"buildTarget": "rocketadmin:build:saas"
139139
},
140140
"development": {
141-
"buildTarget": "dissendium-v0:build:development"
141+
"buildTarget": "rocketadmin:build:development"
142142
}
143143
}
144144
},
145145
"extract-i18n": {
146146
"builder": "@angular-devkit/build-angular:extract-i18n",
147147
"options": {
148-
"buildTarget": "dissendium-v0:build"
148+
"buildTarget": "rocketadmin:build"
149149
}
150150
},
151151
"test": {
152152
"builder": "@angular/build:unit-test",
153153
"options": {
154-
"buildTarget": "dissendium-v0:build",
154+
"buildTarget": "rocketadmin:build",
155155
"runner": "vitest",
156156
"tsConfig": "tsconfig.spec.json",
157157
"setupFiles": ["src/test-setup.ts"],

frontend/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "dissendium-v0",
2+
"name": "rocketadmin",
33
"version": "1.0.0",
44
"scripts": {
55
"ng": "ng",
@@ -9,7 +9,7 @@
99
"test:ci": "ng test --no-watch",
1010
"lint": "ng lint",
1111
"e2e": "ng e2e",
12-
"analyze": "webpack-bundle-analyzer dist/dissendium-v0/stats.json",
12+
"analyze": "webpack-bundle-analyzer dist/rocketadmin/stats.json",
1313
"build:stats": "node scripts/update-version.js && ng build --stats-json",
1414
"update-version": "node scripts/update-version.js"
1515
},

frontend/yarn.lock

Lines changed: 66 additions & 66 deletions
Original file line numberDiff line numberDiff line change
@@ -7675,72 +7675,6 @@ __metadata:
76757675
languageName: node
76767676
linkType: hard
76777677

7678-
"dissendium-v0@workspace:.":
7679-
version: 0.0.0-use.local
7680-
resolution: "dissendium-v0@workspace:."
7681-
dependencies:
7682-
"@angular-devkit/build-angular": 20
7683-
"@angular/animations": ~20.3.16
7684-
"@angular/build": 20.3.14
7685-
"@angular/cdk": ~20.2.14
7686-
"@angular/cli": ~20.3.14
7687-
"@angular/common": ~20.3.16
7688-
"@angular/compiler": ~20.3.16
7689-
"@angular/compiler-cli": ~20.3.16
7690-
"@angular/core": ~20.3.16
7691-
"@angular/forms": ~20.3.16
7692-
"@angular/language-service": ~20.3.16
7693-
"@angular/material": ~20.2.14
7694-
"@angular/platform-browser": ~20.3.16
7695-
"@angular/platform-browser-dynamic": ~20.3.16
7696-
"@angular/router": ~20.3.16
7697-
"@brumeilde/ngx-theme": ^1.2.1
7698-
"@jsonurl/jsonurl": ^1.1.8
7699-
"@ngstack/code-editor": ^9.0.0
7700-
"@sentry-internal/rrweb": ^2.16.0
7701-
"@sentry/angular": ^10.33.0
7702-
"@stripe/stripe-js": ^5.3.0
7703-
"@types/google-one-tap": ^1.2.6
7704-
"@types/lodash": ^4.17.13
7705-
"@types/node": ^22.10.2
7706-
"@vitest/browser": ^3.1.1
7707-
"@zxcvbn-ts/core": ^3.0.4
7708-
"@zxcvbn-ts/language-en": ^3.0.2
7709-
amplitude-js: ^8.21.9
7710-
angular-password-strength-meter: "npm:@eresearchqut/angular-password-strength-meter@^13.0.7"
7711-
angulartics2: ^14.1.0
7712-
color-string: ^2.0.1
7713-
convert: ^5.12.0
7714-
date-fns: ^4.1.0
7715-
ipaddr.js: ^2.2.0
7716-
jsdom: ^27.4.0
7717-
json5: ^2.2.3
7718-
knip: ^5.79.0
7719-
libphonenumber-js: ^1.12.9
7720-
lodash: ^4.17.21
7721-
lodash-es: ^4.17.21
7722-
mermaid: ^11.12.1
7723-
monaco-editor: 0.55.1
7724-
ng-dynamic-component: ^10.7.0
7725-
ngx-cookie-service: ^19.0.0
7726-
ngx-markdown: ^19.1.1
7727-
ngx-stripe: ^19.0.0
7728-
playwright: ^1.57.0
7729-
pluralize: ^8.0.0
7730-
postgres-interval: ^4.0.2
7731-
private-ip: ^3.0.2
7732-
puppeteer: ^24.29.1
7733-
rxjs: ^7.4.0
7734-
ts-node: ~10.9.2
7735-
tslib: ^2.8.1
7736-
typescript: ~5.9.3
7737-
uuid: ^11.1.0
7738-
validator: ^13.15.20
7739-
vitest: ^3.1.1
7740-
zone.js: ~0.15.0
7741-
languageName: unknown
7742-
linkType: soft
7743-
77447678
"dlv@npm:^1.1.3":
77457679
version: 1.1.3
77467680
resolution: "dlv@npm:1.1.3"
@@ -12366,6 +12300,72 @@ __metadata:
1236612300
languageName: node
1236712301
linkType: hard
1236812302

12303+
"rocketadmin@workspace:.":
12304+
version: 0.0.0-use.local
12305+
resolution: "rocketadmin@workspace:."
12306+
dependencies:
12307+
"@angular-devkit/build-angular": 20
12308+
"@angular/animations": ~20.3.16
12309+
"@angular/build": 20.3.14
12310+
"@angular/cdk": ~20.2.14
12311+
"@angular/cli": ~20.3.14
12312+
"@angular/common": ~20.3.16
12313+
"@angular/compiler": ~20.3.16
12314+
"@angular/compiler-cli": ~20.3.16
12315+
"@angular/core": ~20.3.16
12316+
"@angular/forms": ~20.3.16
12317+
"@angular/language-service": ~20.3.16
12318+
"@angular/material": ~20.2.14
12319+
"@angular/platform-browser": ~20.3.16
12320+
"@angular/platform-browser-dynamic": ~20.3.16
12321+
"@angular/router": ~20.3.16
12322+
"@brumeilde/ngx-theme": ^1.2.1
12323+
"@jsonurl/jsonurl": ^1.1.8
12324+
"@ngstack/code-editor": ^9.0.0
12325+
"@sentry-internal/rrweb": ^2.16.0
12326+
"@sentry/angular": ^10.33.0
12327+
"@stripe/stripe-js": ^5.3.0
12328+
"@types/google-one-tap": ^1.2.6
12329+
"@types/lodash": ^4.17.13
12330+
"@types/node": ^22.10.2
12331+
"@vitest/browser": ^3.1.1
12332+
"@zxcvbn-ts/core": ^3.0.4
12333+
"@zxcvbn-ts/language-en": ^3.0.2
12334+
amplitude-js: ^8.21.9
12335+
angular-password-strength-meter: "npm:@eresearchqut/angular-password-strength-meter@^13.0.7"
12336+
angulartics2: ^14.1.0
12337+
color-string: ^2.0.1
12338+
convert: ^5.12.0
12339+
date-fns: ^4.1.0
12340+
ipaddr.js: ^2.2.0
12341+
jsdom: ^27.4.0
12342+
json5: ^2.2.3
12343+
knip: ^5.79.0
12344+
libphonenumber-js: ^1.12.9
12345+
lodash: ^4.17.21
12346+
lodash-es: ^4.17.21
12347+
mermaid: ^11.12.1
12348+
monaco-editor: 0.55.1
12349+
ng-dynamic-component: ^10.7.0
12350+
ngx-cookie-service: ^19.0.0
12351+
ngx-markdown: ^19.1.1
12352+
ngx-stripe: ^19.0.0
12353+
playwright: ^1.57.0
12354+
pluralize: ^8.0.0
12355+
postgres-interval: ^4.0.2
12356+
private-ip: ^3.0.2
12357+
puppeteer: ^24.29.1
12358+
rxjs: ^7.4.0
12359+
ts-node: ~10.9.2
12360+
tslib: ^2.8.1
12361+
typescript: ~5.9.3
12362+
uuid: ^11.1.0
12363+
validator: ^13.15.20
12364+
vitest: ^3.1.1
12365+
zone.js: ~0.15.0
12366+
languageName: unknown
12367+
linkType: soft
12368+
1236912369
"rollup@npm:4.52.3":
1237012370
version: 4.52.3
1237112371
resolution: "rollup@npm:4.52.3"

0 commit comments

Comments
 (0)