Files
kimai2/package.json
2026-05-21 22:14:10 +02:00

60 lines
1.6 KiB
JSON

{
"name": "kimai",
"homepage": "https://github.com/kimai/kimai",
"license": "AGPL",
"maintainers": [
{
"name": "Kevin Papst",
"url": "https://www.kevinpapst.de"
}
],
"repository": {
"type": "git",
"url": "git+https://github.com/kimai/kimai.git"
},
"scripts": {
"dev-server": "yarn encore dev-server",
"dev": "yarn encore dev",
"watch": "yarn encore dev --watch",
"lint": "yarn eslint assets/js/",
"build": "yarn encore production"
},
"browserslist": [
"defaults"
],
"dependencies": {
"@babel/core": "^7.29.0",
"@babel/eslint-parser": "^7.28.6",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/preset-env": "^7.29.5",
"@eslint/js": "^9.39.4",
"@fortawesome/fontawesome-free": "^6.7.2",
"@fullcalendar/bootstrap5": "^5.11.5",
"@fullcalendar/core": "^5.11.5",
"@fullcalendar/daygrid": "^5.11.5",
"@fullcalendar/google-calendar": "^5.11.5",
"@fullcalendar/icalendar": "^5.11.5",
"@fullcalendar/interaction": "^5.11.5",
"@fullcalendar/timegrid": "^5.11.5",
"@popperjs/core": "^2.11.8",
"@symfony/webpack-encore": "^5.3.1",
"@tabler/core": "^1.4.0",
"bootstrap": "^5.3.8",
"chart.js": "^4.5.1",
"core-js": "^3.49.0",
"dompurify": "^3.4.2",
"eslint": "^9.39.4",
"globals": "^15.15.0",
"gridstack": "^7.3.0",
"highlight.js": "^11.11.1",
"litepicker": "^2.0.12",
"luxon": "^3.7.2",
"sass": "^1.99.0",
"sass-loader": "^16.0.8",
"tom-select": "2.5.2",
"webpack": "^5.106.2",
"webpack-cli": "^5.1.4"
},
"packageManager": "yarn@4.5.3"
}