This commit is contained in:
67
package.json
Normal file
67
package.json
Normal file
@ -0,0 +1,67 @@
|
||||
{
|
||||
"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 --yes gulp",
|
||||
"build": "npx gulp build",
|
||||
"docs": "npx gulp docs"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user