-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
101 lines (101 loc) · 3.81 KB
/
package.json
File metadata and controls
101 lines (101 loc) · 3.81 KB
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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
{
"author": {
"email": "3743342+schnerring@users.noreply.github.com",
"name": "Michael Schnerring",
"url": "https://schnerring.net"
},
"bugs": {
"url": "https://github.com/schnerring/schnerring.github.io/issues"
},
"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": "^3.35.0",
"flexsearch": "0.8.212",
"normalize.css": "^8.0.1",
"prism-themes": "^1.9.0",
"prismjs": "^1.30.0",
"simple-icons": "^15.15.0",
"typeface-fira-code": "^1.1.13",
"typeface-roboto-slab": "^1.1.13"
},
"description": "My personal website, schnerring.net.",
"devDependencies": {
"@fullhuman/postcss-purgecss": "^7.0.2",
"cssnano": "^7.1.1",
"eslint": "^9.35.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-prettier": "^5.5.4",
"husky": "^9.1.7",
"lint-staged": "^16.1.6",
"markdownlint-cli": "^0.45.0",
"postcss": "^8.5.6",
"postcss-cli": "^11.0.1",
"postcss-custom-media": "^11.0.6",
"postcss-import": "^16.1.1",
"postcss-nesting": "^13.0.2",
"postcss-preset-env": "^10.3.1",
"postcss-url": "^10.1.3",
"prettier": "^3.6.2",
"prettier-plugin-go-template": "^0.0.15",
"stylelint": "^16.24.0",
"stylelint-prettier": "^5.0.3"
},
"homepage": "https://github.com/schnerring/schnerring.github.io#readme",
"keywords": [
"Michael Schnerring",
"website",
"blog"
],
"license": "MIT",
"lint-staged": {
"*.css": "stylelint --fix --allow-empty-input",
"*.js": "eslint --cache --fix",
"*.md": "markdownlint --fix"
},
"main": "index.js",
"name": "schnerring.github.io",
"repository": {
"type": "git",
"url": "git+https://github.com/schnerring/schnerring.github.io.git"
},
"scripts": {
"lint": "npm run lint:css && npm run lint:js && npm run lint:md",
"lint:css": "stylelint --fix **/*.css",
"lint:js": "eslint --fix --ext js .",
"lint:md": "markdownlint --fix **/*.md",
"prepare": "husky"
},
"version": "1.0.0"
}