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

package.json - github.com/frjo/hugo-theme-zen.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2097d3b2af8c89ac4670d7c49aba439d5351ac03 (plain)
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
{
  "name": "zen",
  "version": "1.0.0",
  "description": "The node.js requirements to build this project.",
  "scripts": {
    "lint-theme:css": "stylelint \"assets/sass/**/*.scss\"",
    "lint-theme:js": "eslint \"assets/js/**/*.js\"",
    "lint-project:css": "stylelint \"../../assets/sass/**/*.scss\"",
    "lint-project:js": "eslint \"../../assets/js/**/*.js\"",
    "lint-theme": "npm run lint-theme:css && npm run lint-theme:js",
    "lint-project": "npm run lint-project:css && npm run lint-project:js",
    "lint:css": "npm run lint-theme:css && npm run lint-project:css",
    "lint:js": "npm run lint-theme:js && npm run lint-project:js",
    "lint": "npm run lint:css && npm run lint:js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/frjo/hugo-theme-zen.git"
  },
  "author": "Fredrik Jonsson",
  "license": "GPL-2.0",
  "devDependencies": {
    "eslint": "^8.14.0",
    "eslint-plugin-template": "^0.6.0",
    "stylelint": "^14.8.1",
    "stylelint-config-standard-scss": "^3.0.0",
    "stylelint-scss": "^4.2.0"
  },
  "engines": {
    "node": ">=16.0.0"
  },
  "private": true
}