2018-02-01 21:26:19 +00:00
|
|
|
{
|
2025-01-18 00:49:16 +00:00
|
|
|
"name": "kimai",
|
2022-12-26 16:09:07 +00:00
|
|
|
"homepage": "https://github.com/kimai/kimai",
|
2025-01-18 00:49:16 +00:00
|
|
|
"license": "AGPL",
|
2019-05-12 15:22:24 +00:00
|
|
|
"maintainers": [
|
|
|
|
{
|
|
|
|
"name": "Kevin Papst",
|
|
|
|
"url": "https://www.kevinpapst.de"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2022-12-26 16:09:07 +00:00
|
|
|
"url": "git+https://github.com/kimai/kimai.git"
|
2019-05-12 15:22:24 +00:00
|
|
|
},
|
2018-02-01 21:26:19 +00:00
|
|
|
"scripts": {
|
2024-12-06 13:31:04 +00:00
|
|
|
"dev-server": "yarn encore dev-server",
|
|
|
|
"dev": "yarn encore dev",
|
|
|
|
"watch": "yarn encore dev --watch",
|
|
|
|
"lint": "yarn eslint assets/js/",
|
|
|
|
"build": "yarn encore production"
|
2018-02-01 21:26:19 +00:00
|
|
|
},
|
2021-04-29 16:29:03 +00:00
|
|
|
"browserslist": [
|
|
|
|
"defaults"
|
2021-11-05 09:28:48 +00:00
|
|
|
],
|
2024-12-06 13:31:04 +00:00
|
|
|
"dependencies": {
|
|
|
|
"@babel/core": "^7",
|
|
|
|
"@babel/eslint-parser": "^7",
|
|
|
|
"@babel/plugin-syntax-dynamic-import": "^7",
|
|
|
|
"@babel/preset-env": "^7",
|
|
|
|
"@eslint/js": "^9",
|
|
|
|
"@fortawesome/fontawesome-free": "^6",
|
|
|
|
"@fullcalendar/bootstrap5": "^5",
|
|
|
|
"@fullcalendar/core": "^5",
|
|
|
|
"@fullcalendar/daygrid": "^5",
|
|
|
|
"@fullcalendar/google-calendar": "^5",
|
|
|
|
"@fullcalendar/icalendar": "^5",
|
|
|
|
"@fullcalendar/interaction": "^5",
|
|
|
|
"@fullcalendar/timegrid": "^5",
|
|
|
|
"@popperjs/core": "^2",
|
|
|
|
"@symfony/webpack-encore": "^5",
|
2024-09-23 16:31:33 +00:00
|
|
|
"@tabler/core": "1.0.0-beta21",
|
2024-12-06 13:31:04 +00:00
|
|
|
"bootstrap": "^5.3",
|
|
|
|
"chart.js": "^4",
|
|
|
|
"core-js": "^3",
|
|
|
|
"eslint": "^9",
|
|
|
|
"globals": "^15",
|
|
|
|
"gridstack": "^7",
|
|
|
|
"litepicker": "^2",
|
|
|
|
"luxon": "^3",
|
|
|
|
"sass": "^1",
|
|
|
|
"sass-loader": "^16",
|
|
|
|
"tom-select": "^2",
|
|
|
|
"webpack": "^5",
|
|
|
|
"webpack-cli": "^5"
|
2024-11-21 21:44:49 +00:00
|
|
|
},
|
2024-12-06 13:31:04 +00:00
|
|
|
"packageManager": "yarn@4.5.3"
|
2018-02-01 21:26:19 +00:00
|
|
|
}
|