enrecipes/package.json
vishnuraghavb 80dd4c2018 ns migrate
2021-04-01 18:59:26 +05:30

44 lines
1.3 KiB
JSON

{
"name": "enrecipes",
"main": "./app/main.js",
"version": "1.0.0",
"description": "A native application built with NativeScript-Vue",
"homepage": "https://enrecipes.vercel.app/",
"bugs": {
"url": "https://github.com/vishnuraghavb/EnRecipes/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vishnuraghavb/EnRecipes.git"
},
"license": "GPL",
"author": "Vishnu Raghav <apps@vishnuraghav.com>",
"publishConfig": {
"access": "public"
},
"private": "true",
"dependencies": {
"@nativescript-community/perms": "^2.1.5",
"@nativescript-community/ui-collectionview": "^4.0.29",
"@nativescript/core": "~8.0.0",
"@nativescript/localize": "^5.0.4",
"@nativescript/social-share": "^2.0.4",
"@nativescript/zip": "^5.0.0",
"@triniwiz/nativescript-accelerometer": "^4.0.3",
"@triniwiz/nativescript-couchbase": "^1.2.2",
"nativescript-imagecropper": "^4.0.1",
"nativescript-intl": "^4.0.2",
"nativescript-vue": "^2.8.4",
"vuex": "^3.6.2"
},
"devDependencies": {
"@babel/core": "~7.1.0",
"@babel/preset-env": "~7.1.0",
"@nativescript/android": "8.0.0",
"@nativescript/webpack": "5.0.0-beta.0",
"babel-loader": "~8.0.0",
"nativescript-vue-template-compiler": "^2.8.4",
"sass": "^1.32.8"
}
}