-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.53 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
{
"name": "harold-scripts",
"version": "1.2.1",
"description": "Harold JS Scripts for Create Harold App",
"author": "Julian Ćwirko (julian.io)",
"engines": {
"node": ">=20.0.0"
},
"type": "module",
"bin": {
"harold-scripts": "bin/harold-scripts.js"
},
"homepage": "https://www.haroldjs.com",
"repository": {
"type": "git",
"url": "git+https://github.com/harold-js/harold-scripts.git"
},
"keywords": [
"blogging",
"static-site-generator",
"javascript",
"generator",
"jamstack"
],
"scripts": {
"lint": "eslint . --fix",
"prettier": "prettier --write '**/*.{js,json}'"
},
"license": "MIT",
"dependencies": {
"autoprefixer": "10.4.20",
"chalk": "5.3.0",
"chokidar": "4.0.1",
"cosmiconfig": "9.0.0",
"cross-spawn": "7.0.5",
"dateformat": "5.0.3",
"deepmerge": "4.3.1",
"fs-extra": "11.2.0",
"glob": "11.0.0",
"handlebars": "4.7.8",
"hast-util-sanitize": "5.0.2",
"postcss": "8.4.47",
"rehype-format": "5.0.1",
"rehype-raw": "7.0.0",
"rehype-sanitize": "6.0.0",
"rehype-stringify": "10.0.1",
"remark-parse": "11.0.0",
"remark-rehype": "11.1.1",
"sass": "1.80.6",
"serve-handler": "6.1.6",
"to-vfile": "8.0.0",
"unified": "11.0.5",
"vfile-matter": "5.0.0"
},
"devDependencies": {
"@eslint/eslintrc": "3.1.0",
"@eslint/js": "9.14.0",
"eslint": "9.14.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.2.1",
"globals": "15.12.0",
"prettier": "3.3.3"
}
}