-
Notifications
You must be signed in to change notification settings - Fork 63
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.13 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.13 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
{
"name": "teams",
"version": "34.0.0-dev.0",
"private": true,
"license": "AGPL-3.0-or-later",
"author": "Nextcloud GmbH and Nextcloud contributors",
"type": "module",
"scripts": {
"build": "vite --mode production build",
"lint": "eslint",
"lint:fix": "eslint --fix",
"ts:check": "vue-tsc --noEmit",
"watch": "vite --mode development build --watch"
},
"overrides": {
"vite-plugin-node-polyfills": "^0.24.0"
},
"dependencies": {
"@mdi/js": "^7.4.47",
"@nextcloud/axios": "^2.5.1",
"@nextcloud/dialogs": "^7.1.0",
"@nextcloud/l10n": "^3.4.0",
"@nextcloud/logger": "^3.0.2",
"@nextcloud/password-confirmation": "^6.0.2",
"@nextcloud/router": "^3.0.1",
"@nextcloud/typings": "^1.10.0",
"@nextcloud/vue": "^9.5.0"
},
"devDependencies": {
"@nextcloud/browserslist-config": "^3.1.2",
"@nextcloud/eslint-config": "^9.0.0-rc.5",
"@nextcloud/vite-config": "^2.5.2",
"@vue/tsconfig": "^0.8.1",
"eslint": "^9.39.1",
"typescript": "^5.9.3",
"vite": "^7.1.11",
"vue-tsc": "^3.1.1"
},
"engines": {
"node": "^22.0.0",
"npm": "^10.5.0"
}
}