forked from hestiacp/hestiacp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 783 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 783 Bytes
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
{
"name": "hestia",
"version": "1.7.0-alpha",
"description": "An open-source Linux web server control panel.",
"repository": "https://github.com/hestiacp/hestiacp",
"license": "GPL-3.0-or-later",
"scripts": {
"build": "postcss css/src/themes/*.css --dir css/themes --ext .min.css",
"lint": "eslint js --fix && stylelint css/src/themes/*.css --fix"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.4",
"normalize.css": "^8.0.1"
},
"devDependencies": {
"cssnano": "^5.1.14",
"eslint": "^8.28.0",
"postcss": "^8.4.19",
"postcss-cli": "^10.0.0",
"postcss-import": "^15.0.0",
"postcss-preset-env": "^7.8.3",
"postcss-size": "^4.0.1",
"stylelint": "^14.15.0",
"stylelint-config-standard": "^29.0.0"
}
}