forked from LycheeOrg/Lychee-front
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.19 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
{
"name": "lychee",
"version": "4.0.1",
"description": "Self-hosted photo-management done right.",
"authors": "Tobias Reich <[email protected]>",
"license": "MIT",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/LycheeOrg/Lychee.git"
},
"scripts": {
"start": "gulp watch",
"compile": "gulp"
},
"dependencies": {
"babel-preset-env": "^1.7.0",
"basicmodal": "^3.3.8",
"gulp": "^4.0.0",
"gulp-autoprefixer": "^6.0.0",
"gulp-babel": "^6.1.2",
"gulp-clean-css": "^3.10.0",
"gulp-concat": "^2.6.1",
"gulp-inject": "^4.2.0",
"gulp-load-plugins": "^1.5.0",
"gulp-rimraf": "^0.2.1",
"gulp-sass": "^4.0.2",
"gulp-uglify": "^3.0.2",
"jquery": "^3.4.0",
"justified-layout": "^2.1.1",
"lazysizes": "^4.1.7",
"leaflet": "^1.6.0",
"leaflet-rotatedmarker": "^0.2.0",
"leaflet-spin": "^1.1.0",
"leaflet.markercluster": "^1.4.1",
"livephotoskit": "^1.5.6",
"mousetrap": "^1.6.0",
"multiselect-two-sides": "^2.5.5",
"node-sass": "^4.13.0",
"npm": "^6.13.4",
"require": "^2.4.20",
"scroll-lock": "^2.1.2",
"spin.js": "^2.3.2",
"uglify-js": "^3.7.2"
}
}