forked from teadocs/pandas-cn
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.09 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
40
{
"private": true,
"version": "0.25.0",
"name": "pandas-cn",
"description": "Pandas 中文文档",
"scripts": {
"dev": "vuepress dev docs --temp .temp",
"build": "vuepress build docs --temp .temp",
"view-info": "vuepress view-info docs --temp .temp",
"show-help": "vuepress --help"
},
"repository": {
"type": "git",
"url": "git+https://github.com/teadocs/pandas-cn"
},
"keywords": [
"documentation",
"python",
"pandas",
"pandas-cn"
],
"author": "Zhi Bing",
"license": "BY-NC-SA 3.0 CN",
"bugs": {
"url": "https://github.com/teadocs/pandas-cn/issues"
},
"homepage": "https://github.com/teadocs/pandas-cn#readme",
"devDependencies": {
"@vuepress/plugin-back-to-top": "^1.0.2",
"@vuepress/plugin-google-analytics": "^1.0.2",
"@vuepress/plugin-medium-zoom": "^1.0.2",
"@vuepress/plugin-pwa": "^1.0.2",
"@vuepress/theme-vue": "^1.0.2",
"vue-toasted": "^1.1.25",
"vuepress": "^1.0.2",
"vuepress-plugin-comment": "^0.7.0-beta.1",
"vuepress-plugin-flowchart": "^1.4.2",
"vuepress-theme-teadocs": "^1.3.7"
}
}