enrecipes/package.json

54 lines
1.9 KiB
JSON
Raw Normal View History

2020-09-15 11:10:16 +00:00
{
"name": "enrecipes",
2020-09-15 11:10:16 +00:00
"version": "1.0.0",
"description": "A native application built with NativeScript-Vue",
2021-01-23 17:20:15 +00:00
"author": "Vishnu Raghav <apps@vishnuraghav.com>",
2020-09-15 11:10:16 +00:00
"license": "GPL",
"dependencies": {
2021-03-23 06:16:25 +00:00
"@nativescript-community/gesturehandler": "^0.1.39",
"@nativescript-community/perms": "^2.1.5",
"@nativescript-community/ui-collectionview": "^4.0.29",
"@nativescript-community/ui-drawer": "^0.0.24",
"@nativescript-community/ui-material-activityindicator": "^5.2.10",
"@nativescript-community/ui-material-button": "^5.2.10",
"@nativescript-community/ui-material-progress": "^5.2.10",
"@nativescript-community/ui-material-snackbar": "^5.2.10",
"@nativescript/core": "7.3.0",
"@nativescript/localize": "^5.0.4",
"@nativescript/social-share": "^2.0.4",
2020-12-29 10:35:19 +00:00
"@nativescript/theme": "^3.0.1",
"@nativescript/zip": "^5.0.0",
2020-11-02 11:36:53 +00:00
"@nstudio/nativescript-checkbox": "^2.0.4",
2021-03-23 06:16:25 +00:00
"@triniwiz/nativescript-accelerometer": "^4.0.3",
"@triniwiz/nativescript-couchbase": "^1.2.2",
"nativescript-feedback": "^2.0.0",
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",
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-12-29 10:35:19 +00:00
"nativescript-vibrate": "^4.0.1",
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": {
2020-12-29 10:35:19 +00:00
"@babel/core": "^7.12.10",
"@babel/preset-env": "^7.12.11",
2020-10-21 18:26:19 +00:00
"@nativescript/android": "7.0.1",
2021-03-23 06:16:25 +00:00
"@nativescript/webpack": "4.1.0",
2021-01-23 17:20:15 +00:00
"@types/node": "^14.14.20",
2020-12-29 10:35:19 +00:00
"babel-loader": "^8.2.2",
"nativescript-vue-template-compiler": "^2.8.3",
2020-11-23 09:49:58 +00:00
"node-sass": "^4.14.1",
2020-12-29 10:35:19 +00:00
"vue-loader": "^15.9.6"
2020-10-21 18:26:19 +00:00
},
2021-01-23 17:20:15 +00:00
"repository": {
"type": "git",
"url": "git+https://github.com/vishnuraghavb/EnRecipes.git"
},
"bugs": {
"url": "https://github.com/vishnuraghavb/EnRecipes/issues"
},
"homepage": "https://enrecipes.vercel.app/",
2020-10-21 18:26:19 +00:00
"main": "main"
2020-09-15 11:10:16 +00:00
}