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

package.json - github.com/leonardofaria/bento.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: bc598cd4e1d115322410b8d79d4cf537d56c3b6a (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
{
  "name": "bento-hugo",
  "version": "0.0.1",
  "description": "A minimalist theme for Hugo, build with Tailwind CSS.",
  "main": "index.js",
  "repository": "https://github.com/leonardofaria/bento",
  "author": "Leonardo Faria <leonardofaria@gmail.com>",
  "license": "MIT",
  "scripts": {
    "dev": "hugo server --disableFastRender",
    "dev:example": "hugo server --verbose -s exampleSite --themesDir=../.. --disableFastRender",
    "build": "NODE_ENV=production hugo --verbose --gc --minify",
    "build:example": "NODE_ENV=production hugo --verbose --gc --minify -s exampleSite --themesDir=../..",
    "start": "hugo --gc"
  },
  "devDependencies": {
    "@tailwindcss/typography": "^0.4.0",
    "@tailwindcss/ui": "^0.7.2",
    "autoprefixer": "^10.2.1",
    "postcss": "^8.2.4",
    "postcss-cli": "^8.3.1",
    "postcss-import": "^14.0.0",
    "tailwindcss": "^2.0.2"
  },
  "browserslist": [
    "last 1 version",
    "> 1%",
    "maintained node versions",
    "not dead"
  ]
}