memories/package.json

75 lines
2.0 KiB
JSON
Raw Normal View History

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": "^2.1.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",
"@nextcloud/vue": "7.8.0",
2023-01-18 01:29:42 +00:00
"camelcase": "^7.0.1",
"filerobot-image-editor": "^4.3.8",
2023-03-03 20:11:47 +00:00
"fuse.js": "^6.6.2",
2022-10-16 02:55:53 +00:00
"justified-layout": "^4.1.0",
"leaflet": "^1.9.3",
2023-02-10 20:52:54 +00:00
"leaflet-edgebuffer": "^1.0.6",
2022-10-12 20:24:08 +00:00
"moment": "^2.29.4",
"moment-timezone": "^0.5.42",
2022-09-14 18:18:57 +00:00
"path-posix": "^1.0.0",
"photoswipe": "^5.3.6",
"plyr": "^3.7.7",
2022-09-14 18:18:57 +00:00
"reflect-metadata": "^0.1.13",
"video.js": "^8.2.0",
2022-12-10 19:23:27 +00:00
"vue": "^2.7.14",
"vue-material-design-icons": "^5.2.0",
2022-12-10 19:23:27 +00:00
"vue-router": "^3.6.5",
2022-10-29 23:16:13 +00:00
"vue-virtual-scroller": "1.1.2",
"vue2-leaflet": "^2.7.1",
2022-11-22 08:21:08 +00:00
"webdav": "^4.11.2"
2022-09-14 18:18:57 +00:00
},
"browserslist": [
"extends @nextcloud/browserslist-config"
],
"engines": {
"node": ">=18.2.0",
"npm": ">=8.0.0"
2022-09-14 18:18:57 +00:00
},
"devDependencies": {
"@nextcloud/browserslist-config": "^2.3.0",
2022-11-22 08:21:08 +00:00
"@nextcloud/webpack-vue-config": "^5.4.0",
"@playwright/test": "^1.32.0",
2022-09-14 18:18:57 +00:00
"@types/url-parse": "^1.4.8",
"@types/videojs-contrib-quality-levels": "^2.0.1",
"playwright": "^1.32.0",
2022-12-10 19:23:27 +00:00
"ts-loader": "^9.4.2",
"typescript": "^4.9.5",
2022-10-17 02:52:44 +00:00
"workbox-webpack-plugin": "^6.5.4"
2022-09-14 18:18:57 +00:00
}
2022-08-14 20:54:18 +00:00
}