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

package.json - github.com/gohugoio/gohugoioTheme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 52b0ed0b67d9c46ac178126f94f6e2fc0efb20b0 (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
{
  "name": "gohugo-default-styles",
  "version": "1.1.0",
  "description": "Default Theme for Hugo Sites",
  "main": "index.js",
  "homepage": "https://gohugo.io/",
  "bugs": {
    "url": "https://github.com/gohugoio/gohugoioTheme/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/gohugoio/gohugoioTheme.git"
  },
  "author": "budparr",
  "license": "MIT",
  "scripts": {
    "build": "NODE_ENV=production webpack",
    "build-dev": "NODE_ENV=development webpack --progress --watch",
    "start": "npm run build-dev"
  },
  "devDependencies": {
    "clean-webpack-plugin": "^1.0.0",
    "clipboard": "^2.0.4",
    "css-loader": "^4.3.0",
    "docsearch.js": "^2.6.1",
    "file-loader": "^2.0.0",
    "glob-all": "^3.3.1",
    "highlight.js": "^9.13.1",
    "lazysizes": "^5.2.1",
    "mini-css-extract-plugin": "^0.4.4",
    "postcss": "^7.0.36",
    "postcss-cssnext": "^3.1.0",
    "postcss-import": "^12.0.1",
    "postcss-loader": "^3.0.0",
    "purgecss-webpack-plugin": "^1.3.1",
    "scrolldir": "^1.4.0",
    "tachyons": "^4.7.0",
    "typeface-muli": "0.0.54",
    "webpack": "^4.44.1",
    "webpack-command": "^0.4.2"
  },
  "dependencies": {}
}