iflrandevu/package.json

70 lines
1.6 KiB
JSON
Raw Permalink Normal View History

{
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>",
"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"
],
"repository": {
"type": "git",
2023-12-20 18:06:50 +03:00
"url": "git+https://git.aliberksandikci.com.tr/ifl/iflrandevu.git"
},
"bugs": {
2023-12-20 18:06:50 +03:00
"url": "https://git.aliberksandikci.com.tr/ifl/iflrandevu/issues"
},
"engines": {
"node": ">=12"
},
2023-12-20 21:40:49 +03:00
"overrides": {
"graceful-fs": "^4.2.11"
},
"dependencies": {
2020-10-20 16:14:18 +03:00
"@fortawesome/fontawesome-free": "^5.15.1",
"bootstrap": "^4.5.3",
"cookieconsent": "^3.1.1",
"datejs": "0.0.2",
"del": "^6.0.0",
2020-10-20 16:14:18 +03:00
"fullcalendar": "^3.10.2",
"jquery": "^3.5.1",
"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"
},
"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",
"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",
"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",
"node-notifier": "^8.0.1",
2023-12-20 18:06:50 +03:00
"plato": "^1.5.0",
"zip-dir": "^2.0.0"
},
"scripts": {
"start": "npx gulp",
"build": "npx gulp build",
"docs": "npx gulp docs"
}
}