{ "name": "photos", "description": "Your memories under your control", "version": "1.2.3", "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 --hide-modules --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.5.0", "@nextcloud/event-bus": "^1.2.0", "@nextcloud/initial-state": "^1.2.0", "@nextcloud/l10n": "^1.4.1", "@nextcloud/router": "^1.2.0", "@nextcloud/vue": "^3.2.0", "camelcase": "^6.2.0", "core-js": "^3.7.0", "debounce": "^1.2.0", "moment": "^2.29.1", "path-posix": "^1.0.0", "qs": "^6.9.4", "regenerator-runtime": "^0.13.7", "url-parse": "^1.4.7", "vue": "^2.6.12", "vue-router": "^3.4.9", "vue-virtual-grid": "^2.3.0", "vuex": "^3.5.1", "vuex-router-sync": "^5.0.0", "webdav": "^3.6.2" }, "browserslist": [ "extends @nextcloud/browserslist-config" ], "engines": { "node": ">=10.0.0" }, "devDependencies": { "@babel/core": "^7.12.7", "@babel/plugin-syntax-dynamic-import": "^7.8.3", "@babel/preset-env": "^7.12.7", "@nextcloud/browserslist-config": "^1.0.0", "@nextcloud/eslint-config": "^3.0.0", "@nextcloud/eslint-plugin": "^2.0.0", "@nextcloud/webpack-vue-config": "^2.0.0", "@vue/test-utils": "^1.1.1", "autoprefixer": "^9.8.6", "babel-eslint": "^10.1.0", "babel-loader": "^8.2.1", "babel-loader-exclude-node-modules-except": "^1.0.3", "css-loader": "^4.3.0", "eslint": "^7.14.0", "eslint-config-standard": "^16.0.2", "eslint-plugin-import": "^2.22.1", "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "^4.2.1", "eslint-plugin-standard": "^4.1.0", "eslint-plugin-vue": "^7.1.0", "eslint-webpack-plugin": "^2.4.0", "module-replace-webpack-plugin": "0.0.12", "node-sass": "^5.0.0", "node-sass-utils": "^1.1.3", "postcss-loader": "^4.1.0", "raw-loader": "^4.0.2", "sass-loader": "^10.1.0", "style-loader": "^2.0.0", "stylelint": "^13.8.0", "stylelint-config-recommended-scss": "^4.2.0", "stylelint-scss": "^3.18.0", "stylelint-webpack-plugin": "^2.1.1", "url-loader": "^4.1.1", "vue-loader": "^15.9.5", "vue-template-compiler": "^2.6.12", "webpack": "^4.44.2", "webpack-cli": "^3.3.12", "webpack-merge": "^5.4.0", "workbox-webpack-plugin": "^5.1.4" } }