diff options
Diffstat (limited to 'themes/pehtheme/exampleSite/package.json')
| -rw-r--r-- | themes/pehtheme/exampleSite/package.json | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/themes/pehtheme/exampleSite/package.json b/themes/pehtheme/exampleSite/package.json new file mode 100644 index 0000000..e45ee77 --- /dev/null +++ b/themes/pehtheme/exampleSite/package.json @@ -0,0 +1,25 @@ +{ + "name": "pehtheme", + "version": "1.0.0", + "description": "An open-source Hugo theme lovingly crafted using Tailwind CSS.", + "main": "index.js", + "scripts": { + "dev:generate": "npx tailwindcss -i ./assets/input.css -o ./themes/pehtheme-hugo/assets/css/main.css -w", + "dev:hugo": "hugo server", + "dev": "run-p dev:*", + "build:generate": "npx tailwindcss -i ./assets/input.css -o ./themes/pehtheme/static/assets/css/main.css", + "build:hugo": "hugo", + "build": "run-p build:*" + }, + "keywords": ["hugo", "tailwindcss"], + "author": "Fauzan My", + "license": "MIT", + "devDependencies": { + "@tailwindcss/typography": "^0.5.10", + "autoprefixer": "^10.4.16", + "npm-run-all": "^4.1.5", + "postcss": "^8.4.31", + "postcss-cli": "^10.1.0", + "tailwindcss": "^3.3.3" + } +}
\ No newline at end of file |
