MaketRandevu/package.json

63 lines
1.5 KiB
JSON
Raw Normal View History

{
"name": "easyappointments",
"description": "Open Source Web Scheduler",
"homepage": "https://easyappointments.org",
"author": "A.Tselegidis <alextselegidis@gmail.com>",
"license": "GPL-3.0",
"keywords": [
"calendar",
"scheduler",
"appointments",
"events",
"dates",
"google",
"services"
],
"repository": {
"type": "git",
"url": "git+https://github.com/alextselegidis/easyappointments.git"
},
"bugs": {
"url": "https://github.com/alextselegidis/easyappointments/issues"
},
"engines": {
2021-11-07 11:10:46 +03:00
"node": ">=14"
},
"dependencies": {
2021-10-28 15:03:21 +03:00
"@fortawesome/fontawesome-free": "^5.15.4",
2020-10-20 16:14:18 +03:00
"bootstrap": "^4.5.3",
"cookieconsent": "^3.1.1",
"datejs": "0.0.2",
2021-10-28 15:03:21 +03:00
"fullcalendar": "^3.10.4",
"jquery": "^3.5.1",
2021-10-28 15:03:21 +03:00
"jquery-ui": "^1.13.0",
2020-10-20 16:14:18 +03:00
"moment": "^2.29.1",
"moment-timezone": "^0.5.31",
2021-10-28 15:03:21 +03:00
"tippy.js": "^6.3.2",
2020-04-27 21:12:36 +03:00
"trumbowyg": "^2.21.0"
},
"devDependencies": {
"@babel/core": "^7.16.0",
"@babel/preset-env": "^7.16.0",
"del": "^6.0.0",
2021-11-07 11:32:22 +03:00
"fs-extra": "^10.0.0",
2019-06-08 17:04:36 +03:00
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-changed": "^3.2.0",
"gulp-clean-css": "^3.10.0",
"gulp-debug": "^4.0.0",
"gulp-plumber": "^1.2.1",
"gulp-rename": "^1.4.0",
"gulp-sass": "^5.0.0",
2019-06-08 17:04:36 +03:00
"gulp-uglify": "^3.0.2",
2021-11-06 19:35:35 +03:00
"prettier": "^2.4.1",
"sass": "^1.43.4",
2020-05-12 21:47:37 +03:00
"zip-dir": "^1.0.2"
},
"scripts": {
"start": "npx gulp",
"build": "npx gulp build",
"docs": "npx gulp docs"
}
}