2018-02-01 21:26:19 +00:00
|
|
|
{
|
2022-12-26 16:09:07 +00:00
|
|
|
"name": "kimai2",
|
|
|
|
"homepage": "https://github.com/kimai/kimai",
|
2019-05-12 15:22:24 +00:00
|
|
|
"license": "MIT",
|
|
|
|
"maintainers": [
|
|
|
|
{
|
|
|
|
"name": "Kevin Papst",
|
|
|
|
"url": "https://www.kevinpapst.de"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2022-12-26 16:09:07 +00:00
|
|
|
"url": "git+https://github.com/kimai/kimai.git"
|
2019-05-12 15:22:24 +00:00
|
|
|
},
|
2018-02-01 21:26:19 +00:00
|
|
|
"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"
|
|
|
|
},
|
2021-04-29 16:29:03 +00:00
|
|
|
"browserslist": [
|
|
|
|
"defaults"
|
2021-11-05 09:28:48 +00:00
|
|
|
],
|
2022-12-31 20:19:55 +00:00
|
|
|
"packageManager": "yarn@3.2.1",
|
|
|
|
"devDependencies": {
|
2024-05-01 12:24:24 +00:00
|
|
|
"@babel/core": "^7.19",
|
|
|
|
"@babel/eslint-parser": "^7.19",
|
|
|
|
"@babel/preset-env": "^7.19",
|
|
|
|
"@fortawesome/fontawesome-free": "^6.5",
|
2022-12-31 20:19:55 +00:00
|
|
|
"@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",
|
2024-02-02 12:52:24 +00:00
|
|
|
"@tabler/core": "1.0.0-beta19",
|
2024-05-01 12:24:24 +00:00
|
|
|
"chart.js": "^4.0",
|
2022-12-31 20:19:55 +00:00
|
|
|
"core-js": "^3.6",
|
|
|
|
"eslint": "^8.0",
|
|
|
|
"eslint-webpack-plugin": "^3.0",
|
|
|
|
"gridstack": "^7.1",
|
|
|
|
"litepicker": "^2.0",
|
2023-03-13 00:48:53 +00:00
|
|
|
"luxon": "^3.3",
|
2024-05-01 12:24:24 +00:00
|
|
|
"sass": "^1.62",
|
2022-12-31 20:19:55 +00:00
|
|
|
"sass-loader": "^13.2",
|
2023-05-15 17:10:00 +00:00
|
|
|
"tom-select": "^2.2",
|
2024-05-01 12:24:24 +00:00
|
|
|
"webpack": "^5.91",
|
|
|
|
"webpack-cli": "^4.10"
|
2022-12-31 20:19:55 +00:00
|
|
|
}
|
2018-02-01 21:26:19 +00:00
|
|
|
}
|