-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 861 Bytes
/
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
{
"nativescript": {
"id": "org.nativescript.TheElection",
"tns-ios": {
"version": "5.3.1"
},
"tns-android": {
"version": "5.3.1"
}
},
"description": "NativeScript Application",
"license": "SEE LICENSE IN LICENSE",
"repository": "<fill-your-repository-here>",
"dependencies": {
"nativescript-svg": "^1.3.7",
"nativescript-theme-core": "~1.0.4",
"nativescript-vue": "~2.2.0",
"tns-core-modules": "~5.3.0"
},
"devDependencies": {
"@babel/core": "~7.1.0",
"@babel/preset-env": "~7.1.0",
"babel-loader": "~8.0.0",
"nativescript-dev-webpack": "~0.21.0",
"nativescript-vue-template-compiler": "~2.2.0",
"node-sass": "~4.12.0",
"vue-loader": "~15.4.0",
"vuex": "^3.1.1"
},
"gitHead": "c175016cf900d406d2428bb6c4fcbb62093fb351",
"readme": "NativeScript Application"
}