forked from leonardofaria/bento
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 926 Bytes
/
package.json
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 -s exampleSite --themesDir=../.. --disableFastRender",
"build": "hugo --gc --minify",
"build:example": "hugo --gc --minify -s exampleSite --themesDir=../..",
"start": "hugo --gc"
},
"devDependencies": {
"@fullhuman/postcss-purgecss": "^2.3.0",
"@tailwindcss/ui": "^0.5.0",
"autoprefixer": "^9.8.6",
"postcss": "^7.0.32",
"postcss-cli": "^7.1.1",
"postcss-import": "^12.0.1",
"tailwindcss": "^1.7.3"
},
"browserslist": [
"last 1 version",
"> 1%",
"maintained node versions",
"not dead"
]
}