%PDF- %PDF-
| Direktori : /www/varak.net/nextcloud.varak.net/apps_old/apps/viewer/ |
| Current File : /www/varak.net/nextcloud.varak.net/apps_old/apps/viewer/package.json |
{
"name": "viewer",
"description": "Simple file viewer with slideshow for media",
"version": "3.0.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,
"type": "module",
"scripts": {
"build": "vite --mode production build",
"dev": "vite --mode development build",
"watch": "vite --mode development build --watch",
"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:visual-regression": "cypress run --spec cypress/e2e/visual-regression.cy.ts",
"cypress:update-snapshots": "cypress run --env visualRegressionType=base --spec cypress/e2e/visual-regression.cy.ts --config screenshotsFolder=cypress/snapshots/base"
},
"dependencies": {
"@fontsource/roboto": "^5.0.14",
"@mdi/svg": "^7.4.47",
"@nextcloud/auth": "^2.4.0",
"@nextcloud/axios": "^2.5.0",
"@nextcloud/dialogs": "^5.3.7",
"@nextcloud/event-bus": "^3.3.1",
"@nextcloud/files": "^3.9.0",
"@nextcloud/initial-state": "^2.2.0",
"@nextcloud/l10n": "^3.1.0",
"@nextcloud/logger": "^3.0.2",
"@nextcloud/paths": "^2.2.1",
"@nextcloud/router": "^3.0.1",
"@nextcloud/typings": "^1.9.1",
"@nextcloud/vue": "^8.19.0",
"@skjnldsv/vue-plyr": "^7.5.0",
"camelcase": "^8.0.0",
"debounce": "^2.1.1",
"filerobot-image-editor": "^4.8.1",
"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.7.1"
},
"browserslist": [
"extends @nextcloud/browserslist-config"
],
"engines": {
"node": "^20.0.0",
"npm": "^10.0.0"
},
"devDependencies": {
"@nextcloud/browserslist-config": "^3.0.1",
"@nextcloud/cypress": "^1.0.0-beta.9",
"@nextcloud/eslint-config": "^8.4.1",
"@nextcloud/sharing": "^0.2.3",
"@nextcloud/stylelint-config": "^3.0.1",
"@nextcloud/vite-config": "^1.4.2",
"@types/dockerode": "^3.3.31",
"@vue/tsconfig": "^0.5.1",
"cypress": "^13.14.2",
"cypress-split": "^1.24.0",
"cypress-visual-regression": "^5.2.1",
"dockerode": "^4.0.2",
"eslint-plugin-cypress": "^3.5.0",
"ts-node": "^10.9.2",
"tslib": "^2.7.0",
"typescript": "^5.6.2",
"vite": "^5.4.5",
"wait-on": "^7.2.0"
}
}