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: 3c6ce2a383a55788ca64a432c3135fe5cf36f282 (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
{
  "name": "bootstrap-blog",
  "description": "Official blog for Bootstrap.",
  "version": "1.0.0",
  "private": true,
  "author": "The Bootstrap Authors (https://github.com/twbs/blog/graphs/contributors)",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/twbs/blog.git"
  },
  "bugs": {
    "url": "https://github.com/twbs/blog/issues"
  },
  "main": "",
  "keywords": [],
  "license": "MIT",
  "homepage": "https://blog.getbootstrap.com",
  "hugo-bin": {
    "buildTags": "extended"
  },
  "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 build --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"
  },
  "devDependencies": {
    "autoprefixer": "^10.4.13",
    "bootstrap": "5.2.2",
    "cross-env": "^7.0.3",
    "find-unused-sass-variables": "^4.0.4",
    "hugo-bin": "^0.93.0",
    "linkinator": "^4.1.0",
    "lockfile-lint": "^4.9.6",
    "markdownlint-cli2": "^0.5.1",
    "npm-run-all": "^4.1.5",
    "postcss": "^8.4.18",
    "postcss-cli": "^10.0.0",
    "stylelint": "^14.14.0",
    "stylelint-config-twbs-bootstrap": "^6.0.0",
    "vnu-jar": "22.9.29"
  }
}