|
1 | 1 | { |
2 | 2 | "name": "viewer", |
3 | | - "description": "Simple file viewer with slideshow for media", |
4 | 3 | "version": "5.0.0-dev.0", |
5 | | - "author": "John Molakvoæ <skjnldsv@protonmail.com>", |
6 | | - "contributors": [ |
7 | | - "John Molakvoæ <skjnldsv@protonmail.com>" |
8 | | - ], |
9 | | - "license": "AGPL-3.0-or-later", |
| 4 | + "private": true, |
| 5 | + "description": "Simple file viewer with slideshow for media", |
10 | 6 | "keywords": [ |
11 | 7 | "nextcloud", |
12 | 8 | "files", |
|
15 | 11 | "modal", |
16 | 12 | "gallery" |
17 | 13 | ], |
| 14 | + "homepage": "https://github.com/nextcloud/viewer", |
18 | 15 | "bugs": { |
19 | 16 | "url": "https://github.com/nextcloud/viewer/issues" |
20 | 17 | }, |
21 | 18 | "repository": { |
22 | | - "url": "git+https://github.com/nextcloud/viewer.git", |
23 | | - "type": "git" |
| 19 | + "type": "git", |
| 20 | + "url": "git+https://github.com/nextcloud/viewer.git" |
24 | 21 | }, |
25 | | - "homepage": "https://github.com/nextcloud/viewer", |
26 | | - "private": true, |
| 22 | + "license": "AGPL-3.0-or-later", |
| 23 | + "author": "John Molakvoæ <skjnldsv@protonmail.com>", |
| 24 | + "contributors": [ |
| 25 | + "John Molakvoæ <skjnldsv@protonmail.com>" |
| 26 | + ], |
27 | 27 | "type": "module", |
28 | 28 | "scripts": { |
29 | 29 | "build": "vite --mode production build", |
| 30 | + "cypress": "npm run cypress:e2e", |
| 31 | + "cypress:e2e": "cypress run --e2e", |
| 32 | + "cypress:gui": "cypress open --e2e", |
| 33 | + "cypress:update-snapshots": "cypress run --env visualRegressionType=base --spec cypress/e2e/visual-regression.cy.ts --config screenshotsFolder=cypress/snapshots/base", |
| 34 | + "cypress:visual-regression": "cypress run --spec cypress/e2e/visual-regression.cy.ts", |
30 | 35 | "dev": "export NODE_ENV=development; vite --mode development build", |
31 | | - "watch": "export NODE_ENV=development; vite --mode development build --watch", |
32 | 36 | "lint": "eslint cypress src", |
33 | 37 | "lint:fix": "eslint cypress src --fix", |
34 | 38 | "stylelint": "stylelint src", |
35 | 39 | "stylelint:fix": "stylelint src --fix", |
36 | | - "cypress": "npm run cypress:e2e", |
37 | | - "cypress:e2e": "cypress run --e2e", |
38 | | - "cypress:gui": "cypress open --e2e", |
39 | | - "cypress:visual-regression": "cypress run --spec cypress/e2e/visual-regression.cy.ts", |
40 | | - "cypress:update-snapshots": "cypress run --env visualRegressionType=base --spec cypress/e2e/visual-regression.cy.ts --config screenshotsFolder=cypress/snapshots/base" |
| 40 | + "watch": "export NODE_ENV=development; vite --mode development build --watch" |
41 | 41 | }, |
| 42 | + "browserslist": [ |
| 43 | + "extends @nextcloud/browserslist-config" |
| 44 | + ], |
42 | 45 | "dependencies": { |
43 | 46 | "@fontsource/roboto": "^5.2.10", |
44 | 47 | "@mdi/svg": "^7.4.47", |
45 | | - "@nextcloud/auth": "^2.5.2", |
46 | | - "@nextcloud/axios": "^2.5.1", |
| 48 | + "@nextcloud/auth": "^2.5.3", |
| 49 | + "@nextcloud/axios": "^2.5.2", |
47 | 50 | "@nextcloud/dialogs": "^5.3.8", |
48 | | - "@nextcloud/event-bus": "^3.3.2", |
49 | | - "@nextcloud/files": "^3.12.0", |
50 | | - "@nextcloud/initial-state": "^2.2.0", |
51 | | - "@nextcloud/l10n": "^3.4.0", |
52 | | - "@nextcloud/logger": "^3.0.2", |
53 | | - "@nextcloud/paths": "^2.2.1", |
| 51 | + "@nextcloud/event-bus": "^3.3.3", |
| 52 | + "@nextcloud/files": "^3.12.2", |
| 53 | + "@nextcloud/initial-state": "^3.0.0", |
| 54 | + "@nextcloud/l10n": "^3.4.1", |
| 55 | + "@nextcloud/logger": "^3.0.3", |
| 56 | + "@nextcloud/paths": "^3.1.0", |
54 | 57 | "@nextcloud/router": "^3.1.0", |
55 | 58 | "@nextcloud/typings": "^1.10.0", |
56 | 59 | "@nextcloud/vue": "^8.37.0", |
|
70 | 73 | "vue-material-design-icons": "^5.3.1", |
71 | 74 | "webdav": "^5.9.0" |
72 | 75 | }, |
73 | | - "browserslist": [ |
74 | | - "extends @nextcloud/browserslist-config" |
75 | | - ], |
76 | | - "engines": { |
77 | | - "node": "^22.0.0", |
78 | | - "npm": "^10.5.0" |
79 | | - }, |
80 | 76 | "devDependencies": { |
81 | 77 | "@nextcloud/browserslist-config": "^3.0.1", |
82 | 78 | "@nextcloud/cypress": "^1.0.0-beta.15", |
|
97 | 93 | "typescript": "^5.9.3", |
98 | 94 | "vite": "^5.4.21", |
99 | 95 | "vite-plugin-static-copy": "^3.3.0" |
| 96 | + }, |
| 97 | + "engines": { |
| 98 | + "node": "^22.0.0", |
| 99 | + "npm": "^10.5.0" |
100 | 100 | } |
101 | 101 | } |
0 commit comments