forked from drowl87/hextra_mirror

feat: implement sidebar feat: implement footer feat: implement breadcrumb chore: add typography styles chore: add heading anchor link chore: add postcss-nested
14 lines
325 B
JSON
14 lines
325 B
JSON
{
|
|
"devDependencies": {
|
|
"@tailwindcss/typography": "^0.5.9",
|
|
"autoprefixer": "^10.4.14",
|
|
"postcss": "^8.4.23",
|
|
"postcss-cli": "^10.1.0",
|
|
"postcss-import": "^15.1.0",
|
|
"postcss-nested": "^6.0.1",
|
|
"prettier": "^2.8.8",
|
|
"prettier-plugin-go-template": "^0.0.13",
|
|
"tailwindcss": "^3.3.2"
|
|
}
|
|
}
|