зеркало из https://github.com/nextcloud/photos.git
105 строки
3.0 KiB
JSON
105 строки
3.0 KiB
JSON
{
|
|
"name": "photos",
|
|
"description": "Your memories under your control",
|
|
"version": "1.3.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 --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.4.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": "^2.7.0",
|
|
"camelcase": "^6.1.0",
|
|
"core-js": "^3.6.5",
|
|
"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.7",
|
|
"vue-virtual-grid": "^2.1.1",
|
|
"vuex": "^3.5.1",
|
|
"vuex-router-sync": "^5.0.0",
|
|
"webdav": "^3.6.1"
|
|
},
|
|
"browserslist": [
|
|
"extends @nextcloud/browserslist-config"
|
|
],
|
|
"engines": {
|
|
"node": ">=10.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.12.3",
|
|
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
|
"@babel/preset-env": "^7.12.1",
|
|
"@nextcloud/browserslist-config": "^1.0.0",
|
|
"@nextcloud/eslint-config": "^2.2.0",
|
|
"@nextcloud/eslint-plugin": "^1.5.0",
|
|
"@nextcloud/webpack-vue-config": "^1.4.1",
|
|
"@vue/test-utils": "^1.1.0",
|
|
"autoprefixer": "^9.8.6",
|
|
"babel-eslint": "^10.1.0",
|
|
"babel-loader": "^8.1.0",
|
|
"babel-loader-exclude-node-modules-except": "^1.0.3",
|
|
"css-loader": "^4.3.0",
|
|
"eslint": "^6.8.0",
|
|
"eslint-config-standard": "^14.1.1",
|
|
"eslint-loader": "^4.0.2",
|
|
"eslint-plugin-import": "^2.22.1",
|
|
"eslint-plugin-node": "^11.1.0",
|
|
"eslint-plugin-promise": "^4.2.1",
|
|
"eslint-plugin-standard": "^4.0.2",
|
|
"eslint-plugin-vue": "^6.2.2",
|
|
"module-replace-webpack-plugin": "0.0.12",
|
|
"node-sass": "^4.14.1",
|
|
"node-sass-utils": "^1.1.3",
|
|
"postcss-loader": "^4.0.4",
|
|
"raw-loader": "^4.0.2",
|
|
"sass-loader": "^8.0.2",
|
|
"style-loader": "^1.3.0",
|
|
"stylelint": "^13.7.2",
|
|
"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.3",
|
|
"vue-template-compiler": "^2.6.12",
|
|
"webpack": "^4.44.2",
|
|
"webpack-cli": "^3.3.12",
|
|
"webpack-merge": "^5.2.0",
|
|
"workbox-webpack-plugin": "^5.1.4"
|
|
}
|
|
}
|