This repository has been archived by the owner on Mar 26, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.88 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
{
"name": "nativescript-pure-emoji-picker",
"version": "0.1.0",
"description": "This is an emoji picker for nativescript purly out of nativescript components!",
"license": "MIT",
"readme": "See readme in README.md",
"repository": "https://github.com/hrueger/nativescript-pure-emoji-picker",
"author": "H. Rüger",
"nativescript": {
"id": "com.hrueger.nativescriptpureemojipicker",
"tns-ios": {
"version": "6.0.1"
},
"tns-android": {
"version": "6.0.0"
}
},
"greenkeeper": {
"ignore": [
"typescript"
]
},
"scripts": {
"build": "ng-packagr -p lib/package.json && copy README.md dist && copy LICENSE dist",
"ios": "tns run ios",
"debug.ios": "tns debug ios",
"android": "tns run android",
"debug.android": "tns debug android",
"tslint": "tslint -p tsconfig.json"
},
"dependencies": {
"@angular/animations": "~9.0.7",
"@angular/common": "~8.2.14",
"@angular/compiler": "~8.2.14",
"@angular/core": "~8.2.14",
"@angular/forms": "~8.2.14",
"@angular/http": "~7.2.16",
"@angular/platform-browser": "~8.2.14",
"@angular/platform-browser-dynamic": "~8.2.14",
"@angular/router": "~8.2.14",
"nativescript-angular": "~8.21.0",
"nativescript-emoji-picker": "file:./lib/",
"nativescript-theme-core": "~2.0.24",
"nativescript-ui-listview": "8.1.0",
"reflect-metadata": "~0.1.13",
"rxjs": "~6.5.4",
"tns-core-modules": "^6.5.0",
"zone.js": "^0.10.3"
},
"devDependencies": {
"@angular/compiler-cli": "^8.2.14",
"ng-packagr": "^9.0.0",
"typescript": "3.8.2",
"nativescript-dev-webpack": "~1.5.1",
"@ngtools/webpack": "9.0.7",
"tslint": "^6.1.0"
}
}