-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
32 lines (32 loc) · 947 Bytes
/
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
{
"name": "us-fe.github.io",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/us-fe/us-fe.github.io.git"
},
"author": "[email protected]",
"license": "ISC",
"bugs": {
"url": "https://github.com/us-fe/us-fe.github.io/issues"
},
"homepage": "https://github.com/us-fe/us-fe.github.io#readme",
"devDependencies": {
"cheerio": "^1.0.0-rc.10",
"node-fetch": "^3.2.4",
"turndown": "^7.1.1",
"vuepress": "^2.0.0-beta.45",
"vuepress-plugin-blog2": "^2.0.0-beta.61",
"vuepress-plugin-copy-code2": "^2.0.0-beta.61",
"vuepress-plugin-copyright2": "^2.0.0-beta.46",
"vuepress-plugin-md-enhance": "^2.0.0-beta.61",
"vuepress-plugin-reading-time2": "^2.0.0-beta.24",
"vuepress-theme-hope": "^2.0.0-beta.61"
}
}