-
Notifications
You must be signed in to change notification settings - Fork 65
/
package.json
37 lines (37 loc) · 1.01 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
{
"name": "groceries-ns-vue",
"version": "1.3.0",
"description": "A NativeScript-built iOS and Android app for managing grocery lists",
"author": "Tiago Alves <[email protected]>",
"license": "MIT",
"nativescript": {
"id": "org.nativescript.groceriesvue",
"tns-android": {
"version": "6.0.2"
},
"tns-ios": {
"version": "6.0.2"
}
},
"dependencies": {
"email-validator": "^2.0.4",
"nativescript-social-share": "^1.5.2",
"nativescript-theme-core": "^1.0.4",
"nativescript-toasty": "^1.3.0",
"nativescript-vue": "^2.4.0",
"babel-loader": "^8.0.2",
"nativescript-vue-devtools": "^1.2.0",
"nativescript-socketio": "^3.2.1",
"@vue/devtools": "^5.1.1",
"tns-core-modules": "^6.0.0",
"vuex": "^3.1.1"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"nativescript-vue-template-compiler": "^2.0.0",
"nativescript-dev-webpack": "^1.0.3",
"node-sass": "^4.13.1",
"vue-loader": "^15.4.0"
}
}