mirror of
https://github.com/kevinpapst/kimai2.git
synced 2025-04-12 08:28:18 +00:00

* bump version * fix translation ids * added css classes to modify form with custom css * improve export pdf file names * respect financial year in new report * added new InvoiceCalculator: price * upgrade packages and node-sass to v7 * title pattern for customer, project and activity via API * support negative money without currency * fix sub-locale in print export template * fix overbooking validation for monthly budget * fix copying entities with different set of custom-fields compared to the current configuration
53 lines
1.3 KiB
JSON
53 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.15",
|
|
"@symfony/webpack-encore": "^1.1",
|
|
"admin-lte": "^2.4",
|
|
"bootstrap-sass": "^3.4",
|
|
"chart.js": "~2.9",
|
|
"core-js": "^3.6",
|
|
"daterangepicker": "^3.1",
|
|
"file-loader": "^6.0",
|
|
"fullcalendar": "^3.9",
|
|
"icheck": "^1.0",
|
|
"jquery": "<3.6",
|
|
"jquery-slimscroll": "^1.3",
|
|
"jquery-ui": "^1.12",
|
|
"js-cookie": "^2.2",
|
|
"moment": "^2.29",
|
|
"node-sass": "^7.0",
|
|
"sass-loader": "^11.0",
|
|
"select2": "^4.0",
|
|
"select2-bootstrap-theme": "^0.1.0-beta.10",
|
|
"sweetalert2": "^10.16",
|
|
"webpack-notifier": "^1.13"
|
|
},
|
|
"resolutions": {
|
|
"jquery": "3.5.1"
|
|
},
|
|
"browserslist": [
|
|
"defaults"
|
|
],
|
|
"dependencies": {}
|
|
}
|