-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
112 lines (112 loc) · 3.08 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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
{
"name": "blogsystem",
"version": "0.6.3-maintain2",
"description": "博客系统,可自定义整个网站",
"main": "./dist/app/blog.js",
"preferGlobal": true,
"bin": {
"blog": "./blog"
},
"pkg": {
"scripts": [
"./node_modules/prismjs/components/*.js",
"./dist/app/transforms/**/*.js"
],
"assets": [
"./static/**/*",
"./sites/default/**/*",
"./config/*.json",
"./assets/**/*",
"./index.html",
"./global.json",
"./articles/about.md"
]
},
"repository": {
"type": "git",
"url": "https://github.com/gmono/BeautifulBlog"
},
"scripts": {
"gen": " node --trace-warnings ./dist/app/generator.js",
"watch": "node --trace-warnings ./dist/app/watch.js",
"trans": "node --trace-warnings ./dist/app/transform.js",
"site": "node --trace-warnings ./dist/app/changesite.js",
"refresh": "node --trace-warnings ./dist/app/sitegen.js",
"server": "node --trace-warnings ./dist/app/server.js",
"dev": "node --trace-warnings ./dist/app/dev.js",
"blog": "node --trace-warnings ./dist/app/blog.js",
"test": "node --trace-warnings ./dist/app/testLib.js",
"initBlog": "node --trace-warnings ./dist/app/init.js",
"pkgall": "pkg -t win,linux package.json -o ./bin/blog-release",
"pkgwin": "pkg -t win package.json -o ./bin/blog-release"
},
"author": "gmono",
"license": "MIT",
"dependencies": {
"@idrsolutions/buildvu": "^4.1.3",
"@types/cheerio": "^0.22.15",
"@types/dateformat": "^3.0.1",
"@types/fs-extra": "^8.0.1",
"@types/highlight.js": "^9.12.3",
"@types/koa": "^2.11.0",
"@types/koa-router": "^7.4.0",
"@types/koa-static": "^4.0.1",
"@types/lodash": "^4.14.149",
"@types/marked": "^0.7.2",
"@types/prismjs": "^1.16.0",
"@types/prompts": "^2.0.3",
"@types/react": "^16.9.19",
"@types/react-dom": "^16.9.5",
"@types/walk": "^2.3.0",
"@types/watch": "^1.0.1",
"@types/yaml": "^1.2.0",
"@wrote/ensure-path": "^1.1.0",
"art-template": "^4.13.2",
"blessed": "^0.1.81",
"cheerio": "^1.0.0-rc.3",
"commander": "^4.1.0",
"copy-dir": "^1.2.0",
"core-decorators": "^0.20.0",
"dateformat": "^3.0.3",
"del": "^5.1.0",
"delay": "^4.3.0",
"execa": "^4.0.0",
"fast-deep-equal": "^3.1.1",
"front-matter": "^3.0.2",
"fs-extra": "^8.1.0",
"highlight": "^0.2.4",
"highlight.js": "^9.17.1",
"koa": "^2.11.0",
"koa-router": "^8.0.7",
"koa-static": "^5.0.0",
"koa-static-router": "^1.3.0",
"lodash": "^4.17.15",
"marked": "^0.8.0",
"ndir": "^0.1.5",
"opn": "^6.0.0",
"path-extra": "^4.3.0",
"prismjs": "^1.18.0",
"prompts": "^2.3.1",
"rxjs": "^6.5.4",
"spinnies": "^0.5.1",
"toml": "^3.0.0",
"tslib": "^2.0.3",
"walk": "^2.3.14",
"watch": "^1.0.2",
"yaml": "^1.7.2"
},
"devDependencies": {
"@types/node": "^13.1.6",
"nightmare": "^3.0.2",
"simple-git": "^1.131.0",
"webpack": "^4.41.5"
},
"keywords": [
"blog",
"blogsystem",
"static-blog",
"static-site",
"website",
"theme"
]
}