-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.01 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": "docs-starter",
"version": "0.1.1",
"description": "基于VuePress的文档模板,集成了一些公共样式、以及一些通用组件。",
"main": "index.js",
"scripts": {
"dev": "vuepress dev docs --temp .temp",
"build": "vuepress build docs"
},
"keywords": [],
"author": {
"name": "sz-p",
"email": "sz_p@outlook.com"
},
"license": "MIT",
"creator": ">=2.0.0",
"dependencies": {
"@maginapp/vuepress-plugin-katex": "^1.0.7",
"@vuepress-reco/vuepress-plugin-extract-code": "^1.0.4",
"axios": "^0.19.2",
"core-js": "2",
"d3": "^5.16.0",
"dat.gui": "^0.7.7",
"element-ui": "^2.13.0",
"less": "^3.11.1",
"less-loader": "^5.0.0",
"lodash": "^4.17.15",
"vue": "^2.6.11",
"vue-click-outside": "^1.1.0",
"vue-server-renderer": "^2.6.11",
"vuepress": "^1.3.1"
},
"devDependencies": {
"@vuepress/plugin-active-header-links": "^1.5.2",
"@vuepress/plugin-medium-zoom": "^1.5.2",
"vuepress-plugin-nprogress": "^1.1.7"
}
}