enrecipes/package.json

42 lines
1.3 KiB
JSON
Raw Normal View History

2020-09-15 11:10:16 +00:00
{
"name": "enrecipes",
2021-04-14 13:38:22 +00:00
"main": "./app/main.ts",
2021-05-22 08:56:31 +00:00
"version": "2.0.0",
"description": "EnRecipes is an open source, privacy-friendly digital cookbook that lets you create, manage and share your recipes.",
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-05-22 08:56:31 +00:00
"@akylas/nativescript-sqlite": "^3.3.12",
2021-06-15 11:04:42 +00:00
"@nativescript-community/ui-collectionview": "^4.0.32",
2021-06-18 12:52:03 +00:00
"@nativescript/core": "^8.0.8",
2021-03-23 06:16:25 +00:00
"@nativescript/localize": "^5.0.4",
"@triniwiz/nativescript-accelerometer": "^4.0.3",
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-05-22 08:56:31 +00:00
"nativescript-vue": "^2.9.0",
2021-03-23 06:16:25 +00:00
"vuex": "^3.6.2"
2020-09-15 11:10:16 +00:00
},
"devDependencies": {
2021-04-12 18:09:48 +00:00
"@nativescript/android": "8.0.0",
2021-05-22 08:56:31 +00:00
"@nativescript/types": "^8.0.1",
2021-06-15 11:04:42 +00:00
"@nativescript/webpack": "^5.0.0-beta.14",
"@types/node": "^15.12.2",
2021-04-12 18:09:48 +00:00
"nativescript-vue-template-compiler": "~2.9.0",
2021-06-18 12:52:03 +00:00
"sass": "^1.35.1",
2021-04-14 13:38:22 +00:00
"typescript": "^4.2.4",
2021-06-05 18:08:52 +00:00
"vue": "^2.6.13"
2021-04-01 10:55:35 +00:00
}
2020-09-15 11:10:16 +00:00
}