forked from kimai/www.kimai.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.27 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
{
"homepage": "https://github.com/kimai/www.kimai.org",
"license": "MIT",
"maintainers": [
{
"name": "Kevin Papst",
"email": "[email protected]",
"url": "https://www.kevinpapst.de"
}
],
"name": "www.kimai.org",
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/kimai/www.kimai.org.git"
},
"scripts": {
"dev": "webpack --mode=development",
"build": "webpack --mode=production"
},
"browserslist": [
"defaults"
],
"packageManager": "[email protected]",
"devDependencies": {
"@babel/core": "^7.19.6",
"@babel/eslint-parser": "^7.18.2",
"@babel/preset-env": "^7.19.4",
"@fortawesome/fontawesome-free": "^5.15",
"@tabler/core": "1.0.0-beta16",
"core-js": "^3.6",
"css-loader": "^6.7.1",
"eslint": "^8.19.0",
"eslint-webpack-plugin": "^3.2.0",
"mini-css-extract-plugin": "^2.6.1",
"node-sass": "^7.0",
"rtlcss-webpack-plugin": "^4.0.7",
"sass": "^1.55.0",
"sass-loader": "^13.1.0",
"style-loader": "^3.3.1",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0",
"webpack-notifier": "^1.13"
}
}