-
Notifications
You must be signed in to change notification settings - Fork 8.2k
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 908 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 908 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"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"
}
}