2022-08-14 20:54:18 +00:00
|
|
|
{
|
2022-09-14 18:18:57 +00:00
|
|
|
"name": "memories",
|
|
|
|
"description": "A better photos app",
|
|
|
|
"version": "1.0.1",
|
|
|
|
"author": "Varun Patil <radialapps@gmail.com>",
|
|
|
|
"contributors": [
|
|
|
|
"Varun Patil <radialapps@gmail.com>"
|
|
|
|
],
|
|
|
|
"keywords": [
|
|
|
|
"nextcloud",
|
|
|
|
"app",
|
|
|
|
"dev",
|
|
|
|
"vuejs"
|
|
|
|
],
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/pulsejet/memories/issues"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"url": "https://github.com/pulsejet/memories.git",
|
|
|
|
"type": "git"
|
|
|
|
},
|
|
|
|
"homepage": "https://github.com/pulsejet/memories",
|
|
|
|
"license": "agpl",
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
|
|
|
"build": "NODE_ENV=production webpack --progress --config webpack.js",
|
|
|
|
"dev": "NODE_ENV=development webpack --progress --config webpack.js",
|
|
|
|
"watch": "NODE_ENV=development webpack --progress --watch --config webpack.js",
|
2022-10-20 20:54:57 +00:00
|
|
|
"e2e": "playwright test"
|
2022-09-14 18:18:57 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"@nextcloud/l10n": "^1.6.0",
|
2022-09-16 00:50:44 +00:00
|
|
|
"@nextcloud/paths": "^2.1.0",
|
2022-10-27 08:22:00 +00:00
|
|
|
"@nextcloud/sharing": "^0.1.0",
|
2022-10-21 18:10:26 +00:00
|
|
|
"@nextcloud/vue": "7.0.0",
|
2022-10-20 21:10:26 +00:00
|
|
|
"camelcase": "^7.0.0",
|
2022-11-07 12:24:57 +00:00
|
|
|
"filerobot-image-editor": "^4.3.7",
|
2022-10-16 02:55:53 +00:00
|
|
|
"justified-layout": "^4.1.0",
|
2022-10-12 20:24:08 +00:00
|
|
|
"moment": "^2.29.4",
|
2022-09-14 18:18:57 +00:00
|
|
|
"path-posix": "^1.0.0",
|
2022-11-05 21:14:38 +00:00
|
|
|
"photoswipe": "^5.3.3",
|
2022-11-14 05:21:46 +00:00
|
|
|
"plyr": "^3.7.2",
|
2022-09-14 18:18:57 +00:00
|
|
|
"reflect-metadata": "^0.1.13",
|
2022-11-06 05:30:25 +00:00
|
|
|
"video.js": "^7.20.3",
|
2022-11-09 04:39:27 +00:00
|
|
|
"videojs-contrib-quality-levels": "^2.2.0",
|
2022-09-14 18:18:57 +00:00
|
|
|
"vue": "^2.7.10",
|
|
|
|
"vue-class-component": "^7.2.6",
|
2022-09-16 03:17:40 +00:00
|
|
|
"vue-material-design-icons": "^5.1.2",
|
2022-09-14 18:18:57 +00:00
|
|
|
"vue-property-decorator": "^9.1.2",
|
|
|
|
"vue-router": "^3.5.4",
|
2022-10-29 23:16:13 +00:00
|
|
|
"vue-virtual-scroller": "1.1.2",
|
2022-09-14 18:18:57 +00:00
|
|
|
"webdav": "^4.11.0"
|
|
|
|
},
|
|
|
|
"browserslist": [
|
|
|
|
"extends @nextcloud/browserslist-config"
|
|
|
|
],
|
|
|
|
"engines": {
|
|
|
|
"node": ">=14.0.0",
|
|
|
|
"npm": ">=7.0.0"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@nextcloud/babel-config": "^1.0.0",
|
|
|
|
"@nextcloud/browserslist-config": "^2.3.0",
|
|
|
|
"@nextcloud/webpack-vue-config": "^5.3.0",
|
2022-10-13 16:31:39 +00:00
|
|
|
"@playwright/test": "^1.27.1",
|
2022-09-14 18:18:57 +00:00
|
|
|
"@types/url-parse": "^1.4.8",
|
2022-10-13 16:31:39 +00:00
|
|
|
"playwright": "^1.27.1",
|
|
|
|
"ts-loader": "^9.4.1",
|
2022-10-17 02:52:44 +00:00
|
|
|
"typescript": "^4.8.4",
|
|
|
|
"workbox-webpack-plugin": "^6.5.4"
|
2022-09-14 18:18:57 +00:00
|
|
|
}
|
2022-08-14 20:54:18 +00:00
|
|
|
}
|