-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.6 KB
/
Copy pathpackage.json
File metadata and controls
57 lines (57 loc) · 1.6 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "web-extensions",
"description": "Collection of ownCloud Web Extensions",
"license": "Apache-2.0",
"author": "ownCloud",
"private": true,
"homepage": "https://github.com/owncloud/web-extensions",
"type": "module",
"scripts": {
"build": "pnpm -r build",
"build:w": "pnpm -r build:w",
"check:types": "pnpm -r check:types",
"lint": "eslint '{packages,support}/**/*.{js,ts,vue}' '*.{ts,js}' --color",
"test:unit": "pnpm -r test:unit --watch=false",
"test:e2e": "pnpm -r playwright test"
},
"devDependencies": {
"@ownclouders/eslint-config": "^12.5.0",
"@ownclouders/prettier-config": "0.0.1",
"@ownclouders/tsconfig": "0.0.6",
"@playwright/test": "1.63.0",
"@types/node": "24.13.5",
"@vue/test-utils": "^2.5.1",
"eslint": "9.8.0",
"happy-dom": "^20.14.5",
"prettier": "3.9.8",
"ts-node": "^10.9.2",
"typescript": "5.9.3",
"vite": "7.3.2",
"vitest": "4.1.11",
"vitest-mock-extended": "4.0.0",
"vue-tsc": "3.3.11",
"vue3-gettext": "^2.4.0"
},
"packageManager": "pnpm@10.27.0",
"pnpm": {
"peerDependencyRules": {
"ignoreMissing": [
"design-system*"
]
},
"overrides": {
"jsonpath-plus": "10.3.0",
"@uppy/core": "5.2.0",
"brace-expansion@1.1.18": "1.1.21",
"brace-expansion@2.1.2": "2.1.7",
"brace-expansion@5.0.9": "5.0.12",
"nanoid@3.3.16": "3.3.18",
"postcss@8.5.20": "8.5.23",
"mermaid@11.16.0": "11.16.1",
"qs@6.15.3": "6.16.0",
"dompurify@3.4.12": "3.4.15",
"esbuild@0.27.7": "0.28.1",
"glob": "^13.0.6"
}
}
}