blob: 6a0409775da2f627dfd959fff793007a588b17c9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
{
"name": "danix-xyz-hacker-theme",
"version": "1.0.0",
"description": "Hugo theme for danix.xyz",
"scripts": {
"build": "tailwindcss -i themes/danix-xyz-hacker/assets/css/main.css -o themes/danix-xyz-hacker/assets/css/main.min.css",
"watch": "tailwindcss -i themes/danix-xyz-hacker/assets/css/main.css -o themes/danix-xyz-hacker/assets/css/main.min.css --watch"
},
"devDependencies": {
"tailwindcss": "^3.4.1",
"@tailwindcss/typography": "^0.5.10"
}
}
|