|
| 1 | +{ |
| 2 | + "name": "@spoosh/example-angular-ecommerce", |
| 3 | + "private": true, |
| 4 | + "version": "0.0.0", |
| 5 | + "scripts": { |
| 6 | + "ng": "ng", |
| 7 | + "dev": "ng serve --port 4204", |
| 8 | + "build": "ng build", |
| 9 | + "preview": "ng serve --port 4214 --configuration production", |
| 10 | + "typecheck": "ng build --configuration development", |
| 11 | + "lint": "eslint 'src/**/*.ts' --fix", |
| 12 | + "format": "prettier --write 'src/**/*.ts'", |
| 13 | + "msw:init": "msw init public --save" |
| 14 | + }, |
| 15 | + "dependencies": { |
| 16 | + "@angular/common": "21.2.16", |
| 17 | + "@angular/compiler": "21.2.16", |
| 18 | + "@angular/core": "21.2.16", |
| 19 | + "@angular/forms": "21.2.16", |
| 20 | + "@angular/platform-browser": "21.2.16", |
| 21 | + "@angular/router": "21.2.16", |
| 22 | + "@spoosh/core": "workspace:*", |
| 23 | + "@spoosh/devtool": "workspace:*", |
| 24 | + "@spoosh/plugin-cache": "workspace:*", |
| 25 | + "@spoosh/plugin-debounce": "workspace:*", |
| 26 | + "@spoosh/plugin-deduplication": "workspace:*", |
| 27 | + "@spoosh/plugin-gc": "workspace:*", |
| 28 | + "@spoosh/plugin-invalidation": "workspace:*", |
| 29 | + "@spoosh/plugin-optimistic": "workspace:*", |
| 30 | + "@spoosh/plugin-polling": "workspace:*", |
| 31 | + "@spoosh/plugin-prefetch": "workspace:*", |
| 32 | + "@spoosh/plugin-progress": "workspace:*", |
| 33 | + "@spoosh/plugin-refetch": "workspace:*", |
| 34 | + "@spoosh/plugin-retry": "workspace:*", |
| 35 | + "@spoosh/plugin-transform": "workspace:*", |
| 36 | + "@spoosh/angular": "workspace:*", |
| 37 | + "msw": "^2.11.3", |
| 38 | + "rxjs": "~7.8.0", |
| 39 | + "tslib": "^2.3.0", |
| 40 | + "zone.js": "~0.15.0" |
| 41 | + }, |
| 42 | + "devDependencies": { |
| 43 | + "@angular-devkit/build-angular": "21.2.14", |
| 44 | + "@angular/cli": "21.2.14", |
| 45 | + "@angular/compiler-cli": "21.2.16", |
| 46 | + "@types/node": "^20.0.0", |
| 47 | + "typescript": "~5.9.2" |
| 48 | + } |
| 49 | +} |
0 commit comments