-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
executable file
Β·162 lines (162 loc) Β· 6.44 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
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
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
{
"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.2.0"
},
"tns-ios": {
"version": "6.2.0"
}
},
"scripts": {
"run:android-all": "tns run android",
"run:ios-all": "tns run ios",
"device": "tns device",
"build:android": "tns build android --bundle --env.uglify --env.snapshot --env.production --env.report",
"build:ios": "tns build ios --bundle --env.uglify --env.production --env.report",
"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",
"update:nativescript": "npm update -g nativescript",
"list:applications": "tns device list-applications",
"version:nativescript": "tns --version",
"adb:devices": "adb devices",
"adb:tcpip": "adb tcpip 5555",
"adb:connect": "adb connect 10.92.102.3:5555",
"adb:disconnect": "adb disconnect 10.92.102.3:5555",
"init:vue-devtools": "npm install --save @vue/devtools nativescript-toasty nativescript-socketio nativescript-vue-devtools",
"install:vue-devtools": "npm install -g @vue/devtools",
"run:vue-devtools": "vue-devtools",
"npx:vue-devtools": "npx vue-devtools",
"clear:platforms": "rm -rf platforms",
"clear:android": "rm -rf platforms/android",
"clear:ios": "rm -rf platforms/ios",
"quik:connect": "tns device run org.nativescript.vue.examples.application",
"open:emulator-ios": "open -a Simulator",
"open:emulator-android": "cd $ANDROID_HOME/tools && ./emulator @Nexus_5_API_25",
"run:emulator-android": "tns run android --device Nexus_5_API_25",
"run:emulator-ios": "tns run ios --device iPhone 6",
"vue:version": "vue --version",
"vue:ui": "vue ui"
},
"dependencies": {
"@nativescript/theme": "^2.2.1",
"@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": "^2.0.0",
"@nstudio/nativescript-pulltorefresh": "^1.0.1",
"@nstudio/nativescript-snackbar": "^1.1.1",
"@teammaestro/nativescript-svg": "^1.0.1",
"@vue/devtools": "^5.3.2",
"email-validator": "^2.0.4",
"nativescript-accelerometer": "^3.0.0",
"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.2.0",
"nativescript-appavailability": "^1.3.2",
"nativescript-ar": "^1.0.2",
"nativescript-audio": "^5.0.5",
"nativescript-barcodescanner": "^3.4.1",
"nativescript-bluetooth": "^2.0.0-beta.24",
"nativescript-blur": "^2.0.0",
"nativescript-brightness": "^1.0.1",
"nativescript-calendar": "^2.1.0",
"nativescript-camera": "^4.5.0",
"nativescript-canvas": "^2.1.9",
"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.2",
"nativescript-downloader": "^2.1.5",
"nativescript-drawingpad": "^3.1.0",
"nativescript-fancyalert": "^3.0.9",
"nativescript-feedback": "^1.3.12",
"nativescript-fingerprint-auth": "^7.0.2",
"nativescript-geolocation": "5.1.0",
"nativescript-gif": "^4.0.2",
"nativescript-gradient": "^2.0.1",
"nativescript-imagecropper": "^2.0.0",
"nativescript-imagepicker": "^7.1.0",
"nativescript-iqkeyboardmanager": "^1.5.1",
"nativescript-keyboard-toolbar": "^1.1.0",
"nativescript-local-notifications": "^4.1.3",
"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.1.0",
"nativescript-open-app": "^0.3.0",
"nativescript-permissions": "^1.3.8",
"nativescript-phone": "^1.4.1",
"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-toasty": "^2.0.1",
"nativescript-ui-autocomplete": "6.0.0",
"nativescript-ui-calendar": "6.0.0",
"nativescript-ui-chart": "7.0.0",
"nativescript-ui-dataform": "6.0.0",
"nativescript-ui-gauge": "6.0.0",
"nativescript-ui-listview": "8.0.1",
"nativescript-ui-sidedrawer": "8.0.0",
"nativescript-vibrate": "^3.0.0",
"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.2.0",
"vue-router": "^3.1.3",
"vuex": "^3.1.2"
},
"devDependencies": {
"@babel/core": "^7.6.2",
"@babel/preset-env": "^7.6.2",
"@billow/nsv-http": "^1.0.5",
"axios": "^0.19.0",
"babel-loader": "^8.0.6",
"nativescript-dev-webpack": "^1.3.0",
"nativescript-vue-dynamo": "^0.1.0",
"nativescript-vue-shadow": "^0.1.0",
"nativescript-vue-template-compiler": "^2.4.0",
"nativescript-worker-loader": "~0.9.5",
"node-sass": "^4.12.0",
"vue-axios": "^2.1.5",
"vue-loader": "^15.7.2"
}
}