-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.41 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.41 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
{
"name": "web-app-webmail",
"version": "0.1.0",
"description": "Webmail extension for OpenCloud integrating Roundcube via iframe with HMAC-signed autologin.",
"license": "Apache-2.0",
"author": "OpenCloud",
"private": true,
"homepage": "https://github.com/opencloud-eu/web-app-skeleton",
"type": "module",
"scripts": {
"build": "pnpm vite build",
"build:w": "pnpm vite build --watch --mode development",
"check:types": "vue-tsc --noEmit",
"lint": "eslint 'src/**/*.{js,ts,vue}' --color",
"format:check": "prettier . --check",
"format:write": "prettier . --write",
"test:unit": "NODE_OPTIONS=--unhandled-rejections=throw vitest"
},
"devDependencies": {
"@opencloud-eu/eslint-config": "^5.0.0",
"@opencloud-eu/prettier-config": "^5.0.0",
"@opencloud-eu/tsconfig": "^5.0.0",
"@opencloud-eu/web-client": "^5.0.0",
"@opencloud-eu/web-pkg": "^5.0.0",
"@types/node": "^24.0.0",
"@vue/test-utils": "^2.4.6",
"eslint": "^9.22.0",
"happy-dom": "^20.0.0",
"pinia": "^3.0.4",
"prettier": "^3.5.3",
"tailwindcss": "^4.0.0",
"ts-node": "^10.9.2",
"typescript": "^5.8.2",
"vite": "^7.0.0",
"vitest": "^4.0.0",
"vue": "^3.5.13",
"vue-router": "^5.0.0",
"vue-tsc": "^3.0.0",
"vue3-gettext": "^2.4.0"
},
"dependencies": {
"@opencloud-eu/extension-sdk": "^5.0.0",
"zod": "^3.24.0"
},
"packageManager": "pnpm@10.18.1"
}