mirror of
https://github.com/kevinpapst/kimai2.git
synced 2025-03-18 23:02:53 +00:00

* added sortable js library * activity in invoice is optional * added javascript widget for paginated boxes * fix activity dropdown for globals only * added timesheet service to reduce code duplication * use repository to query for teams in dropdowns * added project validator * validate project start and end against timesheet * include begin and end in dynamic form requests for projects * added timezone and language option to import flag, improve timesheet import speed * deactivate cross-timezone filter * add virtual fields to field order list * composer update * added param to ignore dates * position loader icon fixed - fixes #1330 * permission problem when creating a new project - fixes #1340 * remove dev dependencies webserver and thanks bundle * stop information leak (begin and end date) in duration mode - fixes #1307 * unify timesheet edit dialog for user and admins * fix security issue, own rates exposed to unauthorized users in multi-update dialog
46 lines
1.3 KiB
JSON
46 lines
1.3 KiB
JSON
{
|
|
"homepage": "https://github.com/kevinpapst/kimai2",
|
|
"license": "MIT",
|
|
"maintainers": [
|
|
{
|
|
"name": "Kevin Papst",
|
|
"email": "kpapst@gmx.net",
|
|
"url": "https://www.kevinpapst.de"
|
|
}
|
|
],
|
|
"name": "kimai2",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/kevinpapst/kimai2.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"
|
|
},
|
|
"devDependencies": {
|
|
"@fortawesome/fontawesome-free": "~5.8.2",
|
|
"@symfony/webpack-encore": "^0.27.0",
|
|
"admin-lte": "~2.4.8",
|
|
"bootstrap-sass": "^3.3.7",
|
|
"chart.js": "~2.8.0",
|
|
"core-js": "^3.1.3",
|
|
"daterangepicker": "^3.0.3",
|
|
"fullcalendar": "^3.9.0",
|
|
"icheck": "^1.0.2",
|
|
"jquery": "^3.3.1",
|
|
"jquery-slimscroll": "^1.3.8",
|
|
"jquery-ui": "^1.12.1",
|
|
"js-cookie": "^2.2.0",
|
|
"moment": "^2.24.0",
|
|
"node-sass": "^4.9.0",
|
|
"sass-loader": "^7.0.2",
|
|
"select2": "^4.0.10",
|
|
"select2-bootstrap-theme": "^0.1.0-beta.10",
|
|
"sortablejs": "^1.10.1",
|
|
"sweetalert2": "^9.3",
|
|
"webpack-notifier": "^1.5.1"
|
|
}
|
|
}
|