Initial commit

This commit is contained in:
2026-04-08 19:49:15 +02:00
commit cd1ff989d0
52 changed files with 3277 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
{
"name": "pivoine-art",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "hugo server --buildDrafts --disableFastRender",
"build": "NODE_ENV=production hugo --minify"
},
"devDependencies": {
"tailwindcss": "^4.0.0",
"@tailwindcss/postcss": "^4.0.0",
"autoprefixer": "^10.4.0",
"postcss": "^8.5.0",
"postcss-cli": "^11.0.0"
}
}