-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.51 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.51 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
{
"name": "katy-decorah",
"version": "0.0.0",
"description": "Katy DeCorah's personal website",
"type": "module",
"scripts": {
"test": "jest && npm run lint-md && npm run test-content",
"test-content": "double-check {adventures,code,epicurean}/_posts/*.md --liquid -q",
"lint-md": "remark **/_posts/*.md -q",
"lint": "eslint .",
"pretest": "npm run lint",
"start": "bundle exec jekyll serve",
"start:prod": "JEKYLL_ENV=production bundle exec jekyll serve",
"format": "prettier --write ."
},
"devDependencies": {
"@babel/core": "^7.28.5",
"@babel/eslint-parser": "^7.28.5",
"@babel/preset-env": "^7.28.5",
"@double-great/double-check": "^0.5.2",
"@double-great/remark-lint-alt-text": "^1.1.1",
"@double-great/remark-lint-link-text": "^0.10.0",
"eslint": "^9.39.1",
"eslint-config-prettier": "^10.1.8",
"jest": "^30.2.0",
"js-yaml": "^4.1.1",
"prettier": "^3.6.2",
"remark-cli": "^12.0.1",
"remark-frontmatter": "^5.0.0",
"remark-frontmatter-validator": "^2.0.0",
"remark-lint-haiku": "^0.3.0",
"remark-lint-heading-increment": "^4.0.1"
},
"main": "index.js",
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/katydecorah/katydecorah.github.io.git"
},
"author": "Katy DeCorah",
"license": "ISC",
"bugs": {
"url": "https://github.com/katydecorah/katydecorah.github.io/issues"
},
"homepage": "https://github.com/katydecorah/katydecorah.github.io#readme"
}