mirror of
https://github.com/kevinpapst/kimai2.git
synced 2025-05-02 00:10:00 +00:00

- added command to list users - corrected wrong german translation - work contract validations - prevent error with missing params - use collapsible, minor UI improvement - added classes to target menu buttons in custom rules - disable webpack notifier, incompatible with mac arm - use explicit menu service to generate menu - bump to fontawesome 6 and replace restart icon - change repeat icon for recent activities - moved user bookmarks (favorites) to top nav - fix totp seconds window (leeway) - new migration to fix remaining user preferences with dots in name - remove duplicate named column in user screen - unify and added translations - added missing filter and tags to InvoiceSecurity
53 lines
1.5 KiB
JSON
53 lines
1.5 KiB
JSON
{
|
|
"name": "kimai2",
|
|
"homepage": "https://github.com/kimai/kimai",
|
|
"license": "MIT",
|
|
"maintainers": [
|
|
{
|
|
"name": "Kevin Papst",
|
|
"url": "https://www.kevinpapst.de"
|
|
}
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/kimai/kimai.git"
|
|
},
|
|
"scripts": {
|
|
"dev-server": "./node_modules/.bin/encore dev-server",
|
|
"dev": "./node_modules/.bin/encore dev",
|
|
"watch": "./node_modules/.bin/encore dev --watch",
|
|
"build": "./node_modules/.bin/encore production",
|
|
"prod": "node_modules/.bin/encore production"
|
|
},
|
|
"browserslist": [
|
|
"defaults"
|
|
],
|
|
"packageManager": "yarn@3.2.1",
|
|
"devDependencies": {
|
|
"@babel/core": "^7.19.6",
|
|
"@babel/eslint-parser": "^7.18.2",
|
|
"@babel/preset-env": "^7.19.4",
|
|
"@fortawesome/fontawesome-free": "^6.5.0",
|
|
"@fullcalendar/bootstrap5": "^5.11",
|
|
"@fullcalendar/core": "^5.11",
|
|
"@fullcalendar/daygrid": "^5.11",
|
|
"@fullcalendar/google-calendar": "^5.11",
|
|
"@fullcalendar/icalendar": "^5.11",
|
|
"@fullcalendar/interaction": "^5.11",
|
|
"@fullcalendar/timegrid": "^5.11",
|
|
"@symfony/webpack-encore": "^4.0",
|
|
"@tabler/core": "1.0.0-beta18",
|
|
"chart.js": "^3.9",
|
|
"core-js": "^3.6",
|
|
"eslint": "^8.0",
|
|
"eslint-webpack-plugin": "^3.0",
|
|
"gridstack": "^7.1",
|
|
"litepicker": "^2.0",
|
|
"luxon": "^3.3",
|
|
"sass": "^1.62.1",
|
|
"sass-loader": "^13.2",
|
|
"tom-select": "^2.2",
|
|
"webpack": "^5.74.0",
|
|
"webpack-cli": "^4.10.0"
|
|
}
|
|
}
|