You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lychee/src/package.json

35 lines
859 B

{
"name": "Lychee",
"version": "3.1.6",
"description": "Self-hosted photo-management done right.",
"authors": "Tobias Reich <tobias@electerious.com>",
"license": "MIT",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/electerious/Lychee.git"
},
"scripts": {
"start": "gulp watch",
"compile": "gulp"
},
"dependencies": {
"babel-preset-es2015": "^6.24.0",
"basiccontext": "^3.5.1",
"basicmodal": "^3.3.8",
"gulp": "^3.9.1",
"gulp-autoprefixer": "3.1.1",
"gulp-babel": "^6.1.2",
"gulp-concat": "^2.6.1",
"gulp-inject": "^4.2.0",
"gulp-load-plugins": "^1.5.0",
"gulp-minify-css": "^1.2.4",
"gulp-rimraf": "^0.2.1",
"gulp-sass": "^3.1.0",
"gulp-uglify": "^2.1.1",
"jquery": "^3.2.0",
"jquery-ui": "^1.12.1",
"mousetrap": "^1.6.0"
}
}