-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 loc) · 2.84 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"comments": {
"dependencies": {
"@tabler/icons": "github.com/schnerring/hugo-theme-gruvbox",
"flexsearch": "github.com/schnerring/hugo-theme-gruvbox",
"normalize.css": "github.com/schnerring/hugo-theme-gruvbox",
"prism-themes": "github.com/schnerring/hugo-theme-gruvbox",
"prismjs": "github.com/schnerring/hugo-theme-gruvbox",
"simple-icons": "github.com/schnerring/hugo-mod-json-resume",
"typeface-fira-code": "github.com/schnerring/hugo-theme-gruvbox",
"typeface-roboto-slab": "github.com/schnerring/hugo-theme-gruvbox"
},
"devDependencies": {
"@fullhuman/postcss-purgecss": "github.com/schnerring/hugo-theme-gruvbox",
"cssnano": "github.com/schnerring/hugo-theme-gruvbox",
"eslint": "github.com/schnerring/hugo-theme-gruvbox",
"eslint-config-prettier": "github.com/schnerring/hugo-theme-gruvbox",
"eslint-plugin-prettier": "github.com/schnerring/hugo-theme-gruvbox",
"husky": "github.com/schnerring/hugo-theme-gruvbox",
"lint-staged": "github.com/schnerring/hugo-theme-gruvbox",
"markdownlint-cli": "github.com/schnerring/hugo-theme-gruvbox",
"postcss": "github.com/schnerring/hugo-theme-gruvbox",
"postcss-cli": "github.com/schnerring/hugo-theme-gruvbox",
"postcss-custom-media": "github.com/schnerring/hugo-theme-gruvbox",
"postcss-import": "github.com/schnerring/hugo-theme-gruvbox",
"postcss-nesting": "github.com/schnerring/hugo-theme-gruvbox",
"postcss-preset-env": "github.com/schnerring/hugo-theme-gruvbox",
"postcss-url": "github.com/schnerring/hugo-theme-gruvbox",
"prettier": "github.com/schnerring/hugo-theme-gruvbox",
"prettier-plugin-go-template": "github.com/schnerring/hugo-theme-gruvbox",
"stylelint": "github.com/schnerring/hugo-theme-gruvbox",
"stylelint-prettier": "github.com/schnerring/hugo-theme-gruvbox"
}
},
"dependencies": {
"@tabler/icons": "^2.40.0",
"flexsearch": "^0.7.31",
"normalize.css": "^8.0.1",
"prism-themes": "^1.9.0",
"prismjs": "^1.29.0",
"simple-icons": "^9.19.1",
"typeface-fira-code": "^1.1.13",
"typeface-roboto-slab": "^1.1.13"
},
"devDependencies": {
"@fullhuman/postcss-purgecss": "^5.0.0",
"cssnano": "^6.0.1",
"eslint": "^8.52.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.1",
"husky": "^8.0.3",
"lint-staged": "^15.0.2",
"markdownlint-cli": "^0.37.0",
"postcss": "^8.4.31",
"postcss-cli": "^10.1.0",
"postcss-custom-media": "^10.0.2",
"postcss-import": "^15.1.0",
"postcss-nesting": "^12.0.1",
"postcss-preset-env": "^9.2.0",
"postcss-url": "^10.1.3",
"prettier": "^3.0.3",
"prettier-plugin-go-template": "^0.0.15",
"stylelint": "^15.11.0",
"stylelint-prettier": "^4.0.2"
},
"name": "blog.kgb33.dev",
"version": "0.1.0"
}