-
Notifications
You must be signed in to change notification settings - Fork 62
/
package.json
56 lines (56 loc) · 1.79 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
{
"name": "mweb-themes",
"version": "1.0.0",
"description": "MWeb 主题",
"main": "index.js",
"scripts": {
"watch": "rm -rf static/mweb.css static/mweb.css.map && node scripts/watch.js",
"typora-watch": "rm -rf static/typora.css static/typora.css.map && node scripts/typora/watch.js",
"clean": "rm -rf static/*.css static/*.map",
"compile": "node scripts/compile.js",
"compile-mweb4": "npm run compile -- --platform mweb4 --distDir dist/mweb4",
"compile-typora": "npm run compile -- --platform typora --distDir dist/typora",
"gallery-watch": "rm -rf dist/gallery && node scripts/gallery/index.js watch",
"gallery-build": "rm -rf dist/gallery && node scripts/gallery/index.js build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/imageslr/mweb-themes.git"
},
"author": "elonz",
"license": "ISC",
"bugs": {
"url": "https://github.com/imageslr/mweb-themes/issues"
},
"homepage": "https://github.com/imageslr/mweb-themes#readme",
"dependencies": {
"@rollup/plugin-virtual": "^2.0.3",
"chokidar": "^3.4.3",
"cssnano": "^4.1.10",
"ejs": "^3.1.6",
"fs-extra": "^10.0.0",
"koa": "^2.13.0",
"koa-router": "^10.0.0",
"koa-static": "^5.0.0",
"koa-views": "^6.3.1",
"lodash": "^4.17.21",
"minimist": "^1.2.5",
"node-fetch": "^2.6.1",
"plist": "^3.0.2",
"postcss": "^8.2.15",
"postcss-prefix-selector": "^1.9.0",
"remark": "^13.0.0",
"remark-footnotes": "^3.0.0",
"remark-frontmatter": "^3.0.0",
"remark-gfm": "^1.0.0",
"remark-html": "^13.0.1",
"remark-html-katex": "^3.0.0",
"remark-math": "^4.0.0",
"remark-toc": "^7.2.0",
"rollup": "^2.48.0",
"sass": "^1.28.0",
"socket.io": "^2.3.0",
"node-sass": "^6.0.1",
"sass-extract": "^2.1.0"
}
}