mirror of
https://gitlab.com/novaloop-oss/angular/localization.git
synced 2025-12-06 04:51:52 +00:00
feat: adds scully
This commit is contained in:
10
package.json
10
package.json
@@ -10,7 +10,9 @@
|
||||
"e2e": "ng e2e",
|
||||
"translate-en": "poedit src/locales/messages.en.xlf",
|
||||
"extract-i18n": "ng xi18n localization --output-path src/locales && xliffmerge",
|
||||
"xliffmerge": "./node_modules/ngx-i18nsupport/dist/xliffmerge"
|
||||
"xliffmerge": "./node_modules/ngx-i18nsupport/dist/xliffmerge",
|
||||
"scully": "scully",
|
||||
"scully:serve": "scully serve"
|
||||
},
|
||||
"xliffmergeOptions": {
|
||||
"srcDir": "src/locales",
|
||||
@@ -31,6 +33,9 @@
|
||||
"@angular/platform-browser": "~10.0.0",
|
||||
"@angular/platform-browser-dynamic": "~10.0.0",
|
||||
"@angular/router": "~10.0.0",
|
||||
"@scullyio/init": "^1.0.1",
|
||||
"@scullyio/ng-lib": "^1.0.0",
|
||||
"@scullyio/scully": "^1.0.0",
|
||||
"ngx-i18nsupport": "^0.17.1",
|
||||
"rxjs": "~6.5.5",
|
||||
"tslib": "^2.0.0",
|
||||
@@ -40,9 +45,10 @@
|
||||
"@angular-devkit/build-angular": "~0.1000.0",
|
||||
"@angular/cli": "~10.0.0",
|
||||
"@angular/compiler-cli": "~10.0.0",
|
||||
"@types/node": "^12.11.1",
|
||||
"@scullyio/scully-plugin-base-href-rewrite": "^1.0.0-beta.0",
|
||||
"@types/jasmine": "~3.5.0",
|
||||
"@types/jasminewd2": "~2.0.3",
|
||||
"@types/node": "^12.19.4",
|
||||
"codelyzer": "^6.0.0-next.1",
|
||||
"jasmine-core": "~3.5.0",
|
||||
"jasmine-spec-reporter": "~5.0.0",
|
||||
|
||||
Reference in New Issue
Block a user