forked from linode/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.72 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
43
44
45
46
{
"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",
"axe-core": "github.com/linode/linode-docs-theme",
"core-js": "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.15.7",
"@babel/core": "^7.15.5",
"@babel/preset-env": "^7.15.6",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/typography": "^0.5.9",
"autoprefixer": "^10.4.14",
"axe-core": "^4.3.3",
"core-js": "^3.18.1",
"cypress": "^13.2.0",
"cypress-axe": "^0.12.0",
"cypress-html-validate": "^2.1.1",
"html-validate": "^6.1.0",
"postcss": "^8.4.24",
"postcss-cli": "^9.0.1",
"prettier": "2.6.2",
"prettier-plugin-go-template": "0.0.12",
"tailwindcss": "^3.3.2"
},
"name": "linode-docs",
"version": "0.1.0"
}