Initial
This commit is contained in:
52
package.json
Normal file
52
package.json
Normal file
@@ -0,0 +1,52 @@
|
||||
{
|
||||
"name": "hestia",
|
||||
"private": true,
|
||||
"version": "1.9.0~alpha",
|
||||
"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",
|
||||
"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 install"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fortawesome/fontawesome-free": "6.4.0",
|
||||
"alpinejs": "3.12.3",
|
||||
"chart.js": "4.3.2",
|
||||
"check-password-strength": "2.0.7",
|
||||
"nanoid": "4.0.2",
|
||||
"normalize.css": "8.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@prettier/plugin-php": "0.19.6",
|
||||
"browserslist": "4.21.9",
|
||||
"esbuild": "0.18.17",
|
||||
"eslint": "8.45.0",
|
||||
"eslint-config-prettier": "8.8.0",
|
||||
"eslint-plugin-editorconfig": "4.0.3",
|
||||
"eslint-plugin-import": "2.27.5",
|
||||
"husky": "8.0.3",
|
||||
"lightningcss": "1.21.5",
|
||||
"lint-staged": "13.2.3",
|
||||
"markdownlint-cli2": "0.8.1",
|
||||
"prettier": "2.8.8",
|
||||
"prettier-plugin-nginx": "1.0.3",
|
||||
"prettier-plugin-sh": "0.12.8",
|
||||
"prettier-plugin-sql": "0.14.0",
|
||||
"stylelint": "15.10.2",
|
||||
"stylelint-config-standard": "34.0.0",
|
||||
"vitepress": "1.0.0-beta.6",
|
||||
"vue": "3.3.4"
|
||||
},
|
||||
"browserslist": [
|
||||
"defaults"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user