-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.2 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
{
"name": "app1",
"version": "1.0.0",
"description": "dinamarca app dinamic",
"author": "Alexander Rendon Cadavid <[email protected]>",
"license": "MIT",
"nativescript": {
"id": "dinamarca.app",
"templateVersion": "v2",
"tns-android": {
"version": "6.0.0"
},
"tns-ios": {
"version": "6.0.1"
}
},
"dependencies": {
"@nativescript/theme": "^2.2.1",
"@vue/devtools": "^5.0.6",
"nativescript-barcodescanner": "^3.4.1",
"nativescript-geolocation": "^5.1.0",
"nativescript-plugin-firebase": "^10.3.2",
"nativescript-socketio": "^3.2.1",
"nativescript-toasty": "^1.3.0",
"nativescript-vue": "^2.4.0",
"nativescript-vue-devtools": "^1.2.0",
"tns-core-modules": "^6.0.0",
"vuex": "^3.1.1"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"babel-loader": "^8.0.2",
"nativescript-dev-webpack": "^1.0.0",
"nativescript-vue-template-compiler": "^2.0.0",
"nativescript-worker-loader": "~0.9.0",
"node-sass": "^4.9.2",
"tns-platform-declarations": "^6.0.0",
"typescript": "^3.2.4",
"@types/node": "^12.12.16",
"vue": "^2.5.22",
"vue-loader": "^15.4.0"
}
}