-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.27 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
{
"nativescript": {
"id": "org.nativescript.VXroad",
"tns-ios": {
"version": "6.0.2"
},
"tns-android": {
"version": "6.0.2"
}
},
"description": "GPS trucking of cars",
"license": "SEE LICENSE IN <your-license-filename>",
"repository": "https://github.com/Vandeko1/trucking-road",
"dependencies": {
"base-64": "^0.1.0",
"nativescript-background-http": "^4.2.1",
"nativescript-camera": "^4.5.0",
"nativescript-fancyalert": "3.0.9",
"nativescript-geolocation": "^5.1.0",
"nativescript-gif": "^4.0.2",
"nativescript-mapbox": "^4.4.1",
"nativescript-sqlite": "2.6.3",
"nativescript-theme-core": "~1.0.6",
"nativescript-ui-calendar": "5.0.0",
"nativescript-ui-sidedrawer": "^8.0.0",
"nativescript-vue": "~2.4.0",
"rxjs": "6.5.5",
"tns-core-modules": "~6.0.0",
"utf8": "^3.0.0",
"vuex": "^3.1.2"
},
"devDependencies": {
"@babel/core": "~7.1.0",
"@babel/preset-env": "~7.1.0",
"babel-loader": "~8.0.0",
"nativescript-dev-webpack": "~1.1.0",
"nativescript-vue-template-compiler": "~2.4.0",
"node-sass": "^4.7.1",
"vue-loader": "~15.4.0"
},
"gitHead": "42f2a6a9c94eaf9c68d2a41e0daaa1a2544bc28f",
"readme": "NativeScript Application",
"author": "Ivan Bodnar"
}