mirror of
https://github.com/kevinpapst/kimai2.git
synced 2024-10-30 22:06:47 +00:00
54 lines
1.4 KiB
JSON
54 lines
1.4 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",
|
|
"@babel/eslint-parser": "^7.19",
|
|
"@babel/preset-env": "^7.19",
|
|
"@fortawesome/fontawesome-free": "^6.5",
|
|
"@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-beta21",
|
|
"chart.js": "^4.0",
|
|
"core-js": "^3.6",
|
|
"eslint": "^8.0",
|
|
"eslint-webpack-plugin": "^3.0",
|
|
"gridstack": "^7.1",
|
|
"litepicker": "^2.0",
|
|
"luxon": "^3.3",
|
|
"sass": "^1.62",
|
|
"sass-loader": "^13.2",
|
|
"tom-select": "^2.2",
|
|
"webpack": "^5.91",
|
|
"webpack-cli": "^4.10"
|
|
}
|
|
}
|