-
-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 764 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 764 Bytes
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
{
"name": "vuepress-theme-cool",
"version": "1.3.0",
"main": "index.js",
"description": "A cool theme that has integrated some vue components, charts via charts, and markdown based diagrams plantuml and mermaid.",
"repository": "https://github.com/FriendlyUser/vuepress-theme-cool",
"author": "FriendlyUser <davidli012345@gmail.com>",
"license": "MIT",
"keywords": [
"vue",
"vuepress"
],
"dependencies": {
"chart.js": "^2.8.0",
"markdown-it-admonition": "^1.0.4",
"markdown-it-katex": "^2.0.3",
"markdown-it-plantuml": "^1.4.1",
"markdown-it-task-lists": "^2.1.1",
"mermaid": "^8.2.6",
"vue-chartkick": "^0.5.2",
"vue-cute-timeline": "^1.2.8",
"vue-good-table": "^2.18.0",
"vuex": "^3.1.1"
}
}