-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 791 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 791 Bytes
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
{
"name": "addressbook-native",
"version": "1.0.0",
"description": "Address Book Application using Vue.js with NativeScript",
"main": "app/app.js",
"scripts": {
"android": "ns run android",
"ios": "ns run ios",
"clean": "ns clean",
"build:android": "ns build android",
"build:ios": "ns build ios"
},
"dependencies": {
"@nativescript/core": "^9.0.16",
"nativescript-vue": "~2.9.0"
},
"devDependencies": {
"@nativescript/android": "9.0.2",
"@nativescript/ios": "^9.0.3",
"@nativescript/theme": "^3.1.0",
"@nativescript/webpack": "^5.0.31",
"nativescript-vue-template-compiler": "~2.9.0",
"vue": "2.6.14",
"vue-loader": "^15.11.1",
"vue-template-compiler": "2.6.14"
},
"author": "Your Name",
"license": "MIT"
}