enrecipes/package.json
2021-04-14 15:15:18 +05:30

42 lines
1.2 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/ui-collectionview": "^4.0.29",
"@nativescript/core": "~8.0.1",
"@nativescript/localize": "^5.0.4",
"@triniwiz/nativescript-accelerometer": "^4.0.3",
"@triniwiz/nativescript-couchbase": "^1.2.2",
"@triniwiz/nativescript-image-zoom": "^4.0.0",
"nativescript-imagecropper": "^4.0.1",
"nativescript-intl": "^4.0.2",
"nativescript-vue": "~2.9.0",
"vuex": "^3.6.2"
},
"devDependencies": {
"@nativescript/android": "8.0.0",
"@nativescript/types": "^8.0.0",
"@nativescript/webpack": "beta",
"@types/node": "^14.14.37",
"nativescript-vue-template-compiler": "~2.9.0",
"sass": "^1.32.8",
"typescript": "^4.2.4"
}
}