-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.18 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
{
"name": "cb_vuepress-plugin-element-tabs",
"version": "0.2.8",
"description": "Vuepress plugin - Tabs Container for Vuepress",
"author": "superbiger",
"license": "MIT",
"scripts": {
"dev": "vuepress dev docs --temp .temp",
"build": "vuepress build docs",
"ghpages": "gh-pages -d docs/.vuepress/dist",
"release": "release-it"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cdnbye/cb_vuepress-plugin-element-tabs.git"
},
"keywords": [
"vuepress-plugin",
"tabs",
"component"
],
"bugs": {
"url": "https://github.com/superbiger/vuepress-plugin-tabs/issues"
},
"homepage": "https://github.com/superbiger/vuepress-plugin-tabs#readme",
"devDependencies": {
"gh-pages": "^2.0.1",
"release-it": "^10.3.1",
"vuepress": "^1.0.1"
},
"dependencies": {
"node-sass": "^4.11.0",
"resize-observer-polyfill": "^1.5.1",
"sass-loader": "^7.1.0"
},
"__npminstall_done": "Tue May 19 2020 12:53:49 GMT+0800 (China Standard Time)",
"_from": "vuepress-plugin-element-tabs@0.2.8",
"_resolved": "https://registry.npm.taobao.org/vuepress-plugin-element-tabs/download/vuepress-plugin-element-tabs-0.2.8.tgz"
}