-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 920 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
32
{
"name": "blist",
"version": "2.1.0",
"description": "Blist is a clean and fast blog theme for your Hugo site.",
"main": "index.js",
"repository": "https://github.com/apvarun/blist-hugo-theme",
"author": "Varun A P",
"license": "MIT",
"scripts": {
"start": "hugo server --disableFastRender",
"start-examplesite": "hugo server -s exampleSite --themesDir=../.. --disableFastRender",
"build-examplesite": "NODE_ENV=production hugo -s exampleSite --themesDir=../.. --gc",
"build": "NODE_ENV=production hugo --gc"
},
"devDependencies": {
"@tailwindcss/typography": "^0.4.0",
"autoprefixer": "^10.4.14",
"postcss": "^8.4.27",
"postcss-cli": "^8.3.1",
"postcss-import": "^14.0.1",
"tailwindcss": "^2.2.19"
},
"browserslist": [
"last 1 version",
"> 1%",
"maintained node versions",
"not dead"
],
"dependencies": {
"serve": "^14.2.0"
}
}