-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
62 lines (62 loc) · 1.75 KB
/
package.json
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
58
59
60
61
62
{
"name": "webdav-drive",
"description": "WebDAV front-end that adds a Google-Drive-like experience to an existing WebDAV share.",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-json": "^6.0.1",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-replace": "^5.0.5",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^11.1.5",
"@tsconfig/svelte": "^5.0.2",
"@types/node": "^18.19.42",
"@types/utf8": "^3.0.1",
"@web/rollup-plugin-copy": "^0.3.0",
"carbon-icons-svelte": "^12.4.0",
"carbon-preprocess-svelte": "^0.11.0",
"eslint": "^8.57.0",
"eslint-plugin-svelte": "^2.43.0",
"rollup": "^4.22.4",
"rollup-plugin-bundle-fonts": "^1.0.0",
"rollup-plugin-css-only": "^4.5.2",
"rollup-plugin-livereload": "^2.0.0",
"rollup-plugin-svelte": "^7.1.5",
"sirv-cli": "^2.0.0",
"svelte": "^4.2.19",
"svelte-check": "^3.6.2",
"svelte-i18n": "^4.0.0",
"svelte-preprocess": "^6.0.2",
"tslib": "^2.0.0",
"typescript": "5.1",
"typescript-eslint": "^7.18.0"
},
"dependencies": {
"carbon-components-svelte": ">=0.85.0 <1",
"utf8": "^3.0.0",
"webdav": "^4.5.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/club-1/webdav-drive.git"
},
"engines": {
"node": ">=18.0.0",
"npm": ">=7.0.0"
},
"keywords": [
"webdav",
"webdav-client",
"drive",
"cloud"
],
"author": "n-peugnet <[email protected]>",
"license": "AGPL-3.0-or-later",
"bugs": {
"url": "https://github.com/club-1/webdav-drive/issues"
},
"homepage": "https://github.com/club-1/webdav-drive#readme"
}