forked from kimai/kimai
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 1.84 KB
/
Copy pathpackage.json
File metadata and controls
67 lines (67 loc) · 1.84 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "kimai",
"homepage": "https://github.com/kimai/kimai",
"license": "AGPL",
"maintainers": [
{
"name": "Kevin Papst",
"url": "https://www.kevinpapst.de"
}
],
"repository": {
"type": "git",
"url": "git+https://github.com/kimai/kimai.git"
},
"scripts": {
"dev-server": "encore dev-server",
"dev": "encore dev",
"watch": "encore dev --watch",
"lint": "eslint assets/js/",
"build": "encore production"
},
"browserslist": [
"defaults"
],
"dependencies": {
"@babel/core": "^7.29.0",
"@babel/eslint-parser": "^7.28.6",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/preset-env": "^7.29.5",
"@eslint/js": "^9.39.4",
"@fortawesome/fontawesome-free": "^6.7.2",
"@fullcalendar/bootstrap5": "^5.11.5",
"@fullcalendar/core": "^5.11.5",
"@fullcalendar/daygrid": "^5.11.5",
"@fullcalendar/google-calendar": "^5.11.5",
"@fullcalendar/icalendar": "^5.11.5",
"@fullcalendar/interaction": "^5.11.5",
"@fullcalendar/timegrid": "^5.11.5",
"@popperjs/core": "^2.11.8",
"@symfony/webpack-encore": "^6.0.0",
"@tabler/core": "^1.4.0",
"bootstrap": "^5.3.8",
"chart.js": "^4.5.1",
"core-js": "^3.49.0",
"dompurify": "^3.4.5",
"eslint": "^9.39.4",
"globals": "^15.15.0",
"gridstack": "^7.3.0",
"highlight.js": "^11.11.1",
"litepicker": "^2.0.12",
"luxon": "^3.7.2",
"sass": "^1.100.0",
"sass-loader": "^16.0.8",
"tom-select": "2.5.2",
"webpack": "^5.107.1",
"webpack-cli": "^6.0.1"
},
"pnpm": {
"onlyBuiltDependencies": [
"@parcel/watcher"
],
"ignoredBuiltDependencies": [
"core-js"
]
},
"packageManager": "pnpm@10.15.1+sha512.34e538c329b5553014ca8e8f4535997f96180a1d0f614339357449935350d924e22f8614682191264ec33d1462ac21561aff97f6bb18065351c162c7e8f6de67"
}