@corellia/ngx-translation-io
Version:
Add this package to localize your Angular application.<br />
62 lines (61 loc) • 2.36 kB
JSON
{
"name": "angular-tio-example",
"version": "0.0.0",
"description": "Example project from an angular-tio guide.",
"license": "MIT",
"scripts": {
"ng": "ng",
"watch": "ng build --watch --configuration development",
"test": "ng test",
"e2e": "ng e2e",
"start": "npm run start-en",
"start-en": "ng serve --configuration=en",
"start-fr": "ng serve --configuration=fr",
"start-nl": "ng serve --configuration=nl",
"build": "npm run i18n && npm run translationio-sync && npm run build-prod",
"build-i18n-and-translationio-init": "npm run i18n && npm run translationio-init",
"build-i18n-and-translationio-sync": "npm run i18n && npm run translationio-sync",
"i18n": "ng extract-i18n",
"translationio-init": "tio --init --options=tio.config.json",
"translationio-sync": "tio --sync --options=tio.config.json",
"translationio-sync-readonly": "tio --sync --readonly --options=tio.config.json",
"translationio-sync-purge": "tio --sync --purge --options=tio.config.json",
"build-prod": "ng build --configuration production"
},
"private": true,
"dependencies": {
"@angular/animations": "^14.1.0-next",
"@angular/common": "^14.1.0-next",
"@angular/compiler": "^14.1.0-next",
"@angular/core": "^14.1.0-next",
"@angular/forms": "^14.1.0-next",
"@angular/localize": "^14.1.0-next",
"@angular/platform-browser": "^14.1.0-next",
"@angular/platform-browser-dynamic": "^14.1.0-next",
"@angular/router": "^14.1.0-next",
"@corellia/ngx-translation-io": "^4.0.0",
"angular-in-memory-web-api": "~0.14.0",
"rxjs": "~7.5.0",
"tslib": "^2.3.0",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "^14.1.0-next",
"@angular/cli": "~14.0.0",
"@angular/compiler-cli": "^14.1.0-next",
"@types/jasmine": "~4.0.0",
"@types/node": "^16.11.35",
"jasmine-core": "~4.3.0",
"jasmine-marbles": "~0.9.2",
"jasmine-spec-reporter": "~7.0.0",
"karma": "~6.4.0",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "~2.2.0",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.0.0",
"ng-extract-i18n-merge": "^2.1.2",
"protractor": "~7.0.0",
"ts-node": "~10.9.0",
"typescript": "~4.7.2"
}
}