{ "name": "photos", "description": "Your memories under your control", "version": "1.6.0", "author": "John Molakvoæ ", "contributors": [ "John Molakvoæ " ], "keywords": [ "nextcloud", "photos", "app" ], "bugs": { "url": "https://github.com/nextcloud/photos/issues" }, "repository": { "url": "https://github.com/nextcloud/photos", "type": "git" }, "homepage": "https://github.com/nextcloud/photos", "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", "lint": "eslint --ext .js,.vue src", "lint:fix": "eslint --ext .js,.vue src --fix", "stylelint": "stylelint src", "stylelint:fix": "stylelint src --fix" }, "dependencies": { "@essentials/request-timeout": "^1.3.0", "@nextcloud/auth": "^1.3.0", "@nextcloud/axios": "^1.9.0", "@nextcloud/event-bus": "^2.1.1", "@nextcloud/initial-state": "^1.2.1", "@nextcloud/l10n": "^1.4.1", "@nextcloud/moment": "^1.2.0", "@nextcloud/router": "^2.0.0", "@nextcloud/vue": "^5.3.1", "camelcase": "^6.3.0", "debounce": "^1.2.1", "path-posix": "^1.0.0", "qs": "^6.10.3", "url-parse": "^1.5.10", "vue": "^2.6.14", "vue-router": "^3.5.3", "vue-template-compiler": "^2.6.14", "vue-virtual-grid": "^2.4.0", "vuex": "^3.6.2", "vuex-router-sync": "^5.0.0", "webdav": "^3.6.1" }, "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.2.0", "@nextcloud/eslint-config": "^7.0.2", "@nextcloud/stylelint-config": "^2.1.2", "@nextcloud/webpack-vue-config": "^5.0.0", "@vue/test-utils": "^1.3.0", "autoprefixer": "^10.4.4", "babel-loader-exclude-node-modules-except": "^1.2.1", "module-replace-webpack-plugin": "0.0.12", "postcss": "^8.4.12", "postcss-loader": "^6.2.1", "raw-loader": "^4.0.2", "workbox-webpack-plugin": "^6.5.1" } }