97 lines
3.1 KiB
JSON
97 lines
3.1 KiB
JSON
{
|
|
"name": "viewer",
|
|
"description": "Simple file viewer with slideshow for media",
|
|
"version": "2.2.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": {
|
|
"build": "webpack --node-env production --progress",
|
|
"dev": "webpack --node-env development --progress",
|
|
"watch": "webpack --node-env development --progress --watch",
|
|
"stats": "webpack --node-env production --json webpack-stats.json",
|
|
"lint": "eslint cypress src",
|
|
"lint:fix": "eslint cypress src --fix",
|
|
"stylelint": "stylelint src",
|
|
"stylelint:fix": "stylelint src --fix",
|
|
"cypress": "npm run cypress:e2e",
|
|
"cypress:e2e": "cypress run --e2e",
|
|
"cypress:gui": "cypress open --e2e",
|
|
"cypress:pre-snapshots": "TESTING=true npm run dev",
|
|
"cypress:visual-regression": "npm run cypress:pre-snapshots && cypress run --spec cypress/e2e/visual-regression.cy.js",
|
|
"cypress:update-snapshots": "npm run cypress:pre-snapshots && cypress run --env type=base --spec cypress/e2e/visual-regression.cy.js --config screenshotsFolder=cypress/snapshots/base"
|
|
},
|
|
"dependencies": {
|
|
"@fontsource/roboto": "^5.0.8",
|
|
"@mdi/svg": "^7.4.47",
|
|
"@nextcloud/auth": "^2.2.1",
|
|
"@nextcloud/axios": "^2.3.0",
|
|
"@nextcloud/dialogs": "^5.1.1",
|
|
"@nextcloud/event-bus": "^3.1.0",
|
|
"@nextcloud/files": "^3.0.0-beta.26",
|
|
"@nextcloud/initial-state": "^2.1.0",
|
|
"@nextcloud/l10n": "^2.2.0",
|
|
"@nextcloud/logger": "^2.7.0",
|
|
"@nextcloud/paths": "^2.1.0",
|
|
"@nextcloud/router": "^3.0.0",
|
|
"@nextcloud/typings": "^1.7.0",
|
|
"@nextcloud/vue": "^8.6.2",
|
|
"@skjnldsv/vue-plyr": "^7.4.0",
|
|
"camelcase": "^8.0.0",
|
|
"debounce": "^1.2.1",
|
|
"filerobot-image-editor": "^4.5.2",
|
|
"nextcloud-server": "^0.15.10",
|
|
"path-parse": "^1.0.7",
|
|
"vue": "^2.7.16",
|
|
"vue-async-computed": "^3.9.0",
|
|
"vue-material-design-icons": "^5.3.0",
|
|
"webdav": "^5.3.0"
|
|
},
|
|
"browserslist": [
|
|
"extends @nextcloud/browserslist-config"
|
|
],
|
|
"engines": {
|
|
"node": "^20.0.0",
|
|
"npm": "^9.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/plugin-proposal-class-properties": "^7.18.6",
|
|
"@nextcloud/babel-config": "^1.0.0",
|
|
"@nextcloud/browserslist-config": "^3.0.0",
|
|
"@nextcloud/cypress": "^1.0.0-beta.2",
|
|
"@nextcloud/eslint-config": "^8.3.0",
|
|
"@nextcloud/stylelint-config": "^2.3.1",
|
|
"@nextcloud/webpack-vue-config": "^6.0.0",
|
|
"@types/dockerode": "^3.3.21",
|
|
"@vue/tsconfig": "^0.4.0",
|
|
"babel-loader-exclude-node-modules-except": "^1.2.1",
|
|
"cypress": "^13.4.0",
|
|
"cypress-visual-regression": "^3.0.0",
|
|
"dockerode": "^4.0.0",
|
|
"eslint-plugin-cypress": "^2.15.1",
|
|
"ts-node": "^10.9.1",
|
|
"tslib": "^2.6.2",
|
|
"typescript": "^5.2.2",
|
|
"wait-on": "^7.0.1"
|
|
}
|
|
}
|