-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
57 lines (57 loc) · 1.58 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
{
"name": "@danvick/ngx-translate-nativescript-loader",
"version": "3.0.1",
"description": "A loader for `ngx-translate` that loads locally stored translations for NativeScript.",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
"build": "npm run clean && tsc",
"watch": "npm run clean && tsc --watch",
"clean": "rm -rf ./dist",
"lint": "tslint --force '*.ts'"
},
"files": [
"dist/"
],
"repository": {
"type": "git",
"url": "https://github.com/danvick/ngx-translate-nativescript-loader.git"
},
"keywords": [
"ngx-translate nativescript",
"nativescript",
"ngx-translate"
],
"author": "Danvick Miller <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/danvick/ngx-translate-nativescript-loader/issues"
},
"homepage": "https://github.com/danvick/ngx-translate-nativescript-loader",
"engines": {
"node": ">=4.1.1"
},
"config": {},
"peerDependencies": {
"@angular/common": "^11.0.0",
"@angular/core": "^11.0.0",
"@nativescript/angular": "^11.0.0",
"@nativescript/core": "^7.0.0",
"@ngx-translate/core": "^13.0.0"
},
"dependencies": {},
"devDependencies": {
"@angular/common": "^11.0.0",
"@angular/core": "^11.0.0",
"@angular/platform-browser": "^11.0.0",
"@nativescript/angular": "^11.0.0",
"@nativescript/core": "^7.0.0",
"@ngx-translate/core": "^13.0.0",
"rxjs": "^6.2.0",
"rxjs-compat": "^6.2.0",
"tslint": "5.8.0",
"tslint-eslint-rules": "4.1.1",
"typescript": "3.9.7",
"zone.js": "~0.10.3"
}
}