68 lines
1.8 KiB
JSON
68 lines
1.8 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": "encore dev-server",
|
|
"dev": "encore dev",
|
|
"watch": "encore dev --watch",
|
|
"lint": "eslint assets/js/",
|
|
"build": "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": "^6.0.0",
|
|
"@tabler/core": "^1.4.0",
|
|
"bootstrap": "^5.3.8",
|
|
"chart.js": "^4.5.1",
|
|
"core-js": "^3.49.0",
|
|
"dompurify": "^3.4.5",
|
|
"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.100.0",
|
|
"sass-loader": "^16.0.8",
|
|
"tom-select": "2.5.2",
|
|
"webpack": "^5.107.1",
|
|
"webpack-cli": "^6.0.1"
|
|
},
|
|
"pnpm": {
|
|
"onlyBuiltDependencies": [
|
|
"@parcel/watcher"
|
|
],
|
|
"ignoredBuiltDependencies": [
|
|
"core-js"
|
|
]
|
|
},
|
|
"packageManager": "pnpm@10.15.1+sha512.34e538c329b5553014ca8e8f4535997f96180a1d0f614339357449935350d924e22f8614682191264ec33d1462ac21561aff97f6bb18065351c162c7e8f6de67"
|
|
}
|