-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.3 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
{
"name": "pageforge",
"version": "2025.1.5",
"description": "PageForge 是一款现代化的静态页面生成与部署平台,旨在帮助用户快速创建精美的静态网站,并一键部署到 GitHub Pages。 无论是个人博客、项目文档还是企业官网,PageForge 都能让你轻松实现高效构建、智能部署和即时上线。",
"homepage": "https://pageforge.devlive.org",
"repository": {
"type": "git",
"url": "https://github.com/devlive-community/pageforge.git"
},
"license": "MIT",
"author": "devlive-community",
"private": false,
"main": "lib/site-generator.js",
"bin": {
"pageforge": "./bin/pageforge.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"files": [
"bin/",
"lib/",
"example/",
"templates/",
"logo.svg"
],
"keywords": [
"static-site-generator",
"markdown",
"cli"
],
"dependencies": {
"chalk": "4.1.2",
"chokidar": "^3.5.3",
"ejs": "^3.1.10",
"esbuild": "^0.24.2",
"express": "^4.18.2",
"fs-extra": "^11.3.0",
"gray-matter": "^4.0.3",
"html-minifier": "^4.0.0",
"js-yaml": "^4.1.0",
"marked": "^15.0.4",
"mkdirp": "^3.0.1",
"pinyin": "4.0.0-alpha.2",
"prismjs": "^1.29.0"
},
"devDependencies": {
"vm2": "^3.9.19"
}
}