Inserito il tema direttamente nel codice invece che come sottomodulo
This commit is contained in:
18
themes/hugo-universal-theme/package.json
Normal file
18
themes/hugo-universal-theme/package.json
Normal file
@ -0,0 +1,18 @@
|
||||
{
|
||||
"name": "hugo-universal-theme",
|
||||
"devDependencies": {
|
||||
"eslint": "^8.0.1",
|
||||
"eslint-config-standard": "^17.1.0",
|
||||
"eslint-plugin-promise": "^6.0.0",
|
||||
"eslint-plugin-standard": "^5.0.0",
|
||||
"prettier": "^3.3.3",
|
||||
"stylelint": "^16.9.0",
|
||||
"stylelint-config-standard": "^36.0.1"
|
||||
},
|
||||
"scripts": {
|
||||
"stylelint": "stylelint \"**/*.css\"",
|
||||
"prettier": "prettier --check .",
|
||||
"eslint": "eslint .",
|
||||
"install_hugo": "brew update && brew install hugo"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user