memories/package.json

73 lines
2.0 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": "^1.6.0",
"@nextcloud/paths": "^2.1.0",
"@nextcloud/sharing": "^0.1.0",
"@nextcloud/vue": "^6.0.0",
"camelcase": "^7.0.0",
"filerobot-image-editor": "^4.3.7",
"justified-layout": "^4.1.0",
"moment": "^2.29.4",
"path-posix": "^1.0.0",
"photoswipe": "^5.3.3",
"plyr": "^3.7.2",
"reflect-metadata": "^0.1.13",
"video.js": "^7.20.3",
"videojs-contrib-quality-levels": "^2.2.0",
"vue": "^2.7.10",
"vue-class-component": "^7.2.6",
"vue-material-design-icons": "^5.1.2",
"vue-property-decorator": "^9.1.2",
"vue-router": "^3.5.4",
"vue-virtual-scroller": "1.1.2",
"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",
"@playwright/test": "^1.27.1",
"@types/url-parse": "^1.4.8",
"playwright": "^1.27.1",
"ts-loader": "^9.4.1",
"typescript": "^4.8.4",
"workbox-webpack-plugin": "^6.5.4"
}
}