Files
docker-docs/package.json
2024-02-01 09:49:15 +01:00

35 lines
889 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.11.1",
"@docsearch/js": "^3.5.2",
"@material-symbols/svg-400": "^0.14.6",
"@tailwindcss/nesting": "^0.0.0-insiders.565cd3e",
"@tailwindcss/typography": "^0.5.8",
"alpinejs": "^3.12.3",
"autoprefixer": "^10.4.14",
"postcss": "^8.4.19",
"postcss-cli": "^10.1.0",
"postcss-import": "^15.1.0",
"tailwindcss": "^3.2.4"
},
"devDependencies": {
"markdownlint": "^0.33.0",
"prettier": "^3.2.4",
"prettier-plugin-tailwindcss": "^0.5.11"
}
}