2020-09-15 11:10:16 +00:00
|
|
|
{
|
|
|
|
"name": "ns",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "A native application built with NativeScript-Vue",
|
|
|
|
"author": "Vishnu Raghav B <design@vishnuraghav.com>",
|
|
|
|
"license": "GPL",
|
|
|
|
"nativescript": {
|
|
|
|
"id": "com.vishnuraghav.enrecipes",
|
|
|
|
"templateVersion": "v2",
|
|
|
|
"tns-android": {
|
|
|
|
"version": "6.5.0"
|
|
|
|
},
|
|
|
|
"tns-ios": {
|
|
|
|
"version": "6.5.0"
|
|
|
|
}
|
|
|
|
},
|
2020-10-14 19:32:32 +00:00
|
|
|
"scripts": {
|
|
|
|
"run": "tns run"
|
|
|
|
},
|
2020-09-15 11:10:16 +00:00
|
|
|
"dependencies": {
|
|
|
|
"@nativescript/theme": "^2.2.1",
|
|
|
|
"@nstudio/nativescript-checkbox": "^1.0.0",
|
2020-10-14 19:32:32 +00:00
|
|
|
"@vue/devtools": "^5.3.3",
|
|
|
|
"nativescript-camera": "^4.5.0",
|
|
|
|
"nativescript-datetimepicker": "^1.2.3",
|
2020-09-15 11:10:16 +00:00
|
|
|
"nativescript-fonticon": "^2.0.2",
|
2020-10-14 19:32:32 +00:00
|
|
|
"nativescript-mediafilepicker": "^4.0.0",
|
2020-09-15 11:10:16 +00:00
|
|
|
"nativescript-menu": "^1.1.6",
|
|
|
|
"nativescript-permissions": "^1.3.9",
|
2020-10-14 19:32:32 +00:00
|
|
|
"nativescript-socketio": "^3.3.1",
|
|
|
|
"nativescript-toasty": "^3.0.0-alpha.2",
|
|
|
|
"nativescript-ui-listview": "^8.2.0",
|
2020-09-15 11:10:16 +00:00
|
|
|
"nativescript-ui-sidedrawer": "^8.0.1",
|
|
|
|
"nativescript-vue": "^2.6.1",
|
2020-10-14 19:32:32 +00:00
|
|
|
"nativescript-vue-devtools": "^1.4.0",
|
2020-09-15 11:10:16 +00:00
|
|
|
"tns-core-modules": "^6.5.1",
|
|
|
|
"vuex": "^3.3.0"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@babel/core": "^7.0.0",
|
|
|
|
"@babel/preset-env": "^7.0.0",
|
|
|
|
"@types/node": "^14.0.27",
|
|
|
|
"babel-loader": "^8.1.0",
|
|
|
|
"nativescript-dev-webpack": "^1.5.1",
|
|
|
|
"nativescript-vue-template-compiler": "^2.6.0",
|
|
|
|
"nativescript-worker-loader": "~0.11.0",
|
|
|
|
"node-sass": "^4.13.1",
|
|
|
|
"vue-loader": "^15.9.1"
|
|
|
|
}
|
|
|
|
}
|