-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json.bak
More file actions
134 lines (134 loc) Β· 4.97 KB
/
package.json.bak
File metadata and controls
134 lines (134 loc) Β· 4.97 KB
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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
{
"name": "nativescript-vue-examples",
"version": "1.0.0",
"description": "A native application built with NativeScript-Vue",
"author": "nuochong <nuo.chong@163.com>",
"license": "MIT",
"nativescript": {
"id": "org.nativescript.vue.examples.application",
"tns-android": {
"version": "6.0.2"
},
"tns-ios": {
"version": "6.0.2"
}
},
"scripts": {
"run:android": "tns run android",
"run:ios": "tns run ios",
"device": "tns device",
"build:android": "tns build android --env.production",
"build:ios": "tns build ios --env.production",
"debug:android": "tns debug android",
"debug:ios": "tns debug ios",
"preview": "tns preview",
"doctor": "tns doctor",
"install:vue": "npm install -g @vue/cli @vue/cli-init",
"install:nativescript": "npm install -g nativescript",
"init:environment": "vue init nativescript-vue/vue-cli-template"
},
"dependencies": {
"@nstudio/nativescript-audio-recorder": "^0.1.0",
"@nstudio/nativescript-cardview": "^1.0.0",
"@nstudio/nativescript-checkbox": "^1.0.0",
"@nstudio/nativescript-floatingactionbutton": "^1.1.0",
"@nstudio/nativescript-loading-indicator": "^1.0.0",
"@nstudio/nativescript-pulltorefresh": "^1.0.1",
"@nstudio/nativescript-snackbar": "^1.0.0",
"@teammaestro/nativescript-svg": "^1.0.1",
"@vue/devtools": "^5.1.1",
"email-validator": "^2.0.4",
"nativescript-accelerometer": "^2.0.1",
"nativescript-accordion": "^6.0.0-beta.2",
"nativescript-android-sensors": "^1.5.0",
"nativescript-app-icon-changer": "^1.0.4",
"nativescript-app-settings": "^1.0.0",
"nativescript-app-shortcuts": "^2.1.0",
"nativescript-appavailability": "^1.3.2",
"nativescript-audio": "^5.0.5",
"nativescript-barcodescanner": "^3.4.0",
"nativescript-bluetooth": "^2.0.0-beta.24",
"nativescript-brightness": "^1.0.1",
"nativescript-calendar": "^2.1.0",
"nativescript-camera": "^4.5.0",
"nativescript-canvas": "^2.1.8",
"nativescript-carousel": "^6.1.1",
"nativescript-carousel-view": "^2.9.0",
"nativescript-clipboard": "^1.2.0",
"nativescript-contacts": "^1.6.2",
"nativescript-contacts-lite": "^0.2.6",
"nativescript-coremotion": "^0.1.7",
"nativescript-datetimepicker": "^1.2.1",
"nativescript-downloader": "^2.1.5",
"nativescript-fancyalert": "^3.0.9",
"nativescript-feedback": "^1.3.12",
"nativescript-fingerprint-auth": "^7.0.1",
"nativescript-geolocation": "5.1.0",
"nativescript-gif": "^4.0.2",
"nativescript-imagepicker": "^7.1.0",
"nativescript-iqkeyboardmanager": "^1.5.1",
"nativescript-keyboard-toolbar": "^1.1.0",
"nativescript-local-notifications": "^4.0.1",
"nativescript-localize": "^4.2.0",
"nativescript-lottie": "^4.0.0",
"nativescript-mediafilepicker": "^2.0.17",
"nativescript-menu": "^1.1.3",
"nativescript-modal-datetimepicker": "^1.2.1",
"nativescript-nfc": "^4.0.4",
"nativescript-open-app": "^0.3.0",
"nativescript-permissions": "^1.3.7",
"nativescript-phone": "^1.4.0",
"nativescript-plugin-badge": "^1.0.0",
"nativescript-popup": "^1.5.0",
"nativescript-rater": "^2.1.1",
"nativescript-ripple": "^2.2.1",
"nativescript-screen-orientation": "^2.0.0",
"nativescript-screenshot": "0.0.2",
"nativescript-share-file": "^1.0.6",
"nativescript-sms-receiver": "^1.0.0",
"nativescript-social-login": "^4.0.1",
"nativescript-social-share": "^1.5.2",
"nativescript-socketio": "^3.3.1",
"nativescript-status-bar": "^1.2.0",
"nativescript-statusbar": "^5.0.0",
"nativescript-store-update": "^1.0.2",
"nativescript-taptic-engine": "^2.1.0",
"nativescript-telegram-image-picker": "^1.0.3",
"nativescript-theme-core": "^1.0.6",
"nativescript-toasty": "^2.0.1",
"nativescript-vibrate": "^2.1.3",
"nativescript-videoplayer": "^4.2.1",
"nativescript-videorecorder": "^3.0.0-beta.3",
"nativescript-vue": "^2.4.0",
"nativescript-vue-devtools": "^1.2.0",
"nativescript-vue-fonticon": "^1.0.3",
"nativescript-vue-lifecycle-hooks": "^1.0.0",
"nativescript-vue-multi-drawer": "0.0.2",
"nativescript-vue-router-ns": "^1.0.4",
"nativescript-windowed-modal": "^6.0.0",
"net": "^1.0.2",
"tns-core-modules": "^6.0.7",
"vuex": "^3.1.1",
"nativescript-ui-calendar": "5.0.0",
"nativescript-ui-chart": "6.0.0",
"nativescript-ui-dataform": "5.1.1",
"nativescript-ui-listview": "7.1.0",
"nativescript-ui-sidedrawer": "7.0.2",
"nativescript-ui-autocomplete": "*",
"nativescript-ui-gauge": "5.0.0"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@billow/nsv-http": "^1.0.5",
"axios": "^0.19.0",
"babel-loader": "^8.0.2",
"nativescript-dev-webpack": "next",
"nativescript-vue-template-compiler": "^2.4.0",
"nativescript-vue-dynamo": "^0.1.0",
"nativescript-worker-loader": "~0.9.0",
"node-sass": "^4.9.2",
"vue-axios": "^2.1.4",
"vue-loader": "^15.7.1"
}
}