mirror of
https://github.com/docker/docs.git
synced 2026-03-27 06:18:55 +07:00
All mutable action tags replaced with verified commit SHAs to prevent supply-chain attacks via tag mutation. package.json ^ ranges replaced with exact versions from package-lock.json. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
36 lines
908 B
JSON
36 lines
908 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",
|
|
"@material-symbols/svg-400": "0.40.2",
|
|
"@tailwindcss/cli": "4.2.1",
|
|
"@tailwindcss/typography": "0.5.19",
|
|
"alpinejs": "3.15.8",
|
|
"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"
|
|
}
|
|
}
|