-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
82 lines (82 loc) · 2.74 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"name": "groceries-manager",
"version": "3.0.4",
"main": "main.js",
"description": "Groceries list manager",
"keywords": [
"NativeScript"
],
"scripts": {
"release": "standard-version",
"patch": "npm run release -- --release-as patch",
"minor": "npm run release -- --release-as minor",
"major": "npm run release -- --release-as major",
"push": "git push --follow-tags origin master"
},
"nativescript": {
"id": "be.altf1.groceriesngpwa",
"tns-android": {
"version": "5.0.0"
},
"tns-ios": {
"version": "5.0.0"
}
},
"repository": {
"type": "git",
"url": "https://github.com/ALT-F1/GroceriesList.git"
},
"license": "Apache-2.0",
"dependencies": {
"@angular/animations": "6.1.10",
"@angular/common": "6.1.10",
"@angular/core": "6.1.10",
"@angular/forms": "6.1.10",
"@angular/http": "6.1.10",
"@angular/platform-browser": "6.1.10",
"@angular/platform-browser-dynamic": "6.1.10",
"@angular/router": "6.1.10",
"@progress-nativechat/nativescript-nativechat": "2.0.3",
"kinvey-nativescript-sdk": "3.11.6",
"nativescript-accelerometer": "2.0.1",
"nativescript-angular": "6.2.0",
"nativescript-background-http": "3.3.0",
"nativescript-camera": "4.0.3",
"nativescript-fresco": "5.1.0",
"nativescript-geolocation": "4.3.1",
"nativescript-imagepicker": "6.0.4",
"nativescript-intl": "3.0.0",
"nativescript-iqkeyboardmanager": "1.3.0",
"nativescript-social-share": "1.5.1",
"nativescript-theme-core": "1.0.4",
"nativescript-ui-autocomplete": "3.10.1",
"nativescript-ui-calendar": "3.9.0",
"nativescript-ui-chart": "3.9.1",
"nativescript-ui-dataform": "3.7.4",
"nativescript-ui-gauge": "3.7.1",
"nativescript-ui-listview": "3.7.2",
"nativescript-ui-sidedrawer": "5.0.0",
"reflect-metadata": "0.1.12",
"rxjs": "6.2.2",
"tns-core-modules": "5.0.1",
"zone.js": "0.8.26"
},
"devDependencies": {
"standard-version": "^7.0.1",
"@angular/compiler": "^9.0.1",
"@angular/compiler-cli": "^9.0.1",
"@ngtools/webpack": "^9.0.2",
"ajv": "^6.11.0",
"babel-traverse": "6.26.0",
"babel-types": "6.26.0",
"babylon": "6.18.0",
"lazy": "1.0.11",
"nativescript-dev-typescript": "0.7.2",
"nativescript-dev-webpack": "^1.5.0",
"serialize-javascript": "^3.0.0",
"tns-platform-declarations": "4.2.0",
"tslib": "^1.10.0",
"typescript": "^3.7.5"
},
"author": "A. B."
}