-
Notifications
You must be signed in to change notification settings - Fork 90
/
package.json
executable file
·70 lines (70 loc) · 2.07 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
70
{
"homepage": "https://github.com/kimai/www.kimai.org",
"maintainers": [
{
"name": "Kevin Papst",
"email": "support@kimai.org",
"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.18",
"@babel/preset-env": "^7.22",
"@rollup/plugin-babel": "^6.0",
"@rollup/plugin-node-resolve": "^15.2",
"@rollup/plugin-terser": "^0.4",
"autoprefixer": "^10.4",
"browser-sync": "^2.29",
"css-loader": "^6.7",
"cssnano": "^6.0",
"eslint": "^8.50",
"eslint-config-prettier": "^9.0",
"eslint-plugin-prettier": "^5.0",
"eslint-webpack-plugin": "^3.2",
"fs-extra": "^11.1",
"html-validate": "^8.4",
"mini-css-extract-plugin": "^2.6",
"npm-run-all": "^4.1",
"npmlog": "^7.0",
"postcss": "^8.4",
"prettier": "^3.0",
"rollup": "^3.29",
"rtlcss-webpack-plugin": "^4.0",
"sass": "^1.68",
"sass-loader": "^13.1",
"stylelint": "^15.10",
"stylelint-config-twbs-bootstrap": "^11.0",
"webpack": "^5.74",
"webpack-cli": "^4.10",
"webpack-notifier": "^1.13"
},
"dependencies": {
"@lottiefiles/lottie-player": "^2.0",
"bootstrap": "^5.3",
"boxicons": "^2.1",
"cleave.js": "^1.6",
"compression-webpack-plugin": "^11.1.0",
"imagesloaded": "^5.0",
"img-comparison-slider": "^8.0",
"jarallax": "^2.1",
"lightgallery": "^2.7",
"nouislider": "^15.7",
"parallax-js": "^3.1",
"prismjs": "^1.29",
"rellax": "^1.12",
"shufflejs": "^6.1",
"smooth-scroll": "^16.1",
"swiper": "^8.4",
"vanilla-tilt": "^1.8"
}
}