photos/package.json

80 lines
2.2 KiB
JSON

{
"name": "photos",
"description": "Your memories under your control",
"version": "1.4.0",
"author": "John Molakvoæ <skjnldsv@protonmail.com>",
"contributors": [
"John Molakvoæ <skjnldsv@protonmail.com>"
],
"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.6.0",
"@nextcloud/event-bus": "^1.2.0",
"@nextcloud/initial-state": "^1.2.0",
"@nextcloud/l10n": "^1.4.1",
"@nextcloud/moment": "^1.1.1",
"@nextcloud/router": "^1.2.0",
"@nextcloud/vue": "^3.10.0",
"camelcase": "^6.2.0",
"core-js": "^3.9.1",
"debounce": "^1.2.1",
"path-posix": "^1.0.0",
"qs": "^6.10.1",
"regenerator-runtime": "^0.13.7",
"url-parse": "^1.5.1",
"vue": "^2.6.12",
"vue-router": "^3.5.1",
"vue-virtual-grid": "^2.3.1",
"vuex": "^3.6.2",
"vuex-router-sync": "^5.0.0",
"webdav": "^3.6.1"
},
"browserslist": [
"extends @nextcloud/browserslist-config"
],
"engines": {
"node": ">=14.0.0"
},
"devDependencies": {
"@nextcloud/babel-config": "^1.0.0-beta.1",
"@nextcloud/browserslist-config": "^2.1.0",
"@nextcloud/eslint-config": "^5.1.0",
"@nextcloud/stylelint-config": "^1.0.0-beta.0",
"@nextcloud/webpack-vue-config": "^4.0.3",
"@vue/test-utils": "^1.2.0",
"autoprefixer": "^9.8.6",
"babel-loader-exclude-node-modules-except": "^1.2.1",
"module-replace-webpack-plugin": "0.0.12",
"node-sass": "^6.0.0",
"node-sass-utils": "^1.1.3",
"postcss-loader": "^6.1.0",
"raw-loader": "^4.0.2",
"workbox-webpack-plugin": "^6.1.1"
}
}