-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
96 lines (96 loc) · 2.24 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
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
{
"name": "kulfon",
"description": "Kulfon is a modern static site generator written in JavaScript.",
"version": "0.42.0",
"main": "./core/index.js",
"devDependencies": {
"ava": "^3.12.1",
"debug": "^4.1.1",
"nixt": "^0.5.1"
},
"engines": {
"node": ">= 12.x.x"
},
"scripts": {
"test": "ava"
},
"keywords": [
"kulfon",
"static",
"generator",
"postcss",
"tailwindcss",
"markdown",
"org-mode",
"HTML",
"css",
"website",
"rollup",
"CMS"
],
"author": {
"name": "Zaiste",
"url": "https://github.com/zaiste"
},
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/zaiste/kulfon"
},
"dependencies": {
"@fullhuman/postcss-purgecss": "^2.3.0",
"@mapbox/rehype-prism": "^0.5.0",
"@tailwindcss/ui": "^0.6.0",
"axios": "^0.20.0",
"boxwood": "^0.42.3",
"chalk": "^4.1.0",
"chokidar": "^3.4.2",
"colors": "^1.4.0",
"deepmerge": "^4.2.2",
"fast-glob": "^3.2.4",
"fs-extra": "^9.0.1",
"getopts": "^2.2.5",
"global": "^4.4.0",
"gray-matter": "^4.0.2",
"hast-util-to-string": "^1.0.4",
"html-minifier": "^4.0.0",
"js-yaml": "^3.14.0",
"markdown-it": "^11.0.0",
"markdown-it-anchor": "^5.3.0",
"markdown-it-container": "^3.0.0",
"markdown-it-highlight-lines": "^1.0.2",
"markdown-it-toc-done-right": "^4.1.0",
"markdown-it-video": "^0.6.3",
"orga-rehype": "^1.7.0",
"orga-unified": "^1.8.16",
"postcss": "^7.0.32",
"postcss-preset-env": "^6.7.0",
"prismjs": "^1.21.0",
"refractor": "^3.1.0",
"rehype-prism": "^0.1.1",
"rehype-stringify": "^8.0.0",
"remark-parse": "^8.0.3",
"remark-rehype": "^7.0.0",
"rollup": "^2.26.11",
"rollup-plugin-terser": "^7.0.2",
"rsyncwrapper": "^3.0.1",
"sha1": "^1.1.1",
"sharp": "^0.26.0",
"sitemap": "^5.1.0",
"slugify": "^1.4.5",
"sugar-date": "^2.0.6",
"svgo": "^1.3.2",
"tailwindcss": "^1.8.5",
"tmp": "^0.2.1",
"uglify-es": "^3.3.9",
"unified": "^9.2.0",
"unist-builder": "^2.0.3",
"unist-util-map": "^2.0.1",
"unist-util-visit": "^2.0.3",
"upath": "^1.2.0",
"yargs": "^15.4.1"
},
"bin": {
"kulfon": "cli.js"
}
}