-
Notifications
You must be signed in to change notification settings - Fork 91
/
Copy pathpackage.json
executable file
·69 lines (69 loc) · 1.94 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"homepage": "https://github.com/kimai/www.kimai.org",
"maintainers": [
{
"name": "Kevin Papst",
"email": "[email protected]",
"url": "https://www.kimai.org"
}
],
"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"
},
"devDependencies": {
"@babel/eslint-parser": "^7",
"@babel/preset-env": "^7",
"@rollup/plugin-babel": "^6",
"@rollup/plugin-node-resolve": "^15",
"@rollup/plugin-terser": "^0",
"autoprefixer": "^10",
"browser-sync": "^3",
"css-loader": "^6",
"cssnano": "^6",
"eslint": "^8",
"eslint-config-prettier": "^9",
"eslint-plugin-prettier": "^5",
"eslint-webpack-plugin": "^3",
"fs-extra": "^11",
"html-validate": "^8",
"mini-css-extract-plugin": "^2",
"npm-run-all": "^4",
"npmlog": "^7",
"postcss": "^8",
"prettier": "^3",
"rollup": "^3",
"rtlcss-webpack-plugin": "^4",
"sass": "^1",
"sass-loader": "^13",
"stylelint": "^15",
"stylelint-config-twbs-bootstrap": "^11",
"webpack": "^5",
"webpack-cli": "^5"
},
"dependencies": {
"@lottiefiles/lottie-player": "^2",
"bootstrap": "^5",
"boxicons": "^2",
"cleave.js": "^1",
"compression-webpack-plugin": "^11",
"imagesloaded": "^5",
"img-comparison-slider": "^8",
"jarallax": "^2",
"lightgallery": "^2",
"nouislider": "^15",
"parallax-js": "^3",
"prismjs": "^1",
"rellax": "^1",
"shufflejs": "^6",
"smooth-scroll": "^16",
"swiper": "^8",
"vanilla-tilt": "^1"
}
}