-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
47 lines (47 loc) · 1.23 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
{
"name": "files_mediaviewer",
"version": "1.0.1",
"description": "Viewer for pictures and videos integrated in the files app",
"dependencies": {
"@types/moment-duration-format": "^2.2.6",
"easygettext": "^2.17.0",
"moment-duration-format": "^2.3.2",
"svelte": "^3.x",
"swiper": "^7.2.0",
"vue": "^2.7.16",
"vue-router": "^3.6.5",
"vuex": "^3.6.2"
},
"devDependencies": {
"@babel/core": "^7.24.6",
"@babel/preset-env": "^7.24.6",
"babel-loader": "^8.2.5",
"css-loader": "^6.11.0",
"sass": "^1.77.5",
"sass-loader": "^12.1.0",
"style-loader": "^3.3.4",
"vue-loader": "^15.11.1",
"vue-template-compiler": "^2.7.16",
"webpack": "^5.91.0",
"webpack-cli": "^4.10.0"
},
"scripts": {
"build": "webpack --progress --mode=production",
"watch": "webpack --watch --mode=development"
},
"repository": {
"type": "git",
"url": "git+https://github.com/owncloud/files_mediaviewer.git"
},
"keywords": [
"owncloud",
"media",
"gallery"
],
"author": "Felix Heidecke",
"license": "GPL-2.0",
"bugs": {
"url": "https://github.com/owncloud/files_mediaviewer/issues"
},
"homepage": "https://github.com/owncloud/files_mediaviewer#readme"
}