-
Notifications
You must be signed in to change notification settings - Fork 77
/
Copy pathpackage.json
44 lines (44 loc) · 1.29 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
{
"name": "techshare",
"version": "1.0.0",
"description": "> 分享使你我都受益,何乐而不为也。但伏尔泰说过,图书馆是真理和谬误的宝库,所以仅是希望对你有益,若有谬误还望指出以更正。",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "vuepress dev . --temp .temp",
"build": "vuepress build ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/lcomplete/TechShare.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/lcomplete/TechShare/issues"
},
"homepage": "https://github.com/lcomplete/TechShare#readme",
"devDependencies": {
"@vuepress/plugin-back-to-top": "^1.4.0",
"github-buttons": "^2.13.0",
"markdown-it-abbr": "^1.0.4",
"markdown-it-figure": "^0.2.0",
"markdown-it-ins": "^3.0.0",
"markdown-it-mermaid": "^0.2.5",
"markdown-it-smartarrows": "^1.0.1",
"markdown-it-sub": "^1.0.0",
"markdown-it-sup": "^1.0.0",
"moment": "^2.29.2",
"vuepress": "^1.8.2",
"@vuepress/shared-utils": "^1.4.0",
"cheerio": "^1.0.0-rc.3",
"rss": "^1.2.2"
},
"dependencies": {
"markdown-it-fontawesome": "^0.3.0"
}
}