-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.05 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "starrate",
"version": "1.0.9",
"type": "module",
"description": "Professionelles Foto-Bewertungs- und Lightroom-Sync-Tool für Nextcloud",
"scripts": {
"dev": "vite",
"build": "vite build",
"test": "vitest run",
"test:watch": "vitest",
"test:coverage": "vitest run --coverage",
"lint": "eslint src/ && echo ESLint passed - no errors",
"e2e": "dotenv -e .env.local -- cypress run --headless",
"e2e:open": "dotenv -e .env.local -- cypress open"
},
"dependencies": {
"@nextcloud/axios": "^2.4.0",
"@nextcloud/event-bus": "^3.3.0",
"@nextcloud/l10n": "^3.1.0",
"@nextcloud/router": "^3.0.0",
"vue": "^3.4.0",
"vue-router": "^4.3.0"
},
"devDependencies": {
"@eslint/js": "^9.39.4",
"@nextcloud/vite-config": "^2.2.0",
"@vitest/coverage-v8": "^1.6.1",
"@vue/test-utils": "^2.4.0",
"cypress": "^15.13.0",
"dotenv-cli": "^11.0.0",
"eslint": "^9.39.4",
"eslint-plugin-vue": "^9.33.0",
"globals": "^17.4.0",
"jsdom": "^24.0.0",
"vitest": "^1.4.0"
}
}