-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 911 Bytes
/
package.json
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
{
"name": "docker/docs",
"version": "0.0.1",
"description": "",
"repository": {
"type": "git",
"url": "git+https://github.com/Crouton-Digital/service.crouton.digital.git"
},
"keywords": [],
"author": "dvdksn",
"license": "Apache License 2.0",
"bugs": {
"url": "https://github.com/Crouton-Digital/service.crouton.digital/issues"
},
"homepage": "https://services.crouton.digital/",
"devDependencies": {
"@alpinejs/collapse": "^3.11.1",
"@docsearch/js": "^3.5.2",
"@tailwindcss/nesting": "^0.0.0-insiders.565cd3e",
"@tailwindcss/typography": "^0.5.8",
"alpinejs": "^3.12.3",
"autoprefixer": "^10.4.14",
"markdownlint": "^0.27.0",
"mermaid": "^10.3.1",
"postcss": "^8.4.19",
"postcss-cli": "^10.1.0",
"postcss-import": "^15.1.0",
"prettier": "^3.0.0",
"prettier-plugin-tailwindcss": "^0.5.3",
"tailwindcss": "^3.2.4"
}
}