forked from weiox/everystep
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 956 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 956 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
26
27
28
29
30
31
{
"name": "codestep",
"version": "1.0.0",
"description": "Take some notes",
"scripts": {
"dev": "vuepress dev docs",
"build": "vuepress build docs",
"deploy": "sh g.sh"
},
"repository": "https://github.com/weijiew/codestep",
"author": "weijiew <jiewei314@gmail.com>",
"license": "CC-BY-NC-SA-4.0",
"dependencies": {
"@markspec/vuepress-plugin-footnote": "^1.1.1",
"@vuepress/plugin-back-to-top": "^1.2.0",
"@vuepress/plugin-google-analytics": "^1.2.0",
"@vuepress/plugin-medium-zoom": "^1.2.0",
"build": "^0.1.4",
"fs-extra": "^9.0.1",
"opencollective": "^1.0.3",
"opencollective-postinstall": "^2.0.1",
"vuepress": "^1.5.3",
"vuepress-plugin-container": "^2.1.2",
"vuepress-plugin-copyright": "^1.0.2",
"vuepress-plugin-mathjax": "^1.2.8",
"vuepress-theme-default-prefers-color-scheme": "^1.0.6"
},
"devDependencies": {
"@vuepress/plugin-nprogress": "^1.5.3"
}
}