77 lines
2.1 KiB
JSON
77 lines
2.1 KiB
JSON
{
|
|
"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",
|
|
"e2e": "playwright test"
|
|
},
|
|
"dependencies": {
|
|
"@nextcloud/l10n": "^2.1.0",
|
|
"@nextcloud/paths": "^2.1.0",
|
|
"@nextcloud/sharing": "^0.1.0",
|
|
"@nextcloud/vue": "7.8.0",
|
|
"camelcase": "^7.0.1",
|
|
"filerobot-image-editor": "^4.4.0",
|
|
"fuse.js": "^6.6.2",
|
|
"hammerjs": "^2.0.8",
|
|
"justified-layout": "^4.1.0",
|
|
"leaflet": "^1.9.3",
|
|
"leaflet-edgebuffer": "^1.0.6",
|
|
"moment": "^2.29.4",
|
|
"moment-timezone": "^0.5.42",
|
|
"path-posix": "^1.0.0",
|
|
"photoswipe": "^5.3.6",
|
|
"plyr": "^3.7.7",
|
|
"reflect-metadata": "^0.1.13",
|
|
"video.js": "^8.2.0",
|
|
"vue": "^2.7.14",
|
|
"vue-material-design-icons": "^5.2.0",
|
|
"vue-router": "^3.6.5",
|
|
"vue-virtual-scroller": "1.1.2",
|
|
"vue2-leaflet": "^2.7.1",
|
|
"webdav": "^4.11.2"
|
|
},
|
|
"browserslist": [
|
|
"extends @nextcloud/browserslist-config"
|
|
],
|
|
"engines": {
|
|
"node": ">=18.2.0",
|
|
"npm": ">=8.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@nextcloud/browserslist-config": "^2.3.0",
|
|
"@nextcloud/webpack-vue-config": "^5.4.0",
|
|
"@playwright/test": "^1.32.0",
|
|
"@types/hammerjs": "^2.0.41",
|
|
"@types/url-parse": "^1.4.8",
|
|
"@types/videojs-contrib-quality-levels": "^2.0.1",
|
|
"playwright": "^1.32.0",
|
|
"ts-loader": "^9.4.2",
|
|
"typescript": "^4.9.5",
|
|
"workbox-webpack-plugin": "^6.5.4"
|
|
}
|
|
}
|