-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 2.04 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "@pearnaly/ngx-translate-browser-i18n-loader",
"version": "1.2.6",
"description": "Loads _locale/<lang>/messages.json translation files as defined by the browser.i18n (or chrome.i18n) api for browser extensions made with Angular and translated with ngx-translate",
"repository": "https://github.com/pearnaly/ngx-translate-browser-i18n-loader.git",
"homepage": "https://github.com/pearnaly/ngx-translate-browser-i18n-loader",
"author": "Paul-Émile Arnaly <pearnaly@gmail.com>",
"license": "MIT",
"keywords": [
"ngx-translate",
"loader",
"angular",
"browser extension",
"browser.i18n",
"chrome.i18n"
],
"scripts": {
"clean": "rimraf dist",
"build": "npm run clean && ng build --prod",
"watch": "npm run clean && tsc --watch --sourceMap",
"lint": "ng lint",
"publish": "npm publish dist --access=public"
},
"peerDependencies": {
"@angular/core": ">=10.0.0",
"@angular/common": ">=10.0.0",
"@ngx-translate/core": ">=11.0.0",
"rxjs": ">=6.5.5"
},
"dependencies": {},
"devDependencies": {
"@angular-devkit/build-angular": "^0.1102.12",
"@angular-devkit/build-ng-packagr": "^0.1002.0",
"@angular-eslint/builder": "^4.2.0",
"@angular-eslint/eslint-plugin": "4.2.0",
"@angular-eslint/eslint-plugin-template": "4.2.0",
"@angular-eslint/schematics": "4.2.0",
"@angular-eslint/template-parser": "4.2.0",
"@angular/cli": "^11.2.12",
"@angular/common": "^11.2.13",
"@angular/compiler": "^11.2.13",
"@angular/compiler-cli": "^11.2.13",
"@angular/core": "^11.2.13",
"@ngx-translate/core": "^13.0.0",
"@schematics/angular": "^11.2.12",
"@typescript-eslint/eslint-plugin": "4.16.1",
"@typescript-eslint/parser": "4.16.1",
"eslint": "^7.6.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-config-airbnb-typescript": "^12.3.1",
"eslint-plugin-import": "^2.22.1",
"ng-packagr": "^11.0.0",
"rimraf": "^3.0.2",
"rxjs": "^6.5.5",
"typescript": "~4.1.5",
"web-ext-types": "^3.2.1",
"zone.js": "^0.11.4"
}
}