forked from LycheeOrg/Lychee-front
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.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
{
"name": "lychee",
"version": "4.0.10",
"description": "Self-hosted photo-management done right.",
"authors": [
"Tobias Reich <[email protected]>",
"The Lychee Organization"
],
"license": "MIT",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/LycheeOrg/Lychee-front.git"
},
"scripts": {
"start": "gulp watch",
"compile": "gulp",
"check-formatting": "prettier --check scripts/ styles/",
"format": "prettier --write scripts/ styles/"
},
"engines": {
"node": ">= 10"
},
"dependencies": {
"@lychee-org/basiccontext": "^4.0.0",
"@lychee-org/basicmodal": "^4.0.1",
"@lychee-org/leaflet.photo": "^1.0.0",
"jquery": "^3.4.0",
"justified-layout": "^4.1.0",
"lazysizes": "^5.3.0",
"leaflet": "^1.7.1",
"leaflet-gpx": "^1.7.0",
"leaflet-rotatedmarker": "^0.2.0",
"leaflet.markercluster": "^1.4.1",
"livephotoskit": "^1.5.6",
"mousetrap": "^1.6.0",
"multiselect-two-sides": "^2.5.5",
"qr-creator": "^1.0.0",
"resize-observer-polyfill": "^1.5.1",
"sprintf-js": "^1.1.2",
"stackblur-canvas": "^2.5.0"
},
"devDependencies": {
"@babel/core": "^7.20.7",
"@babel/preset-env": "^7.20.2",
"del": "^5.1.0",
"gulp": "^4.0.0",
"gulp-autoprefixer": "^8.0.0",
"gulp-babel": "^8.0.0",
"gulp-chmod": "^3.0.0",
"gulp-clean-css": "^3.10.0",
"gulp-concat": "^2.6.1",
"gulp-inject": "^4.2.0",
"gulp-load-plugins": "^1.5.0",
"gulp-sass": "^5.1.0",
"gulp-uglify": "^3.0.2",
"prettier": "^2.8.3",
"sass": "^1.51.0",
"uglify-js": "^3.12.4"
}
}