-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.11 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
{
"nativescript": {
"id": "org.nativescript.apollotest",
"tns-android": {
"version": "6.5.0"
},
"tns-ios": {
"version": "6.5.0"
}
},
"description": "NativeScript Application",
"license": "SEE LICENSE IN <your-license-filename>",
"repository": "<fill-your-repository-here>",
"dependencies": {
"@nativescript/theme": "~2.3.0",
"apollo-boost": "^0.4.9",
"apollo-link-ws": "^1.0.7",
"bufferutil": "^4.0.1",
"graphql": "^0.12.0",
"graphql-tag": "^2.10.3",
"nativescript-vue": "~2.4.0",
"net": "^1.0.2",
"subscriptions-transport-ws": "^0.9.5",
"tls": "0.0.1",
"tns-core-modules": "~6.5.0",
"typescript": "^3.9.5",
"utf-8-validate": "^5.0.2",
"vue-apollo": "^3.0.3"
},
"devDependencies": {
"@babel/core": "~7.1.0",
"@babel/preset-env": "~7.1.0",
"babel-loader": "~8.0.0",
"nativescript-dev-webpack": "~1.5.0",
"nativescript-vue-template-compiler": "~2.4.0",
"node-sass": "^4.7.1",
"vue-loader": "~15.4.0"
},
"gitHead": "20a65d338ae8f8911087ab6615b89363f864b07b",
"readme": "NativeScript Application"
}