Files
pivoine.art/package.json
T

17 lines
378 B
JSON
Raw Normal View History

2026-04-08 19:49:15 +02:00
{
"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"
}
}