-
Notifications
You must be signed in to change notification settings - Fork 1.2k
/
package.json
42 lines (42 loc) · 1.57 KB
/
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
33
34
35
36
37
38
39
40
41
42
{
"comments": {
"dependencies": {},
"devDependencies": {
"@babel/cli": "github.com/linode/linode-docs-theme",
"@babel/core": "github.com/linode/linode-docs-theme",
"@babel/preset-env": "github.com/linode/linode-docs-theme",
"@tailwindcss/forms": "github.com/linode/linode-docs-theme",
"@tailwindcss/typography": "github.com/linode/linode-docs-theme",
"autoprefixer": "github.com/linode/linode-docs-theme",
"cypress": "github.com/linode/linode-docs-theme",
"cypress-axe": "github.com/linode/linode-docs-theme",
"cypress-html-validate": "github.com/linode/linode-docs-theme",
"html-validate": "github.com/linode/linode-docs-theme",
"postcss": "github.com/linode/linode-docs-theme",
"postcss-cli": "github.com/linode/linode-docs-theme",
"prettier": "github.com/linode/linode-docs-theme",
"prettier-plugin-go-template": "github.com/linode/linode-docs-theme",
"tailwindcss": "github.com/linode/linode-docs-theme"
}
},
"dependencies": {},
"devDependencies": {
"@babel/cli": "^7.24.7",
"@babel/core": "^7.24.7",
"@babel/preset-env": "^7.24.7",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.13",
"autoprefixer": "^10.4.19",
"cypress": "^13.11.0",
"cypress-axe": "^1.5.0",
"cypress-html-validate": "^6.1.0",
"html-validate": "^8.20.1",
"postcss": "^8.4.38",
"postcss-cli": "^11.0.0",
"prettier": "^3.3.2",
"prettier-plugin-go-template": "^0.0.15",
"tailwindcss": "^3.4.4"
},
"name": "linode-docs",
"version": "0.1.0"
}