-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
48 lines (48 loc) · 1.19 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
{
"name": "oi-wiki",
"version": "1.0.0",
"description": "wiki for OI / ACM-ICPC",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/OI-wiki/OI-wiki.git"
},
"keywords": [
"OI",
"wiki",
"ACM-ICPC"
],
"author": "OI Wiki Team",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/OI-wiki/OI-wiki/issues"
},
"homepage": "https://github.com/OI-wiki/OI-wiki#readme",
"dependencies": {
"bluebird": "^3.7.2",
"chalk": "^4.1.0",
"cssnano": "^4.1.10",
"gulp": "^4.0.0",
"gulp-htmlmin": "^5.0.1",
"gulp-postcss": "^8.0.0",
"gulp-purifycss": "^0.2.0",
"hexo-fs": "^3.1.0",
"mathjax-node-page": "^3.2.0",
"remark-clang-format": "^1.0.1",
"remark-cli": "^8.0.0",
"remark-copywriting-correct": "^0.5.0",
"remark-details": "^2.0.2",
"remark-footnotes": "^1.0.0",
"remark-lint-final-newline": "^1.0.2",
"remark-lint-no-tabs": "^1.0.2",
"remark-math": "^1.0.5",
"remark-math-space": "^1.4.0",
"remark-preset-lint-markdown-style-guide": "^2.1.2"
}
}