forked from hestiacp/hestiacp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.63 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
{
"name": "hestia",
"private": true,
"version": "1.7.3~alpha",
"description": "An open-source Linux web server control panel.",
"repository": "https://github.com/hestiacp/hestiacp",
"license": "GPL-3.0-or-later",
"scripts": {
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"docs:serve": "vitepress serve docs",
"build": "postcss web/css/src/themes/*.css --dir web/css/themes --ext .min.css",
"lint": "prettier --cache --check . && eslint --cache . && stylelint web/css/src/**/*.css && markdownlint-cli2 *.md docs/**/*.md",
"lint-staged": "lint-staged",
"format": "prettier --cache --write .",
"preinstall": "npx only-allow yarn",
"postinstall": "husky install"
},
"packageManager": "[email protected]",
"dependencies": {
"@fortawesome/fontawesome-free": "^6.4.0",
"normalize.css": "^8.0.1"
},
"devDependencies": {
"@prettier/plugin-php": "^0.19.4",
"@typescript-eslint/eslint-plugin": "^5.57.0",
"@typescript-eslint/parser": "^5.57.0",
"cssnano": "^6.0.0",
"eslint": "^8.37.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-editorconfig": "^4.0.2",
"husky": "^8.0.3",
"lint-staged": "^13.2.0",
"markdownlint-cli2": "^0.6.0",
"postcss": "^8.4.21",
"postcss-cli": "^10.1.0",
"postcss-import": "^15.1.0",
"postcss-path-replace": "^1.0.4",
"postcss-preset-env": "^8.3.0",
"postcss-size": "^4.0.1",
"prettier": "^2.8.7",
"prettier-plugin-nginx": "^1.0.3",
"prettier-plugin-sh": "^0.12.8",
"prettier-plugin-sql": "^0.13.0",
"stylelint": "^15.4.0",
"stylelint-config-standard": "^32.0.0",
"typescript": "^5.0.3",
"vitepress": "1.0.0-alpha.64",
"vue": "^3.2.47"
}
}