easyappointments/package.json
dependabot[bot] 4b446de750
Bump braces, gulp and gulp-load-plugins
Bumps [braces](https://github.com/micromatch/braces) to 3.0.3 and updates ancestor dependencies [braces](https://github.com/micromatch/braces), [gulp](https://github.com/gulpjs/gulp) and [gulp-load-plugins](https://github.com/jackfranklin/gulp-load-plugins). These dependencies need to be updated together.


Updates `braces` from 3.0.2 to 3.0.3
- [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md)
- [Commits](https://github.com/micromatch/braces/compare/3.0.2...3.0.3)

Updates `gulp` from 4.0.2 to 5.0.0
- [Release notes](https://github.com/gulpjs/gulp/releases)
- [Changelog](https://github.com/gulpjs/gulp/blob/master/CHANGELOG.md)
- [Commits](https://github.com/gulpjs/gulp/compare/v4.0.2...v5.0.0)

Updates `gulp-load-plugins` from 1.6.0 to 2.0.8
- [Release notes](https://github.com/jackfranklin/gulp-load-plugins/releases)
- [Commits](https://github.com/jackfranklin/gulp-load-plugins/compare/1.6.0...v2.0.8)

---
updated-dependencies:
- dependency-name: braces
  dependency-type: indirect
- dependency-name: gulp
  dependency-type: direct:development
- dependency-name: gulp-load-plugins
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-11 08:51:24 +00:00

61 lines
1.4 KiB
JSON

{
"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": {
"node": ">=12"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.1",
"bootstrap": "^4.5.3",
"cookieconsent": "^3.1.1",
"datejs": "0.0.2",
"del": "^6.0.0",
"fullcalendar": "^3.10.2",
"jquery": "^3.5.1",
"jquery-ui": "^1.12.0",
"moment": "^2.29.1",
"moment-timezone": "^0.5.31",
"tippy.js": "^6.2.7",
"trumbowyg": "^2.21.0"
},
"devDependencies": {
"fs-extra": "^0.26.7",
"gulp": "^5.0.0",
"gulp-changed": "^3.2.0",
"gulp-clean-css": "^3.10.0",
"gulp-debug": "^4.0.0",
"gulp-load-plugins": "^2.0.8",
"gulp-notify": "^3.2.0",
"gulp-plumber": "^1.2.1",
"gulp-rename": "^1.4.0",
"gulp-uglify": "^3.0.2",
"jsdoc": "^3.6.6",
"node-notifier": "^8.0.1",
"plato": "^1.7.0",
"zip-dir": "^1.0.2"
},
"scripts": {
"start": "npx gulp",
"build": "npx gulp build",
"docs": "npx gulp docs"
}
}