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

package.json - github.com/h-enk/doks.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a37ff18ef530e30557120cdc774c474ee999751f (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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
  "name": "@hyas/doks",
  "description": "Doks theme",
  "version": "0.2.1",
  "hugo-bin": {
    "buildTags": "extended"
  },
  "browserslist": [
    "defaults"
  ],
  "repository": "https://github.com/h-enk/doks",
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "init": "rimraf .git && git init -b main",
    "create": "hugo new",
    "prestart": "npm run clean",
    "start": "hugo server --disableFastRender",
    "prebuild": "npm run clean",
    "build": "hugo --gc --minify && npm run build:functions",
    "build:functions": "netlify-lambda build assets/lambda",
    "build:preview": "npm run build -D -F",
    "clean": "rimraf public resources functions",
    "lint": "npm run -s lint:scripts && npm run -s lint:styles && npm run -s lint:markdown",
    "lint:scripts": "eslint assets/js assets/lambda config",
    "lint:styles": "stylelint \"assets/scss/**/*.{css,sass,scss,sss,less}\"",
    "lint:markdown": "markdownlint *.md content/**/*.md",
    "release": "standard-version",
    "release:dry-run": "standard-version --dry-run",
    "server": "hugo server",
    "test": "npm run -s lint",
    "env": "env",
    "precheck": "npm version",
    "check": "hugo version",
    "copy:katex-fonts": "shx cp ./node_modules/katex/dist/fonts/* ./static/fonts/"
  },
  "devDependencies": {
    "@babel/cli": "^7.13",
    "@babel/core": "^7.13",
    "@babel/preset-env": "^7.13",
    "@fullhuman/postcss-purgecss": "^4.0",
    "autoprefixer": "^10.2",
    "bootstrap": "^5.0.0-beta2",
    "clipboard": "^2.0",
    "eslint": "^7.22",
    "flexsearch": "^0.6",
    "highlight.js": "^10.6.0",
    "hugo-bin": "^0.69",
    "instant.page": "^5.1",
    "katex": "^0.13.0",
    "lazysizes": "^5.3",
    "markdownlint-cli": "^0.27",
    "netlify-lambda": "^2.0",
    "postcss": "^8.2",
    "postcss-cli": "^8.3",
    "purgecss-whitelister": "^2.4",
    "rimraf": "^3.0",
    "shx": "^0.3.3",
    "standard-version": "^9.1",
    "stylelint": "^13.12",
    "stylelint-config-standard": "^21.0"
  }
}