Welcome to mirror list, hosted at ThFree Co, Russian Federation.

package.json - github.com/devcows/hugo-universal-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 725997ea9fc2a98514125538031dd07a1f715d7c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "name": "hugo-universal-theme",
  "devDependencies": {
    "eslint": "^8.2.0",
    "eslint-config-standard": "^6.2.0",
    "eslint-plugin-promise": "^3.0.0",
    "eslint-plugin-standard": "^2.0.1",
    "prettier": "^2.3.2",
    "stylelint": "^13.13.1",
    "stylelint-config-standard": "^22.0.0"
  },
  "scripts": {
    "stylelint": "stylelint \"**/*.css\"",
    "prettier": "prettier --check .",
    "eslint": "eslint .",
    "install_hugo": "brew update && brew install hugo"
  }
}