fix s
Showing
This diff is collapsed.
... | @@ -6,7 +6,8 @@ | ... | @@ -6,7 +6,8 @@ |
"start": "ng serve", | "start": "ng serve", | ||
"build": "ng build", | "build": "ng build", | ||
"watch": "ng build --watch --configuration development", | "watch": "ng build --watch --configuration development", | ||
"test": "ng test" | "test": "ng test", | ||
"extract-i18n": "ng extract-i18n && xliffmerge --profile xliffmerge.json" | |||
}, | }, | ||
"private": true, | "private": true, | ||
"dependencies": { | "dependencies": { | ||
... | @@ -45,6 +46,8 @@ | ... | @@ -45,6 +46,8 @@ |
"karma-coverage": "~2.2.0", | "karma-coverage": "~2.2.0", | ||
"karma-jasmine": "~5.1.0", | "karma-jasmine": "~5.1.0", | ||
"karma-jasmine-html-reporter": "~2.1.0", | "karma-jasmine-html-reporter": "~2.1.0", | ||
"typescript": "~5.4.2" | "ngx-i18nsupport": "^0.17.1", | ||
"typescript": "~5.4.2", | |||
"xliffmerge": "^1.0.0" | |||
} | } | ||
} | } |
Please register or sign in to comment