enrecipes/package.json

41 lines
1.2 KiB
JSON
Raw Normal View History

2020-09-15 11:10:16 +00:00
{
"name": "ns",
"version": "1.0.0",
"description": "A native application built with NativeScript-Vue",
"author": "Vishnu Raghav B <design@vishnuraghav.com>",
"license": "GPL",
2020-10-14 19:32:32 +00:00
"scripts": {
2020-10-21 18:26:19 +00:00
"run": "ns run android"
2020-10-14 19:32:32 +00:00
},
2020-09-15 11:10:16 +00:00
"dependencies": {
2020-10-21 18:26:19 +00:00
"@nativescript/core": "~7.0.0",
2020-10-22 18:36:50 +00:00
"@nativescript/datetimepicker": "^2.0.4",
"@nativescript/theme": "^3.0.0",
"@nativescript/webpack": "3.0.0",
2020-11-02 11:36:53 +00:00
"@nstudio/nativescript-checkbox": "^2.0.4",
"nativescript-clipboard": "^2.0.0",
2020-10-21 17:54:45 +00:00
"nativescript-couchbase-plugin": "^0.9.6",
"nativescript-feedback": "^2.0.0",
"nativescript-mediafilepicker": "^4.0.1",
2020-10-26 20:49:54 +00:00
"nativescript-plugin-filepicker": "^1.0.0",
"nativescript-social-share-ns-7": "^11.6.0",
2020-10-21 17:54:45 +00:00
"nativescript-toast": "^2.0.0",
2020-10-22 18:36:50 +00:00
"nativescript-ui-listview": "^9.0.4",
"nativescript-ui-sidedrawer": "^9.0.3",
2020-09-15 11:10:16 +00:00
"nativescript-vue": "^2.6.1",
"nativescript-zip": "^4.0.2",
2020-09-15 11:10:16 +00:00
"vuex": "^3.3.0"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/preset-env": "^7.0.0",
2020-10-21 18:26:19 +00:00
"@nativescript/android": "7.0.1",
2020-09-15 11:10:16 +00:00
"@types/node": "^14.0.27",
"babel-loader": "^8.1.0",
"nativescript-vue-template-compiler": "^2.6.0",
"node-sass": "^4.13.1",
"vue-loader": "^15.9.1"
2020-10-21 18:26:19 +00:00
},
"main": "main"
2020-09-15 11:10:16 +00:00
}