changing header

This commit is contained in:
Nuno Coração
2022-09-10 22:58:50 +01:00
parent 67f269dd48
commit 929d1ab5e7
6 changed files with 649 additions and 93 deletions

View File

@@ -8,8 +8,8 @@
"assets": "rimraf assets/vendor && vendor-copy",
"dev": "NODE_ENV=development ./node_modules/tailwindcss/lib/cli.js -i ./assets/css/main.css -o ./assets/css/compiled/main.css --jit -w",
"build": "NODE_ENV=production ./node_modules/tailwindcss/lib/cli.js -i ./assets/css/main.css -o ./assets/css/compiled/main.css --jit",
"example": "hugo server --source exampleSite --themesDir ../.. --buildDrafts -b http://localhost/blowfish/ -p 8008",
"examplePersonal": "hugo server --source exampleSitePersonal --themesDir ../.. --buildDrafts -b http://localhost/blowfish/ -p 8008",
"example": "hugo server --source exampleSite --themesDir ../.. --buildDrafts -b http://localhost/ -p 8008",
"examplePersonal": "hugo server --source exampleSitePersonal --themesDir ../.. --buildDrafts -b http://localhost/ -p 8008",
"lighthouse": "lhci autorun"
},
"repository": {
@@ -71,5 +71,10 @@
"from": "node_modules/fuse.js/dist/fuse.min.js",
"to": "assets/lib/fuse/fuse.min.js"
}
]
],
"dependencies": {
"@headlessui/react": "^1.7.0",
"@heroicons/react": "^2.0.10",
"@tailwindcss/forms": "^0.5.3"
}
}