-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 958 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
33
34
35
{
"name": "showcase-hugo-theme",
"version": "1.3.0",
"description": "Showcase is a minimal, single page theme for Hugo",
"scripts": {
"start": "hugo server --disableFastRender",
"start-examplesite": "hugo server -s exampleSite --themesDir=../.. --disableFastRender",
"build": "NODE_ENV=production hugo --gc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/apvarun/showcase-hugo-theme.git"
},
"keywords": [
"hugo",
"showcase",
"hugo-theme",
"minimal",
"one-page"
],
"author": "Varun A P",
"license": "MIT",
"bugs": {
"url": "https://github.com/apvarun/showcase-hugo-theme/issues"
},
"homepage": "https://github.com/apvarun/showcase-hugo-theme#readme",
"dependencies": {
"@fullhuman/postcss-purgecss": "^4.0.3",
"autoprefixer": "^10.3.1",
"postcss": "^8.4.31",
"postcss-cli": "^8.3.1",
"postcss-import": "^14.0.2",
"tailwindcss": "^2.2.4"
}
}