forked from drowl87/hextra_mirror

* update dev and build command chore: move contents to exampleSite chore: add configs to exampleSite chore: use tailwindcss/nesting * add postcss-import * move imports to the top chore: add config for theme dev chore: add compiled css chore: fix last updated issue chore: dont't ignore hugo_stats.json chore: update index page layout
13 lines
307 B
JSON
13 lines
307 B
JSON
{
|
|
"devDependencies": {
|
|
"@tailwindcss/nesting": "^0.0.0-insiders.565cd3e",
|
|
"autoprefixer": "^10.4.14",
|
|
"postcss": "^8.4.23",
|
|
"postcss-cli": "^10.1.0",
|
|
"postcss-import": "^15.1.0",
|
|
"prettier": "^2.8.8",
|
|
"prettier-plugin-go-template": "^0.0.13",
|
|
"tailwindcss": "^3.3.2"
|
|
}
|
|
}
|