-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
38 lines (38 loc) · 1.03 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
{
"name": "vuepress-theme-ic",
"version": "1.0.1",
"main": "index.js",
"author": "IKangxu <[email protected]>",
"license": "MIT",
"scripts": {
"dev": "vuepress dev docs",
"build": "vuepress build docs"
},
"devDependencies": {},
"dependencies": {
"@vuepress/plugin-blog": "^1.7.0",
"@vuepress/plugin-medium-zoom": "^1.4.0",
"docsearch.js": "^2.5.2",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.2",
"vuepress": "^1.2.0",
"lodash": "^4.17.15",
"ejs": "^2.6.1",
"gitalk": "^1.5.0",
"gitalk-fix": "^1.5.2",
"moment": "^2.24.0",
"valine": "^1.3.10"
},
"description": ":tada::tada::tada: A note-style vuepress blog theme with simple, clear and practical features for the purpose",
"directories": {
"doc": "docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/IKangXu/vuepress-theme-ic.git"
},
"bugs": {
"url": "https://github.com/IKangXu/vuepress-theme-ic/issues"
},
"homepage": "https://github.com/IKangXu/vuepress-theme-ic#readme"
}