-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.06 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.06 KB
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
{
"name": "cupacm-docs",
"version": "0.0.1",
"description": "CUPACM Programming Club docs",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"docs:dev": "vuepress dev docs",
"docs:build": "./.github/shell/maintain_version.sh && vuepress build docs",
"gen:code": "./cli/gen-code.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ryanlee2014/CUPACM-Docs.git"
},
"author": "Ryan Lee",
"license": "MIT",
"bugs": {
"url": "https://github.com/ryanlee2014/CUPACM-Docs/issues"
},
"homepage": "https://github.com/ryanlee2014/CUPACM-Docs#readme",
"devDependencies": {
"@dovyp/vuepress-plugin-clipboard-copy": "^1.0.0-alpha.7",
"@vuepress/plugin-back-to-top": "^1.3.0",
"vuepress": "^1.3.0",
"vuepress-plugin-mermaidjs": "^1.2.1"
},
"dependencies": {
"@ryanlee2014/markdown-it-katex": "^1.0.4",
"cheerio": "^1.0.0-rc.3",
"github-markdown-css": "^3.0.1",
"glob": "^7.1.6",
"katex": "^0.11.1"
}
}