-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
71 lines (71 loc) · 2.17 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
{
"name": "shipping-containers",
"version": "1.0.0",
"description": "Shipping containers recognition App built with NativeScript-Vue and Firebase.",
"author": "David Freitas",
"license": "MIT",
"scripts": {
"test": "jest",
"lint": "tslint --project tsconfig.json"
},
"nativescript": {
"id": "org.shipping_containers.app.debug",
"templateVersion": "v2",
"tns-android": {
"version": "6.0.0"
},
"tns-ios": {
"version": "6.0.1"
}
},
"dependencies": {
"@nativescript-rtl/ui": "^0.1.2",
"@nativescript/theme": "^2.2.1",
"@nstudio/nativescript-cardview": "^1.0.0",
"@nstudio/nativescript-floatingactionbutton": "^2.0.0",
"@nstudio/nativescript-snackbar": "^1.1.2",
"@vue/devtools": "^5.0.6",
"axios": "^0.19.2",
"nativescript-fancyalert": "^3.0.9",
"nativescript-inappbrowser": "^2.3.0",
"nativescript-lottie": "^4.0.1",
"nativescript-plugin-firebase": "^10.5.0",
"nativescript-secure-storage": "^2.6.0",
"nativescript-socketio": "^3.2.1",
"nativescript-theme-core": "^2.0.24",
"nativescript-toasty": "^1.3.0",
"nativescript-ui-dataform": "^6.0.0",
"nativescript-ui-listview": "^8.0.1",
"nativescript-ui-sidedrawer": "^8.0.0",
"nativescript-vue": "^2.4.0",
"nativescript-vue-devtools": "^1.2.0",
"nativescript-vue-navigator": "^1.2.0",
"tns-core-modules": "~6.4.0",
"vue": "^2.6.11",
"vuex": "^3.1.1"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/preset-env": "^7.9.5",
"@types/jest": "^25.2.1",
"@types/node": "^12.12.16",
"@vue/test-utils": "^1.0.0-beta.33",
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "^25.4.0",
"babel-loader": "^8.0.2",
"jest": "^25.4.0",
"nativescript-dev-webpack": "^1.0.0",
"nativescript-vue-jest": "^3.0.4",
"nativescript-vue-template-compiler": "^2.0.0",
"nativescript-worker-loader": "~0.9.0",
"node-sass": "^4.9.2",
"prettier": "2.0.5",
"tns-platform-declarations": "^6.0.0",
"ts-jest": "^25.4.0",
"tslint": "^6.1.2",
"typescript": "^3.9.2",
"vue-jest": "^3.0.5",
"vue-loader": "^15.4.0",
"vue-template-compiler": "^2.6.11"
}
}