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: a1a77a137cd198b19ccedb330c30bd86a2326d64 (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
{
  "name": "doks",
  "version": "0.2.0",
  "private": true,
  "browserslist": [
    "defaults"
  ],
  "scripts": {
    "start": "hugo server --disableFastRender",
    "build": "hugo --gc --minify && npm run build:functions",
    "build:functions": "netlify-lambda build assets/lambda",
    "build:preview": "npm run build -D -F",
    "server": "hugo server",
    "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",
    "test": "npm run -s lint"
  },
  "devDependencies": {
    "@babel/cli": "^7.11",
    "@babel/core": "^7.11",
    "@babel/preset-env": "^7.12",
    "@fullhuman/postcss-purgecss": "^3.0",
    "autoprefixer": "^10.0",
    "bootstrap": "^4.5",
    "eslint": "^7.10",
    "flexsearch": "^0.6.32",
    "instant.page": "^5.1",
    "lazysizes": "^5.2",
    "markdownlint-cli": "^0.24",
    "netlify-lambda": "^2.0",
    "postcss": "^8.1",
    "postcss-cli": "^8.1",
    "purgecss-whitelister": "^2.4",
    "rimraf": "^3.0",
    "stylelint": "^13.7",
    "stylelint-config-standard": "^20.0"
  },
  "dependencies": {}
}