generated from HugoBlox/hugo-theme-developer-portfolio
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 838 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 838 Bytes
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
{
"comments": {
"dependencies": {
"@tailwindcss/cli": "project",
"@tailwindcss/typography": "project",
"pagefind": "project",
"preact": "project",
"tailwindcss": "project"
},
"devDependencies": {}
},
"dependencies": {
"@tailwindcss/cli": "^4.1.12",
"@tailwindcss/typography": "^0.5.10",
"pagefind": "^1.4.0",
"preact": "^10.27.2",
"tailwindcss": "^4.1.12"
},
"description": "Modern developer portfolio template for Hugo Blox with Tailwind CSS v4 - Free version",
"devDependencies": {},
"name": "hugo-blox-dev-portfolio-free",
"packageManager": "pnpm@10.14.0",
"private": true,
"scripts": {
"build": "hugo --minify && pnpm run pagefind",
"dev": "hugo server --disableFastRender",
"pagefind": "pagefind --site public"
},
"version": "1.0.0"
}