зеркало из https://github.com/nextcloud/viewer.git
84 строки
2.4 KiB
JSON
84 строки
2.4 KiB
JSON
{
|
|
"name": "viewer",
|
|
"description": "Simple file viewer with slideshow for media",
|
|
"version": "1.1.0",
|
|
"author": "John Molakvoæ <skjnldsv@protonmail.com>",
|
|
"contributors": [
|
|
"John Molakvoæ <skjnldsv@protonmail.com>"
|
|
],
|
|
"keywords": [
|
|
"nextcloud",
|
|
"files",
|
|
"viewer",
|
|
"slideshow",
|
|
"modal",
|
|
"gallery"
|
|
],
|
|
"bugs": {
|
|
"url": "https://github.com/nextcloud/viewer/issues"
|
|
},
|
|
"repository": {
|
|
"url": "git+https://github.com/nextcloud/viewer.git",
|
|
"type": "git"
|
|
},
|
|
"homepage": "https://github.com/nextcloud/viewer",
|
|
"license": "agpl",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "NODE_ENV=development webpack --config webpack.dev.js",
|
|
"watch": "NODE_ENV=development webpack --progress --watch --config webpack.dev.js",
|
|
"build": "NODE_ENV=production webpack --progress --hide-modules --config webpack.prod.js",
|
|
"lint": "eslint --ext .js,.vue src",
|
|
"lint:fix": "eslint --ext .js,.vue src --fix",
|
|
"stylelint": "stylelint src",
|
|
"stylelint:fix": "stylelint src --fix"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^0.18.0",
|
|
"debounce": "^1.2.0",
|
|
"nextcloud-server": "^0.15.9",
|
|
"nextcloud-vue": "^0.10.0",
|
|
"vue": "^2.6.10",
|
|
"vue-async-computed": "^3.6.1"
|
|
},
|
|
"browserslist": [
|
|
"last 2 versions",
|
|
"ie >= 11"
|
|
],
|
|
"engines": {
|
|
"node": ">=10.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.4.3",
|
|
"@babel/plugin-proposal-class-properties": "^7.4.4",
|
|
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
|
|
"@babel/preset-env": "^7.4.4",
|
|
"babel-eslint": "^10.0.1",
|
|
"babel-loader": "^8.0.5",
|
|
"css-loader": "^2.1.1",
|
|
"eslint": "^5.16.0",
|
|
"eslint-config-standard": "^12.0.0",
|
|
"eslint-import-resolver-webpack": "^0.11.1",
|
|
"eslint-loader": "^2.1.2",
|
|
"eslint-plugin-import": "^2.17.2",
|
|
"eslint-plugin-node": "^8.0.1",
|
|
"eslint-plugin-promise": "^4.1.1",
|
|
"eslint-plugin-standard": "^4.0.0",
|
|
"eslint-plugin-vue": "^5.2.2",
|
|
"file-loader": "^3.0.1",
|
|
"node-sass": "^4.12.0",
|
|
"sass-loader": "^7.1.0",
|
|
"stylelint": "^8.4.0",
|
|
"stylelint-config-recommended-scss": "^3.3.0",
|
|
"stylelint-scss": "^3.6.1",
|
|
"stylelint-webpack-plugin": "^0.10.5",
|
|
"url-loader": "^1.1.2",
|
|
"vue-loader": "^15.7.0",
|
|
"vue-template-compiler": "^2.6.10",
|
|
"webpack": "^4.30.0",
|
|
"webpack-cli": "^3.3.1",
|
|
"webpack-merge": "^4.2.1",
|
|
"webpack-node-externals": "^1.7.2"
|
|
}
|
|
}
|