-
Notifications
You must be signed in to change notification settings - Fork 209
/
package.json
55 lines (55 loc) · 1.75 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"private": true,
"version": "3.1.1",
"name": "matplotlib-cn",
"description": "Matplotlib 中文文档",
"scripts": {
"docs:build": "vuepress build docs --clean-cache",
"docs:clean": "rimraf .vuepress/.temp .vuepress/.cache .vuepress/dist",
"docs:dev": "vuepress dev docs --clean-cache",
"docs:serve": "anywhere -s -h localhost -d .vuepress/dist",
"view-info": "vuepress view-info docs --temp .temp",
"show-help": "vuepress --help"
},
"repository": {
"type": "git",
"url": "git+https://github.com/teadocs/matplotlib-cn"
},
"keywords": [
"documentation",
"python",
"matplotlib",
"matplotlib-cn"
],
"author": "Zhi Bing",
"license": "BY-NC-SA 3.0 CN",
"bugs": {
"url": "https://github.com/teadocs/matplotlib-cn/issues"
},
"homepage": "https://github.com/teadocs/matplotlib-cn#readme",
"devDependencies": {
"@vuepress/bundler-vite": "2.0.0-beta.51",
"@vuepress/bundler-webpack": "2.0.0-beta.51",
"@vuepress/client": "2.0.0-beta.51",
"@vuepress/core": "2.0.0-beta.51",
"@vuepress/plugin-container": "2.0.0-beta.51",
"@vuepress/plugin-docsearch": "2.0.0-beta.51",
"@vuepress/plugin-google-analytics": "2.0.0-beta.51",
"@vuepress/plugin-pwa": "^2.0.0-beta.51",
"@vuepress/plugin-pwa-popup": "^2.0.0-beta.51",
"@vuepress/plugin-register-components": "2.0.0-beta.51",
"@vuepress/plugin-shiki": "2.0.0-beta.51",
"@vuepress/utils": "2.0.0-beta.51",
"anywhere": "^1.6.0",
"sass-loader": "^13.0.2",
"vue": "^3.2.39",
"vue-toasted": "^1.1.25",
"vuepress": "2.0.0-beta.51",
"vuepress-plugin-comment": "^0.7.0-beta.1",
"vuepress-plugin-flowchart": "^1.4.2",
"vuepress-theme-teadocs": "^2.0.0-beta.51"
},
"engines": {
"node": ">= 16"
}
}