-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 1.13 KB
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 1.13 KB
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
{
"name": "pehtheme-simple",
"version": "1.0.0",
"description": "An open-source Hugo theme lovingly crafted using Tailwind CSS.",
"main": "index.js",
"scripts": {
"dev:pagefind": "npx -y pagefind --site public --serve",
"dev:generate": "npx tailwindcss -i ./assets/input.css -o ./themes/hugo-shares-themes/assets/css/main.css -w",
"dev:hugo": "hugo server --buildDrafts",
"dev": "run-p dev:*",
"build:pagefind": "npx -y pagefind --site public",
"build:generate": "npx tailwindcss -i ./assets/input.css -o ./themes/hugo-shares-themes/static/assets/css/main.css --minify",
"build:hugo": "hugo --minify",
"build": "run-p build:*"
},
"keywords": [
"hugo",
"tailwindcss"
],
"author": "Fauzan My",
"license": "MIT",
"devDependencies": {
"@tailwindcss/typography": "^0.5.10",
"autoprefixer": "^10.4.20",
"npm-run-all": "^4.1.5",
"postcss": "^8.5.1",
"postcss-cli": "^10.1.0",
"tailwindcss": "^3.4.17"
},
"packageManager": "pnpm@9.12.3+sha512.cce0f9de9c5a7c95bef944169cc5dfe8741abfb145078c0d508b868056848a87c81e626246cb60967cbd7fd29a6c062ef73ff840d96b3c86c40ac92cf4a813ee"
}