forked from mirrors/easyappointments
66 lines
1.5 KiB
JSON
66 lines
1.5 KiB
JSON
{
|
||
"name": "iflrandevu",
|
||
"description": "İzmir Fen Lisesi Randevu Portalı",
|
||
"homepage": "https://randevu.iflpanel.com",
|
||
"author": "asandikci <contact@aliberksandikci.com.tr>",
|
||
"license": "GPL-3.0",
|
||
"keywords": [
|
||
"calendar",
|
||
"scheduler",
|
||
"appointments",
|
||
"events",
|
||
"dates",
|
||
"google",
|
||
"services",
|
||
"randevu",
|
||
"izmir",
|
||
"fen",
|
||
"lisesi",
|
||
"tanitim"
|
||
],
|
||
"repository": {
|
||
"type": "git",
|
||
"url": "git+https://git.aliberksandikci.com.tr/ifl/iflrandevu.git"
|
||
},
|
||
"bugs": {
|
||
"url": "https://git.aliberksandikci.com.tr/ifl/iflrandevu/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": "^3.3.0",
|
||
"gulp-changed": "^3.2.0",
|
||
"gulp-clean-css": "^3.10.0",
|
||
"gulp-debug": "^3.2.0",
|
||
"gulp-load-plugins": "^1.6.0",
|
||
"gulp-notify": "^4.0.0",
|
||
"gulp-plumber": "^1.2.1",
|
||
"gulp-rename": "^1.4.0",
|
||
"gulp-uglify": "^3.0.2",
|
||
"jsdoc": "^4.0.2",
|
||
"node-notifier": "^8.0.1",
|
||
"plato": "^1.5.0",
|
||
"zip-dir": "^2.0.0"
|
||
},
|
||
"scripts": {
|
||
"start": "npx gulp",
|
||
"build": "npx gulp build",
|
||
"docs": "npx gulp docs"
|
||
}
|
||
}
|