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

package.json - github.com/twbs/blog.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a2b18f02029ab10df24610267043c6c649174d5b (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
{
  "name": "bootstrap-blog",
  "version": "1.0.0",
  "private": true,
  "description": "Official blog for Bootstrap.",
  "main": "",
  "scripts": {
    "start": "npm run serve",
    "build": "hugo --cleanDestinationDir",
    "serve": "hugo server --port 4000 --disableFastRender",
    "serve-only": "npx sirv-cli _site --port 4000",
    "test": "npm-run-all --parallel --continue-on-error --aggregate-output test-*",
    "test-fusv": "fusv src/assets/scss/",
    "test-stylelint": "stylelint src/assets/scss/ --cache --cache-location node_modules/.cache/.stylelintcache --rd",
    "test-markdownlint": "markdownlint-cli2 \"**/*.md\" \"!**/node_modules/**\"",
    "test-linkinator": "linkinator _site --recurse --silent --skip \"^(?!http://localhost)\"",
    "test-vnu": "node build/vnu-jar.js",
    "test-lockfile-lint": "lockfile-lint --allowed-hosts npm --allowed-schemes https: --empty-hostname false --type npm --path package-lock.json",
    "netlify": "cross-env-shell HUGO_BASEURL=$DEPLOY_PRIME_URL npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/twbs/blog.git"
  },
  "keywords": [],
  "author": "",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/twbs/blog/issues"
  },
  "homepage": "https://blog.getbootstrap.com",
  "hugo-bin": {
    "buildTags": "extended"
  },
  "devDependencies": {
    "autoprefixer": "^10.3.5",
    "cross-env": "^7.0.3",
    "find-unused-sass-variables": "^3.1.0",
    "hugo-bin": "^0.76.1",
    "linkinator": "^2.14.0",
    "lockfile-lint": "^4.6.2",
    "markdownlint-cli2": "0.3.1",
    "npm-run-all": "^4.1.5",
    "postcss": "^8.3.8",
    "postcss-cli": "^8.3.1",
    "stylelint": "^13.13.1",
    "stylelint-config-twbs-bootstrap": "^2.2.3",
    "vnu-jar": "21.9.2"
  }
}