-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 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
45
46
{
"name": "egua-da-vaga",
"version": "1.0.0",
"description": "A native application built with NativeScript-Vue",
"author": "Iago Cavalcante <[email protected]>",
"license": "MIT",
"nativescript": {
"id": "dev.iagocavalcante.eguadavaga",
"templateVersion": "v2",
"tns-android": {
"version": "6.0.2"
},
"tns-ios": {
"version": "6.0.2"
}
},
"dependencies": {
"@vue/devtools": "^5.0.6",
"apollo-boost": "0.4.4",
"apollo-cache-inmemory": "1.6.3",
"apollo-client": "2.6.4",
"apollo-link": "1.2.13",
"apollo-link-http": "1.5.16",
"dotenv": "^8.2.0",
"graphql": "14.5.8",
"graphql-tag": "2.10.1",
"nativescript-socketio": "^3.2.1",
"nativescript-theme-core": "2.0.24",
"nativescript-toasty": "^1.3.0",
"nativescript-ui-sidedrawer": "7.0.2",
"nativescript-vue": "^2.4.0",
"nativescript-vue-devtools": "^1.2.0",
"tns-core-modules": "^6.0.0",
"vue-apollo": "3.0.0-rc.7"
},
"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",
"vue-loader": "^15.4.0"
}
}