-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 884 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": "korver.dev",
"scripts": {
"build": "npx @11ty/eleventy",
"lint": "npm run lint:prettier",
"lint:prettier": "prettier --check . **/*.webc",
"prepare": "npx husky install",
"start": "npx @11ty/eleventy --serve"
},
"lint-staged": {
"**/*": "prettier --write --ignore-unknown"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Casey-Kiewit/korver.dev.git"
},
"author": "Casey Korver <[email protected]> (https://korver.dev)",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/Casey-Kiewit/korver.dev/issues"
},
"homepage": "https://korver.dev",
"devDependencies": {
"@11ty/eleventy": "2.0.1",
"@11ty/eleventy-plugin-webc": "0.11.2",
"html-minifier-terser": "7.2.0",
"husky": "8.0.3",
"lint-staged": "15.0.2",
"normalize.css": "8.0.1",
"prettier": "3.0.3"
}
}