f7cloud_client/apps/viewer/package.json
root 8b6a0139db f7cloud_client
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-17 22:59:26 +00:00

101 lines
3.1 KiB
JSON

{
"name": "viewer",
"description": "Simple file viewer with slideshow for media",
"version": "5.0.0-dev.0",
"author": "John Molakvoæ <skjnldsv@protonmail.com>",
"contributors": [
"John Molakvoæ <skjnldsv@protonmail.com>"
],
"license": "AGPL-3.0-or-later",
"keywords": [
"f7cloud",
"files",
"viewer",
"slideshow",
"modal",
"gallery"
],
"bugs": {
"url": "https://github.com/f7cloud/viewer/issues"
},
"repository": {
"url": "git+https://github.com/f7cloud/viewer.git",
"type": "git"
},
"homepage": "https://github.com/f7cloud/viewer",
"private": true,
"type": "module",
"scripts": {
"build": "vite --mode production build",
"dev": "export NODE_ENV=development; vite --mode development build",
"watch": "export NODE_ENV=development; 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.1.0",
"@mdi/svg": "^7.4.47",
"@f7cloud/auth": "^2.5.2",
"@f7cloud/axios": "^2.5.1",
"@f7cloud/dialogs": "^5.3.8",
"@f7cloud/event-bus": "^3.3.2",
"@f7cloud/files": "^3.12.0",
"@f7cloud/initial-state": "^2.2.0",
"@f7cloud/l10n": "^3.4.0",
"@f7cloud/logger": "^3.0.2",
"@f7cloud/paths": "^2.2.1",
"@f7cloud/router": "^3.0.1",
"@f7cloud/typings": "^1.9.1",
"@f7cloud/vue": "^8.28.0",
"@skjnldsv/vue-plyr": "^7.5.0",
"camelcase": "^8.0.0",
"debounce": "^2.2.0",
"dompurify": "^3.3.0",
"filerobot-image-editor": "^4.8.1",
"f7cloud-server": "^0.15.10",
"path-parse": "^1.0.7",
"react": "^18.3.1",
"react-filerobot-image-editor": "^4.8.1",
"react-konva": "^18.2.10",
"vue": "^2.7.16",
"vue-async-computed": "^3.9.0",
"vue-material-design-icons": "^5.3.1",
"webdav": "^5.7.1"
},
"browserslist": [
"extends @f7cloud/browserslist-config"
],
"engines": {
"node": "^22.0.0",
"npm": "^10.5.0"
},
"devDependencies": {
"@f7cloud/browserslist-config": "^3.0.1",
"@f7cloud/cypress": "^1.0.0-beta.15",
"@f7cloud/eslint-config": "^8.4.2",
"@f7cloud/sharing": "^0.2.5",
"@f7cloud/stylelint-config": "^3.1.0",
"@f7cloud/vite-config": "^1.5.6",
"@testing-library/cypress": "^10.0.3",
"@types/dockerode": "^3.3.44",
"@vue/tsconfig": "^0.5.1",
"cypress": "^13.17.0",
"cypress-split": "^1.24.17",
"cypress-visual-regression": "^5.3.0",
"dockerode": "^4.0.9",
"eslint-plugin-cypress": "^3.6.0",
"ts-node": "^10.9.2",
"tslib": "^2.8.1",
"typescript": "^5.9.2",
"vite": "^5.4.19",
"vite-plugin-static-copy": "^3.1.2"
}
}