-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1 KB
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 1 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
39
40
41
{
"name": "cloud-notes",
"version": "1.0.5",
"author": "yequanrui",
"description": "A markdown-based notes site using docsify",
"keywords": [
"doscify",
"markdown",
"notes"
],
"scripts": {
"doc": "docsify serve docs"
},
"dependencies": {
"docsify": "^4.13.1",
"docsify-darklight-theme": "^3.2.0",
"docsify-copy-code": "^3.0.2",
"docsify-count": "^1.1.0",
"docsify-edit-on-github": "^1.0.3",
"@alertbox/docsify-footer": "^1.0.0-0",
"docsify-pagination": "^2.10.1",
"docsify-scroll-to-top": "^1.0.2",
"docsify-share": "^0.1.3",
"docsify-tabs": "^1.6.3",
"docsify-updated": "^1.0.5",
"prismjs": "^1.30.0",
"prism-themes": "^1.9.0"
},
"devDependencies": {
"docsify-cli": "^4.4.4"
},
"license": "MIT",
"homepage": "https://github.com/yequanrui/CloudNotes",
"repository": {
"type": "git",
"url": "https://github.com/yequanrui/CloudNotes.git"
},
"bugs": {
"url": "https://github.com/yequanrui/CloudNotes/issues"
}
}