mirror of
https://github.com/docker/docs.git
synced 2026-06-19 07:35:16 +00:00
ee71c80562
Replaces @material-symbols/svg-400 (5.5 MB) with heroicons (488 KB) — an 11x reduction in icon asset size. Heroicons uses a single consistent distribution format (24px solid SVGs, fill="currentColor") eliminating the need for the separate utils/svg.html partial, the icon-svg-stroke CSS utility, and the dual-path resolution logic in icon.html. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
36 lines
891 B
JSON
36 lines
891 B
JSON
{
|
|
"name": "docker/docs",
|
|
"version": "0.0.1",
|
|
"description": "",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/docker/docs.git"
|
|
},
|
|
"keywords": [],
|
|
"author": "dvdksn",
|
|
"license": "Apache License 2.0",
|
|
"bugs": {
|
|
"url": "https://github.com/docker/docs/issues"
|
|
},
|
|
"homepage": "https://docs.docker.com/",
|
|
"dependencies": {
|
|
"@alpinejs/collapse": "3.15.8",
|
|
"@alpinejs/focus": "3.15.8",
|
|
"@alpinejs/persist": "3.15.8",
|
|
"@floating-ui/dom": "1.7.6",
|
|
"@tailwindcss/cli": "4.2.1",
|
|
"@tailwindcss/typography": "0.5.19",
|
|
"alpinejs": "3.15.8",
|
|
"heroicons": "2.2.0",
|
|
"highlight.js": "11.11.1",
|
|
"marked": "17.0.4",
|
|
"tailwindcss": "4.2.1"
|
|
},
|
|
"devDependencies": {
|
|
"markdownlint": "0.40.0",
|
|
"prettier": "3.8.1",
|
|
"prettier-plugin-go-template": "0.0.15",
|
|
"prettier-plugin-tailwindcss": "0.7.2"
|
|
}
|
|
}
|