iflrandevu/package.json

66 lines
1.6 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",
"@fullcalendar/moment": "^5.10.1",
"@popperjs/core": "^2.10.2",
2021-11-22 10:09:48 +03:00
"bootstrap": "^5.1.3",
"cookieconsent": "^3.1.1",
2022-01-18 15:41:09 +03:00
"fullcalendar": "^5.10.1",
2022-01-18 19:51:41 +03:00
"jquery": "^3.6.0",
"jquery-jeditable": "^2.0.19",
2022-01-18 19:51:41 +03:00
"jquery-ui-dist": "^1.13.0",
"jquery-ui-timepicker-addon": "^1.6.3",
"jquery-ui-touch-punch": "^0.2.3",
2020-10-20 16:14:18 +03:00
"moment": "^2.29.1",
2022-01-18 19:51:41 +03:00
"moment-timezone": "^0.5.34",
"select2": "^4.1.0-rc.0",
2022-01-18 19:51:41 +03:00
"tippy.js": "^6.3.7",
"trumbowyg": "^2.25.1"
},
"devDependencies": {
2022-01-18 19:51:41 +03:00
"@babel/core": "^7.16.7",
"@babel/preset-env": "^7.16.8",
"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",
2022-01-18 19:51:41 +03:00
"gulp-changed": "^4.0.3",
"gulp-clean-css": "^4.3.0",
"gulp-plumber": "^1.2.1",
2022-01-18 19:51:41 +03:00
"gulp-rename": "^2.0.0",
"gulp-sass": "^5.1.0",
"prettier": "^2.5.1",
"sass": "^1.48.0",
"zip-dir": "^2.0.0"
},
"scripts": {
"start": "npx gulp",
"build": "npx gulp build",
"docs": "npx gulp docs"
}
}