2024/07/10
売上一覧追加
Showing
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
| ... | ... | @@ -6,11 +6,12 @@ |
| "start": "ng serve", | ||
| "build": "ng build", | ||
| "watch": "ng build --watch --configuration development", | ||
| "test": "ng test" | ||
| "test": "ng test", | ||
| "lint": "ng lint" | ||
| }, | ||
| "private": true, | ||
| "dependencies": { | ||
| "@angular/animations": "^18.0.0", | ||
| "@angular/animations": "^18.0.3", | ||
| "@angular/cdk": "^18.0.3", | ||
| "@angular/common": "^18.0.0", | ||
| "@angular/compiler": "^18.0.0", | ||
| ... | ... | @@ -26,6 +27,7 @@ |
| "bootstrap": "^5.3.2", | ||
| "jquery": "^3.7.1", | ||
| "jqwidgets-ng": "^19.2.2", | ||
| "ngx-bootstrap": "^6.2.0", | ||
| "rxjs": "~7.8.0", | ||
| "tslib": "^2.3.0", | ||
| "zone.js": "~0.14.3" | ||
| ... | ... | @@ -36,12 +38,15 @@ |
| "@angular/compiler-cli": "^18.0.0", | ||
| "@angular/localize": "^18.0.0", | ||
| "@types/jasmine": "~5.1.0", | ||
| "angular-eslint": "18.0.1", | ||
| "eslint": "^9.3.0", | ||
| "jasmine-core": "~5.1.0", | ||
| "karma": "~6.4.0", | ||
| "karma-chrome-launcher": "~3.2.0", | ||
| "karma-coverage": "~2.2.0", | ||
| "karma-jasmine": "~5.1.0", | ||
| "karma-jasmine-html-reporter": "~2.1.0", | ||
| "typescript": "~5.4.2" | ||
| "typescript": "~5.4.2", | ||
| "typescript-eslint": "8.0.0-alpha.20" | ||
| } | ||
| } | ||
| \ No newline at end of file |
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
Please
register
or
sign in
to comment