mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-08 17:12:25 +03:00
b6fbaf418c
Bumps [micromatch](https://github.com/micromatch/micromatch) to 4.0.8 and updates ancestor dependency [gulp](https://github.com/gulpjs/gulp). These dependencies need to be updated together. Updates `micromatch` from 4.0.5 to 4.0.8 - [Release notes](https://github.com/micromatch/micromatch/releases) - [Changelog](https://github.com/micromatch/micromatch/blob/master/CHANGELOG.md) - [Commits](https://github.com/micromatch/micromatch/compare/4.0.5...4.0.8) 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) --- updated-dependencies: - dependency-name: micromatch dependency-type: indirect - dependency-name: gulp dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
67 lines
1.6 KiB
JSON
67 lines
1.6 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": ">=14"
|
|
},
|
|
"dependencies": {
|
|
"@fortawesome/fontawesome-free": "^6.5.2",
|
|
"@fullcalendar/moment": "^6.1.11",
|
|
"@popperjs/core": "^2.11.8",
|
|
"bootstrap": "^5.3.3",
|
|
"cookieconsent": "^3.1.1",
|
|
"flatpickr": "^4.6.13",
|
|
"fullcalendar": "^6.1.11",
|
|
"jquery": "^3.7.1",
|
|
"jquery-jeditable": "^2.0.19",
|
|
"moment": "^2.30.1",
|
|
"moment-timezone": "^0.5.45",
|
|
"select2": "^4.1.0-rc.0",
|
|
"tippy.js": "^6.3.7",
|
|
"trumbowyg": "^2.28.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.20.12",
|
|
"@babel/preset-env": "^7.20.2",
|
|
"@prettier/plugin-php": "^0.21.0",
|
|
"babel-preset-minify": "^0.5.2",
|
|
"del": "^6.0.0",
|
|
"fs-extra": "^11.1.0",
|
|
"gulp": "^5.0.0",
|
|
"gulp-babel": "^8.0.0",
|
|
"gulp-cached": "^1.1.1",
|
|
"gulp-changed": "^4.0.3",
|
|
"gulp-clean-css": "^4.3.0",
|
|
"gulp-debug": "^4.0.0",
|
|
"gulp-plumber": "^1.2.1",
|
|
"gulp-rename": "^2.0.0",
|
|
"gulp-sass": "^5.1.0",
|
|
"prettier": "^3.0.0",
|
|
"sass": "^1.57.1",
|
|
"zip-dir": "^2.0.0"
|
|
},
|
|
"scripts": {
|
|
"start": "npx gulp",
|
|
"build": "npx gulp build",
|
|
"docs": "npx gulp docs"
|
|
}
|
|
}
|