-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
21 lines (21 loc) · 892 Bytes
/
package.json
File metadata and controls
21 lines (21 loc) · 892 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"name": "hugo-theme-island",
"version": "0.6.0",
"scripts": {
"watch-css": "npx @tailwindcss/cli -i assets/css/tailwind.css -o assets/css/main.css -w",
"build-css": "npx @tailwindcss/cli -i assets/css/tailwind.css -o assets/css/main.css",
"build": "hugo --theme hugo-theme-island --themesDir ../.. -s exampleSite --gc --minify",
"build-netlify": "hugo --theme repo --themesDir ../.. -s exampleSite --gc --minify",
"dev": "hugo server -D -e theme-dev --theme hugo-theme-island --themesDir ../.. -s ./exampleSite --disableFastRender",
"hugo": "hugo server -D --theme hugo-theme-island --themesDir ../.. -s ./exampleSite --disableFastRender"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"devDependencies": {
"@tailwindcss/cli": "^4.0.0",
"@tailwindcss/typography": "^0.5.0-alpha.3",
"tailwindcss": "^4.0.0"
}
}