2020-09-15 11:10:16 +00:00
|
|
|
{
|
2020-11-07 12:33:07 +00:00
|
|
|
"name": "enrecipes",
|
2020-09-15 11:10:16 +00:00
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "A native application built with NativeScript-Vue",
|
2020-11-07 12:33:07 +00:00
|
|
|
"author": "Vishnu Raghav <design@vishnuraghav.com>",
|
2020-09-15 11:10:16 +00:00
|
|
|
"license": "GPL",
|
|
|
|
"dependencies": {
|
2020-11-03 19:57:31 +00:00
|
|
|
"@nativescript-community/perms": "^2.1.1",
|
2020-11-10 18:28:48 +00:00
|
|
|
"@nativescript-community/ui-material-activityindicator": "^5.0.30",
|
|
|
|
"@nativescript-community/ui-material-button": "^5.1.0",
|
|
|
|
"@nativescript-community/ui-material-floatingactionbutton": "^5.0.30",
|
|
|
|
"@nativescript-community/ui-material-progress": "^5.0.30",
|
|
|
|
"@nativescript-community/ui-material-ripple": "^5.0.30",
|
2020-10-21 18:26:19 +00:00
|
|
|
"@nativescript/core": "~7.0.0",
|
2020-12-07 14:45:00 +00:00
|
|
|
"@nativescript/localize": "^5.0.2",
|
2020-11-10 18:28:48 +00:00
|
|
|
"@nativescript/social-share": "^2.0.1",
|
2020-10-22 18:36:50 +00:00
|
|
|
"@nativescript/theme": "^3.0.0",
|
2020-11-03 19:57:31 +00:00
|
|
|
"@nativescript/zip": "^5.0.0",
|
2020-11-02 11:36:53 +00:00
|
|
|
"@nstudio/nativescript-checkbox": "^2.0.4",
|
2020-10-21 17:54:45 +00:00
|
|
|
"nativescript-couchbase-plugin": "^0.9.6",
|
2020-10-29 20:12:53 +00:00
|
|
|
"nativescript-feedback": "^2.0.0",
|
2020-11-10 18:28:48 +00:00
|
|
|
"nativescript-imagecropper": "^4.0.1",
|
2020-10-26 20:49:54 +00:00
|
|
|
"nativescript-plugin-filepicker": "^1.0.0",
|
2020-10-21 17:54:45 +00:00
|
|
|
"nativescript-toast": "^2.0.0",
|
2020-11-17 21:21:08 +00:00
|
|
|
"nativescript-ui-calendar": "^7.0.2",
|
2020-10-22 18:36:50 +00:00
|
|
|
"nativescript-ui-listview": "^9.0.4",
|
|
|
|
"nativescript-ui-sidedrawer": "^9.0.3",
|
2020-11-23 09:49:58 +00:00
|
|
|
"nativescript-vue": "^2.8.1",
|
|
|
|
"vuex": "^3.5.1"
|
2020-09-15 11:10:16 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2020-11-23 09:49:58 +00:00
|
|
|
"@babel/core": "^7.12.3",
|
|
|
|
"@babel/preset-env": "^7.12.1",
|
2020-10-21 18:26:19 +00:00
|
|
|
"@nativescript/android": "7.0.1",
|
2020-11-23 09:49:58 +00:00
|
|
|
"@nativescript/webpack": "^3.0.8",
|
|
|
|
"@types/node": "^14.14.8",
|
|
|
|
"babel-loader": "^8.2.1",
|
|
|
|
"nativescript-vue-template-compiler": "^2.8.1",
|
|
|
|
"node-sass": "^4.14.1",
|
|
|
|
"vue-loader": "^15.9.5"
|
2020-10-21 18:26:19 +00:00
|
|
|
},
|
|
|
|
"main": "main"
|
2020-09-15 11:10:16 +00:00
|
|
|
}
|