-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 839 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 839 Bytes
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
{
"name": "web-app-importer",
"version": "0.3.2",
"private": true,
"description": "ownCloud Web importer",
"license": "AGPL-3.0",
"type": "module",
"scripts": {
"build": "pnpm vite build",
"build:w": "pnpm vite build --watch --mode development",
"check:types": "vue-tsc --noEmit",
"test:unit": "NODE_OPTIONS=--unhandled-rejections=throw vitest"
},
"dependencies": {
"@ownclouders/web-client": "^12.3.0",
"@ownclouders/web-pkg": "^12.3.0",
"@uppy/dashboard": "^5.1.0",
"@uppy/google-drive": "^5.1.0",
"@uppy/onedrive": "^5.1.0",
"@uppy/webdav": "1.0.1",
"pinia": "^3.0.3"
},
"devDependencies": {
"@ownclouders/extension-sdk": "^12.3.0",
"@ownclouders/web-test-helpers": "^12.3.0",
"@uppy/core": "^5.2.0",
"vue": "^3.4.21",
"vue3-gettext": "^2.4.0"
}
}