|
7 | 7 | "build": "ng build host --configuration=development", |
8 | 8 | "build-deploy": "APP=host && ng build $APP --configuration=$BUILD --output-path=\"../../dist/$STAGE/$APP\" --base-href=\"https://dont-code.net/apps/$STAGE/$APP/\"", |
9 | 9 | "watch": "ng build --watch --configuration development", |
10 | | - "test": "cd projects/host && ../../node_modules/.bin/vitest" |
| 10 | + "test": "ng test" |
11 | 11 | }, |
12 | 12 | "private": false, |
13 | 13 | "repository": { |
|
26 | 26 | "xt-plugin-default": "workspace:^", |
27 | 27 | "xt-type": "workspace:^", |
28 | 28 | "xt-store": "workspace:^", |
| 29 | + "dc-workflow": "workspace:^", |
29 | 30 | "rxjs": "^7.8.2", |
30 | 31 | "tslib": "^2.8.1", |
31 | 32 | "es-module-shims": "^2.8.0", |
|
34 | 35 | "@primeuix/themes": "^2.0.3", |
35 | 36 | "tailwindcss": "~4.2.2", |
36 | 37 | "@ngrx/signals": "^21.1.0", |
37 | | - "@softarc/native-federation-runtime": "^3.3.6", |
38 | | - "@angular-architects/native-federation": "^21.2.3" |
| 38 | + "@softarc/native-federation-runtime": "^3.3.6" |
39 | 39 | }, |
40 | 40 | "devDependencies": { |
| 41 | + "@angular-architects/native-federation": "^21.2.3", |
41 | 42 | "@primeuix/utils": "^0.7.1", |
42 | 43 | "@primeuix/styled": "^0.7.2", |
| 44 | + "@primeuix/styles": "^2.0.3", |
| 45 | + "@primeuix/motion": "^0.1.1", |
| 46 | + "@types/node": "^24.12.2", |
43 | 47 | "@tailwindcss/postcss": "~4.2.2", |
44 | 48 | "postcss": "~8.5.6", |
45 | 49 | "@angular-devkit/build-angular": "^21.2.6", |
|
49 | 53 | "ng-packagr": "^21.2.2", |
50 | 54 | "typescript": "^5.9.3", |
51 | 55 | "happy-dom": "^20.8.9", |
52 | | - "@analogjs/vite-plugin-angular":"^2.4.0", |
53 | | - "@analogjs/vitest-angular": "^2.4.0", |
54 | 56 | "jsdom": "^29.0.1", |
55 | | - "vite": "^8.0.3", |
56 | 57 | "vitest": "^4.1.2" |
57 | 58 | } |
58 | 59 | } |
0 commit comments