File size: 3,862 Bytes
38b4eff
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
{
  "name": "nextcloud",
  "version": "1.0.0",
  "private": true,
  "description": "Nextcloud Server",
  "keywords": [
    "nextcloud"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/nextcloud/server.git"
  },
  "license": "AGPL-3.0-or-later",
  "author": "Nextcloud GmbH and Nextcloud contributors",
  "type": "module",
  "scripts": {
    "build": "build/demi.sh build",
    "postbuild": "build/npm-post-build.sh",
    "cypress": "cypress run --e2e",
    "cypress:gui": "cypress open",
    "cypress:version": "cypress version",
    "dev": "build/demi.sh dev",
    "postinstall": "build/demi.sh ci",
    "lint": "eslint --suppressions-location build/eslint-baseline.json --no-error-on-unmatched-pattern ./cypress",
    "postlint": "build/demi.sh lint",
    "lint:fix": "build/demi.sh lint:fix",
    "sass": "sass --style compressed --load-path core/css core/css/ $(for cssdir in $(find apps -mindepth 2 -maxdepth 2 -name \"css\"); do if ! $(git check-ignore -q $cssdir); then printf \"$cssdir \"; fi; done)",
    "sass:icons": "node build/icons.mjs",
    "sass:watch": "sass --watch --load-path core/css core/css/ $(for cssdir in $(find apps -mindepth 2 -maxdepth 2 -name \"css\"); do if ! $(git check-ignore -q $cssdir); then printf \"$cssdir \"; fi; done)",
    "stylelint": "stylelint $(for appdir in $(ls apps); do if ! $(git check-ignore -q \"apps/$appdir\"); then printf \"'apps/$appdir/**/*.{scss,vue}' \"; fi; done) 'core/**/*.{scss,vue}'",
    "stylelint:fix": "npm run stylelint -- --fix",
    "test": "vitest run",
    "test:coverage": "vitest run --coverage",
    "test:update-snapshots": "vitest run --update",
    "test:watch": "vitest --watch",
    "watch": "build/demi.sh --parallel watch"
  },
  "browserslist": [
    "extends @nextcloud/browserslist-config"
  ],
  "dependencies": {
    "@mdi/js": "^7.4.47",
    "@mdi/svg": "^7.4.47",
    "@nextcloud/auth": "^2.6.0",
    "@nextcloud/axios": "^2.5.2",
    "@nextcloud/calendar-availability-vue": "^3.0.0",
    "@nextcloud/capabilities": "^1.2.1",
    "@nextcloud/dialogs": "^7.3.0",
    "@nextcloud/event-bus": "^3.3.3",
    "@nextcloud/files": "^4.0.0",
    "@nextcloud/initial-state": "^3.0.0",
    "@nextcloud/l10n": "^3.4.1",
    "@nextcloud/logger": "^3.0.3",
    "@nextcloud/password-confirmation": "^6.1.0",
    "@nextcloud/paths": "^3.1.0",
    "@nextcloud/router": "^3.1.0",
    "@nextcloud/sharing": "^0.4.0",
    "@nextcloud/vue": "^9.6.0",
    "@vueuse/core": "^14.2.1",
    "@vueuse/integrations": "^14.2.1",
    "color": "^5.0.3",
    "debounce": "^3.0.0",
    "pinia": "^3.0.4",
    "sortablejs": "^1.15.7",
    "vue": "^3.5.32",
    "vuex": "^4.1.0",
    "webdav": "^5.9.0"
  },
  "devDependencies": {
    "@nextcloud/browserslist-config": "^3.1.2",
    "@nextcloud/e2e-test-server": "^0.4.0",
    "@nextcloud/eslint-config": "^9.0.0-rc.9",
    "@nextcloud/stylelint-config": "^3.2.1",
    "@nextcloud/typings": "^1.10.0",
    "@nextcloud/vite-config": "^2.5.2",
    "@testing-library/cypress": "^10.1.0",
    "@testing-library/jest-dom": "^6.9.1",
    "@testing-library/vue": "^8.1.0",
    "@types/dockerode": "^4.0.1",
    "@vitest/coverage-v8": "^4.1.4",
    "@vue/test-utils": "^2.4.6",
    "@vue/tsconfig": "^0.9.1",
    "@zip.js/zip.js": "^2.8.26",
    "concurrently": "^9.2.1",
    "cypress": "^15.14.0",
    "cypress-axe": "^1.7.0",
    "cypress-if": "^1.13.2",
    "cypress-split": "^1.24.31",
    "cypress-vite": "^1.8.0",
    "cypress-wait-until": "^3.0.2",
    "eslint": "^10.2.1",
    "eslint-plugin-cypress": "^6.3.1",
    "eslint-plugin-no-only-tests": "^3.3.0",
    "is-svg": "^6.1.0",
    "jsdom": "^27.4.0",
    "jsdom-testing-mocks": "^1.16.0",
    "msw": "^2.13.4",
    "sass": "^1.99.0",
    "stylelint": "^17.8.0",
    "vite": "^7.3.2",
    "vitest": "^4.1.4"
  },
  "engines": {
    "node": "^24.0.0",
    "npm": "^11.3.0"
  }
}