-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.47 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 1.47 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
{
"name": "methanol",
"version": "0.0.26",
"description": "Static site generator powered by rEFui and MDX",
"main": "./index.js",
"type": "module",
"keywords": [
"methanol",
"refui",
"refuel",
"ef",
"press",
"document",
"ssg"
],
"bin": {
"methanol": "./bin/methanol.js"
},
"files": [
"bin/",
"src/",
"themes/",
"index.js",
"LICENSE",
"README.md",
"banner.txt"
],
"dependencies": {
"@mdx-js/mdx": "^3.1.1",
"@sindresorhus/fnv1a": "^3.1.0",
"@stefanprobst/rehype-extract-toc": "^3.0.0",
"@wooorm/starry-night": "^3.9.0",
"chokidar": "^5.0.0",
"esbuild": "^0.27.2",
"fast-glob": "^3.3.3",
"gray-matter": "^4.0.3",
"hast-util-is-element": "^3.0.0",
"htmlparser2": "^10.1.0",
"json5": "^2.2.3",
"null-prototype-object": "^1.2.5",
"picomatch": "^4.0.3",
"refui": "^0.17.1",
"refurbish": "^0.1.8",
"rehype-slug": "^6.0.0",
"rehype-starry-night": "^2.2.0",
"remark-gfm": "^4.0.1",
"unist-util-visit": "^5.1.0",
"vite": "^7.3.1",
"workbox-core": "^7.4.0",
"workbox-routing": "^7.4.0",
"workbox-strategies": "^7.4.0",
"yargs": "^18.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SudoMaker/Methonal.git"
},
"author": "Yukino Song <yukino@sudomaker.com>",
"license": "Apache-2.0",
"bugs": "https://github.com/SudoMaker/Methonal/issues",
"homepage": "https://github.com/SudoMaker/Methonal"
}