mirror of
https://github.com/hestiacp/hestiacp.git
synced 2025-02-06 10:24:04 +00:00
63 lines
1.8 KiB
JSON
63 lines
1.8 KiB
JSON
{
|
|
"name": "hestia",
|
|
"private": true,
|
|
"version": "1.9.2",
|
|
"description": "An open-source Linux web server control panel.",
|
|
"repository": "https://github.com/hestiacp/hestiacp",
|
|
"license": "GPL-3.0-or-later",
|
|
"type": "module",
|
|
"scripts": {
|
|
"docs:dev": "vitepress dev docs",
|
|
"docs:build": "vitepress build docs",
|
|
"docs:serve": "vitepress serve docs",
|
|
"docs:test": "vitest run --config docs/.vitepress/vitest.config.js",
|
|
"build": "node build.js",
|
|
"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 npm",
|
|
"prepare": "husky"
|
|
},
|
|
"dependencies": {
|
|
"@alpinejs/collapse": "^3.14.8",
|
|
"@fortawesome/fontawesome-free": "^6.7.2",
|
|
"alpinejs": "^3.14.8",
|
|
"chart.js": "^4.4.7",
|
|
"check-password-strength": "^2.0.10",
|
|
"floating-vue": "^5.2.2",
|
|
"nanoid": "^5.0.9",
|
|
"normalize.css": "^8.0.1",
|
|
"xterm": "^5.3.0",
|
|
"xterm-addon-canvas": "^0.5.0",
|
|
"xterm-addon-webgl": "^0.16.0"
|
|
},
|
|
"devDependencies": {
|
|
"@prettier/plugin-php": "^0.22.4",
|
|
"@testing-library/vue": "^8.1.0",
|
|
"@vitejs/plugin-vue": "^5.2.1",
|
|
"browserslist": "^4.24.4",
|
|
"esbuild": "^0.24.2",
|
|
"eslint": "^8.57.1",
|
|
"eslint-config-prettier": "^9.1.0",
|
|
"eslint-plugin-editorconfig": "^4.0.3",
|
|
"eslint-plugin-import": "^2.31.0",
|
|
"husky": "^9.1.7",
|
|
"jsdom": "^25.0.1",
|
|
"lightningcss": "^1.29.1",
|
|
"lint-staged": "^15.4.3",
|
|
"markdownlint-cli2": "^0.17.2",
|
|
"prettier": "^3.4.2",
|
|
"prettier-plugin-nginx": "^1.0.3",
|
|
"prettier-plugin-sh": "^0.14.0",
|
|
"prettier-plugin-sql": "^0.18.1",
|
|
"stylelint": "^16.14.1",
|
|
"stylelint-config-standard": "^36.0.1",
|
|
"vitepress": "^1.6.3",
|
|
"vitest": "^2.1.8",
|
|
"vue": "^3.5.13"
|
|
},
|
|
"browserslist": [
|
|
"defaults"
|
|
]
|
|
}
|