92 lines
2.5 KiB
JSON
92 lines
2.5 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": "webpack --node-env production --progress",
|
|
"dev": "webpack --node-env development --progress",
|
|
"watch": "webpack --node-env development --progress --watch",
|
|
"serve": "webpack serve --node-env development --progress",
|
|
"e2e": "playwright test"
|
|
},
|
|
"dependencies": {
|
|
"@nextcloud/auth": "^2.2.1",
|
|
"@nextcloud/axios": "^2.4.0",
|
|
"@nextcloud/dialogs": "^4.2.2",
|
|
"@nextcloud/event-bus": "^3.1.0",
|
|
"@nextcloud/initial-state": "^2.1.0",
|
|
"@nextcloud/l10n": "^2.2.0",
|
|
"@nextcloud/paths": "^2.1.0",
|
|
"@nextcloud/router": "^2.2.0",
|
|
"@nextcloud/sharing": "^0.1.0",
|
|
"@nextcloud/vue": "7.12.6",
|
|
"filerobot-image-editor": "4.5.2",
|
|
"fuse.js": "^7.0.0",
|
|
"hammerjs": "^2.0.8",
|
|
"justified-layout": "^4.1.0",
|
|
"leaflet": "^1.9.4",
|
|
"leaflet-edgebuffer": "^1.0.6",
|
|
"luxon": "^3.4.4",
|
|
"path-posix": "^1.0.0",
|
|
"photoswipe": "^5.4.3",
|
|
"plyr": "^3.7.8",
|
|
"react-filerobot-image-editor": "4.5.2",
|
|
"video.js": "^8.6.1",
|
|
"vue": "^2.7.15",
|
|
"vue-material-design-icons": "^5.2.0",
|
|
"vue-router": "^3.6.5",
|
|
"vue-virtual-scroller": "1.1.2",
|
|
"vue2-leaflet": "^2.7.1",
|
|
"webdav": "^5.3.1",
|
|
"webworker-typed": "^1.0.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.2.0",
|
|
"npm": ">=8.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@playwright/test": "^1.40.1",
|
|
"@types/hammerjs": "^2.0.45",
|
|
"@types/justified-layout": "^4.1.4",
|
|
"@types/luxon": "^3.3.5",
|
|
"@types/url-parse": "^1.4.11",
|
|
"@types/videojs-contrib-quality-levels": "^2.0.4",
|
|
"css-loader": "^6.8.1",
|
|
"node-polyfill-webpack-plugin": "^2.0.1",
|
|
"playwright": "^1.40.1",
|
|
"prettier": "^3.1.0",
|
|
"sass": "^1.69.5",
|
|
"sass-loader": "^13.3.2",
|
|
"style-loader": "^3.3.3",
|
|
"ts-loader": "^9.5.1",
|
|
"ts-node": "^10.9.1",
|
|
"typescript": "^5.3.2",
|
|
"vue-loader": "^15.11.1",
|
|
"vue-template-compiler": "^2.7.15",
|
|
"vue-tsc": "^1.8.24",
|
|
"webpack": "^5.89.0",
|
|
"webpack-cli": "^5.1.4",
|
|
"workbox-webpack-plugin": "^7.0.0"
|
|
}
|
|
}
|