2020-09-15 11:10:16 +00:00
|
|
|
{
|
2020-11-07 12:33:07 +00:00
|
|
|
"name": "enrecipes",
|
2021-04-01 13:29:26 +00:00
|
|
|
"main": "./app/main.js",
|
2020-09-15 11:10:16 +00:00
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "A native application built with NativeScript-Vue",
|
2021-04-01 10:55:35 +00:00
|
|
|
"homepage": "https://enrecipes.vercel.app/",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/vishnuraghavb/EnRecipes/issues"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/vishnuraghavb/EnRecipes.git"
|
|
|
|
},
|
2020-09-15 11:10:16 +00:00
|
|
|
"license": "GPL",
|
2021-04-01 10:55:35 +00:00
|
|
|
"author": "Vishnu Raghav <apps@vishnuraghav.com>",
|
2021-04-01 13:29:26 +00:00
|
|
|
"publishConfig": {
|
|
|
|
"access": "public"
|
|
|
|
},
|
|
|
|
"private": "true",
|
2020-09-15 11:10:16 +00:00
|
|
|
"dependencies": {
|
2021-03-23 06:16:25 +00:00
|
|
|
"@nativescript-community/perms": "^2.1.5",
|
|
|
|
"@nativescript-community/ui-collectionview": "^4.0.29",
|
2021-04-01 12:23:44 +00:00
|
|
|
"@nativescript/core": "~8.0.0",
|
2021-03-23 06:16:25 +00:00
|
|
|
"@nativescript/localize": "^5.0.4",
|
|
|
|
"@nativescript/social-share": "^2.0.4",
|
2020-11-03 19:57:31 +00:00
|
|
|
"@nativescript/zip": "^5.0.0",
|
2021-03-23 06:16:25 +00:00
|
|
|
"@triniwiz/nativescript-accelerometer": "^4.0.3",
|
|
|
|
"@triniwiz/nativescript-couchbase": "^1.2.2",
|
2020-11-10 18:28:48 +00:00
|
|
|
"nativescript-imagecropper": "^4.0.1",
|
2020-12-29 10:35:19 +00:00
|
|
|
"nativescript-intl": "^4.0.2",
|
2021-03-23 06:16:25 +00:00
|
|
|
"nativescript-vue": "^2.8.4",
|
|
|
|
"vuex": "^3.6.2"
|
2020-09-15 11:10:16 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2021-04-01 12:23:44 +00:00
|
|
|
"@babel/core": "~7.1.0",
|
|
|
|
"@babel/preset-env": "~7.1.0",
|
2021-04-01 10:55:35 +00:00
|
|
|
"@nativescript/android": "8.0.0",
|
2021-04-01 12:23:44 +00:00
|
|
|
"@nativescript/webpack": "5.0.0-beta.0",
|
|
|
|
"babel-loader": "~8.0.0",
|
|
|
|
"nativescript-vue-template-compiler": "^2.8.4",
|
2021-04-01 13:29:26 +00:00
|
|
|
"sass": "^1.32.8"
|
2021-04-01 10:55:35 +00:00
|
|
|
}
|
2020-09-15 11:10:16 +00:00
|
|
|
}
|