forked from kimai/kimai
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.23 KB
/
package.json
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
{
"homepage": "https://github.com/kevinpapst/kimai2",
"license": "MIT",
"maintainers": [
{
"name": "Kevin Papst",
"email": "[email protected]",
"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.12",
"@symfony/webpack-encore": "^0.28",
"admin-lte": "^2.4",
"bootstrap-sass": "^3.4",
"chart.js": "~2.8.0",
"core-js": "^3.1.3",
"daterangepicker": "^3.0",
"fullcalendar": "^3.9",
"icheck": "^1.0",
"jquery": "^3.4",
"jquery-slimscroll": "^1.3",
"jquery-ui": "^1.12",
"js-cookie": "^2.2",
"moment": "^2.24",
"node-sass": "^4.13",
"sass-loader": "^7.3",
"select2": "^4.0",
"select2-bootstrap-theme": "^0.1.0-beta.10",
"sortablejs": "^1.10",
"sweetalert2": "^9.3",
"webpack-notifier": "^1.8"
}
}