-
-
Notifications
You must be signed in to change notification settings - Fork 86
/
package.json
91 lines (91 loc) · 2.51 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
{
"name": "memories",
"description": "A better photos app",
"version": "1.0.1",
"author": "Varun Patil <radialapps@gmail.com>",
"contributors": [
"Varun Patil <radialapps@gmail.com>"
],
"keywords": [
"nextcloud",
"app",
"dev",
"vuejs"
],
"bugs": {
"url": "https://github.com/pulsejet/memories/issues"
},
"repository": {
"url": "https://github.com/pulsejet/memories.git",
"type": "git"
},
"homepage": "https://github.com/pulsejet/memories",
"license": "agpl",
"private": true,
"scripts": {
"build": "webpack --node-env production --progress",
"dev": "webpack --node-env development --progress",
"watch": "webpack --node-env development --progress --watch",
"serve": "webpack serve --node-env development --progress",
"e2e": "playwright test"
},
"dependencies": {
"@nextcloud/auth": "^2.4.0",
"@nextcloud/axios": "^2.5.1",
"@nextcloud/dialogs": "5.3.7",
"@nextcloud/event-bus": "^3.3.1",
"@nextcloud/initial-state": "^2.2.0",
"@nextcloud/l10n": "^3.1.0",
"@nextcloud/paths": "^2.2.1",
"@nextcloud/router": "^3.0.1",
"@nextcloud/sharing": "^0.2.3",
"@nextcloud/upload": "1.6.0",
"@nextcloud/vue": "^8.19.0",
"filerobot-image-editor": "^4.8.1",
"fuse.js": "^7.0.0",
"hammerjs": "^2.0.8",
"justified-layout": "^4.1.0",
"leaflet": "^1.9.4",
"leaflet-edgebuffer": "^1.0.6",
"luxon": "^3.5.0",
"path-posix": "^1.0.0",
"photoswipe": "^5.4.4",
"plyr": "^3.7.8",
"react-filerobot-image-editor": "^4.8.1",
"video.js": "^8.17.4",
"vue": "^2.7.16",
"vue-material-design-icons": "^5.3.0",
"vue-router": "^3.6.5",
"vue-virtual-scroller": "1.1.2",
"vue2-leaflet": "^2.7.1",
"webdav": "^5.7.1",
"webworker-typed": "^1.0.5"
},
"engines": {
"node": ">=18.2.0",
"npm": ">=8.0.0"
},
"devDependencies": {
"@playwright/test": "^1.47.1",
"@types/hammerjs": "^2.0.45",
"@types/justified-layout": "^4.1.4",
"@types/luxon": "^3.4.2",
"@types/url-parse": "^1.4.11",
"css-loader": "^7.1.2",
"node-polyfill-webpack-plugin": "^4.0.0",
"playwright": "^1.47.1",
"prettier": "^3.3.3",
"sass": "^1.79.2",
"sass-loader": "^16.0.1",
"style-loader": "^4.0.0",
"ts-loader": "^9.5.1",
"ts-node": "^10.9.2",
"typescript": "5.6.2",
"vue-loader": "^15.11.1",
"vue-template-compiler": "^2.7.16",
"vue-tsc": "2.1.6",
"webpack": "^5.94.0",
"webpack-cli": "^5.1.4",
"workbox-webpack-plugin": "^7.1.0"
}
}