forked from OI-wiki/OI-wiki
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.54 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
{
"name": "oi-wiki",
"version": "1.0.0",
"description": "wiki for OI / ACM-ICPC",
"main": "index.js",
"type": "module",
"directories": {
"doc": "docs"
},
"scripts": {
"scripts:format": "prettier --write \"scripts/**/*.ts\"",
"scripts:format:check": "prettier --check \"scripts/**/*.ts\"",
"docs:format:remark": "remark . -o"
},
"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": {
"@swc/core": "^1.2.210",
"bluebird": "^3.7.2",
"chalk": "^4.1.0",
"cheerio": "^1.0.0-rc.12",
"cssnano": "^4.1.10",
"hexo-fs": "^3.1.0",
"klaw": "^4.0.1",
"mathjax-node-page": "^3.2.0",
"octokit": "^1.8.1",
"remark-clang-format": "^1.9.3",
"remark-cli": "^8.0.0",
"remark-copywriting-correct": "0.6.0",
"remark-details": "^3.0.0",
"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": "^2.1",
"remark-preset-lint-markdown-style-guide": "^4.0.0",
"ts-node": "^10.8.2"
},
"devDependencies": {
"@types/bluebird": "^3.5.36",
"@types/cheerio": "^0.22.31",
"@types/hexo-fs": "^0.2.10",
"@types/klaw": "^3.0.3",
"prettier": "^2.7.1",
"typescript": "^4.7.4"
}
}