iflrandevu/package.json

76 lines
1.8 KiB
JSON
Raw Permalink Normal View History

{
2023-12-22 23:44:48 +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-22 23:44:48 +03:00
"services",
"randevu",
"izmir",
"fen",
"lisesi",
"tanitim"
],
"repository": {
"type": "git",
2023-12-22 23:44:48 +03:00
"url": "git+https://git.aliberksandikci.com.tr/ifl/iflrandevu.git"
},
"bugs": {
2023-12-22 23:44:48 +03:00
"url": "https://git.aliberksandikci.com.tr/ifl/iflrandevu/issues"
},
"engines": {
2021-11-07 11:10:46 +03:00
"node": ">=14"
},
2023-12-22 23:44:48 +03:00
"overrides": {
"graceful-fs": "^4.2.11"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.2.1",
2023-05-03 08:39:22 +03:00
"@fullcalendar/moment": "^6.1.6",
"@popperjs/core": "^2.11.6",
"bootstrap": "^5.2.3",
"cookieconsent": "^3.1.1",
2023-02-02 10:54:07 +03:00
"flatpickr": "^4.6.13",
2023-05-03 08:39:22 +03:00
"fullcalendar": "^6.1.6",
"jquery": "^3.6.4",
"jquery-jeditable": "^2.0.19",
"moment": "^2.29.4",
2023-05-03 08:39:22 +03:00
"moment-timezone": "^0.5.43",
"select2": "^4.1.0-rc.0",
2022-01-18 19:51:41 +03:00
"tippy.js": "^6.3.7",
"trumbowyg": "^2.26.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",
2019-06-08 17:04:36 +03:00
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
2022-05-22 18:17:21 +03:00
"gulp-cached": "^1.1.1",
"gulp-changed": "^4.0.3",
2022-01-18 19:51:41 +03:00
"gulp-clean-css": "^4.3.0",
2022-05-22 18:17:21 +03:00
"gulp-debug": "^4.0.0",
"gulp-plumber": "^1.2.1",
2022-01-18 19:51:41 +03:00
"gulp-rename": "^2.0.0",
"gulp-sass": "^5.1.0",
"prettier": "^3.0.0",
"sass": "^1.57.1",
2022-01-18 19:51:41 +03:00
"zip-dir": "^2.0.0"
},
"scripts": {
"start": "npx gulp",
"build": "npx gulp build",
"docs": "npx gulp docs"
}
}