mirror of
https://github.com/kevinpapst/kimai2.git
synced 2025-03-18 14:52:53 +00:00
44 lines
1.2 KiB
JSON
44 lines
1.2 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",
|
|
"bootstrap-select": "^1.13.1",
|
|
"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",
|
|
"sweetalert2": "^8.11.7",
|
|
"webpack-notifier": "^1.5.1"
|
|
}
|
|
}
|