2015-07-20 22:31:46 +03:00
|
|
|
|
{
|
2023-12-20 18:06:50 +03:00
|
|
|
|
"name": "iflrandevu",
|
|
|
|
|
"description": "İzmir Fen Lisesi Randevu Portalı",
|
|
|
|
|
"homepage": "https://randevu.iflpanel.com",
|
|
|
|
|
"author": "asandikci <contact@aliberksandikci.com.tr>",
|
2020-03-11 15:24:23 +03:00
|
|
|
|
"license": "GPL-3.0",
|
|
|
|
|
"keywords": [
|
|
|
|
|
"calendar",
|
|
|
|
|
"scheduler",
|
|
|
|
|
"appointments",
|
|
|
|
|
"events",
|
|
|
|
|
"dates",
|
|
|
|
|
"google",
|
2023-12-20 18:06:50 +03:00
|
|
|
|
"services",
|
|
|
|
|
"randevu",
|
|
|
|
|
"izmir",
|
|
|
|
|
"fen",
|
|
|
|
|
"lisesi",
|
|
|
|
|
"tanitim"
|
2020-03-11 15:24:23 +03:00
|
|
|
|
],
|
2015-07-20 22:31:46 +03:00
|
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
2023-12-20 18:06:50 +03:00
|
|
|
|
"url": "git+https://git.aliberksandikci.com.tr/ifl/iflrandevu.git"
|
2015-07-20 22:31:46 +03:00
|
|
|
|
},
|
|
|
|
|
"bugs": {
|
2023-12-20 18:06:50 +03:00
|
|
|
|
"url": "https://git.aliberksandikci.com.tr/ifl/iflrandevu/issues"
|
2015-07-20 22:31:46 +03:00
|
|
|
|
},
|
2020-03-11 15:24:23 +03:00
|
|
|
|
"engines": {
|
2020-06-04 13:55:13 +03:00
|
|
|
|
"node": ">=12"
|
2020-03-11 15:24:23 +03:00
|
|
|
|
},
|
2023-12-20 21:40:49 +03:00
|
|
|
|
"overrides": {
|
|
|
|
|
"graceful-fs": "^4.2.11"
|
|
|
|
|
},
|
2020-03-11 15:24:23 +03:00
|
|
|
|
"dependencies": {
|
2020-10-20 16:14:18 +03:00
|
|
|
|
"@fortawesome/fontawesome-free": "^5.15.1",
|
|
|
|
|
"bootstrap": "^4.5.3",
|
2020-03-11 15:24:23 +03:00
|
|
|
|
"cookieconsent": "^3.1.1",
|
|
|
|
|
"datejs": "0.0.2",
|
2020-12-14 11:38:43 +03:00
|
|
|
|
"del": "^6.0.0",
|
2020-10-20 16:14:18 +03:00
|
|
|
|
"fullcalendar": "^3.10.2",
|
2020-08-15 18:55:35 +03:00
|
|
|
|
"jquery": "^3.5.1",
|
2020-03-11 15:24:23 +03:00
|
|
|
|
"jquery-ui": "^1.12.0",
|
2020-10-20 16:14:18 +03:00
|
|
|
|
"moment": "^2.29.1",
|
|
|
|
|
"moment-timezone": "^0.5.31",
|
2020-10-22 12:29:09 +03:00
|
|
|
|
"tippy.js": "^6.2.7",
|
2020-04-27 21:12:36 +03:00
|
|
|
|
"trumbowyg": "^2.21.0"
|
2020-03-11 15:24:23 +03:00
|
|
|
|
},
|
2015-07-20 22:31:46 +03:00
|
|
|
|
"devDependencies": {
|
2020-05-12 21:47:37 +03:00
|
|
|
|
"fs-extra": "^0.26.7",
|
2023-12-20 21:56:46 +03:00
|
|
|
|
"gulp": "^4.0.0",
|
2018-11-03 18:15:52 +03:00
|
|
|
|
"gulp-changed": "^3.2.0",
|
|
|
|
|
"gulp-clean-css": "^3.10.0",
|
2023-12-20 18:06:50 +03:00
|
|
|
|
"gulp-debug": "^3.2.0",
|
2019-06-08 17:04:36 +03:00
|
|
|
|
"gulp-load-plugins": "^1.6.0",
|
2023-12-20 18:06:50 +03:00
|
|
|
|
"gulp-notify": "^4.0.0",
|
2019-06-08 17:04:36 +03:00
|
|
|
|
"gulp-plumber": "^1.2.1",
|
2018-11-03 18:15:52 +03:00
|
|
|
|
"gulp-rename": "^1.4.0",
|
2019-06-08 17:04:36 +03:00
|
|
|
|
"gulp-uglify": "^3.0.2",
|
2023-12-20 18:06:50 +03:00
|
|
|
|
"jsdoc": "^4.0.2",
|
2020-12-22 23:30:25 +03:00
|
|
|
|
"node-notifier": "^8.0.1",
|
2023-12-20 18:06:50 +03:00
|
|
|
|
"plato": "^1.5.0",
|
|
|
|
|
"zip-dir": "^2.0.0"
|
2015-12-30 15:18:18 +02:00
|
|
|
|
},
|
2018-11-03 18:15:52 +03:00
|
|
|
|
"scripts": {
|
2020-03-11 15:24:23 +03:00
|
|
|
|
"start": "npx gulp",
|
|
|
|
|
"build": "npx gulp build",
|
|
|
|
|
"docs": "npx gulp docs"
|
2015-07-20 22:31:46 +03:00
|
|
|
|
}
|
|
|
|
|
}
|