-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.16 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.16 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
{
"name": "web-extensions",
"description": "Collection of ownCloud Web Extensions",
"license": "AGPL-3.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 playwright test"
},
"devDependencies": {
"@ownclouders/eslint-config": "^12.3.0",
"@ownclouders/prettier-config": "0.0.1",
"@ownclouders/tsconfig": "0.0.6",
"@playwright/test": "1.55.1",
"@types/node": "24.10.0",
"@vue/test-utils": "^2.4.6",
"eslint": "9.37.0",
"happy-dom": "^20.0.0",
"prettier": "3.6.2",
"ts-node": "^10.9.2",
"typescript": "5.9.3",
"vite": "7.1.11",
"vitest": "4.0.16",
"vitest-mock-extended": "3.1.0",
"vue-tsc": "3.1.0",
"vue3-gettext": "^2.4.0"
},
"packageManager": "pnpm@10.27.0",
"pnpm": {
"overrides": {
"jsonpath-plus": "10.3.0",
"@uppy/core": "5.2.0"
}
}
}