-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1.02 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
{
"name": "vuepress-python-notes",
"type": "module",
"version": "1.0.0",
"description": "Vuepress Python Notes",
"author": "Alex",
"license": "ISC",
"keywords": [
"vuepress",
"python",
"notes"
],
"main": "index.js",
"scripts": {
"dev": "vuepress dev docs",
"build": "vuepress build docs",
"clean-dev": "vuepress dev docs --clean-cache",
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs",
"docs:clean-dev": "vuepress dev docs --clean-cache",
"update-package": "pnpm dlx vp-update"
},
"devDependencies": {
"@vuepress/client": "2.0.0-rc.0",
"@vuepress/plugin-shiki": "2.0.0-rc.0",
"@vuepress/utils": "2.0.0-rc.0",
"github-slugger": "^2.0.0",
"katex": "^0.16.9",
"mermaid": "^10.9.0",
"vue": "^3.4.21",
"vuepress": "2.0.0-rc.0",
"vuepress-plugin-auto-catalog": "2.0.0-rc.10",
"vuepress-plugin-copy-code2": "2.0.0-rc.10",
"vuepress-plugin-md-enhance": "2.0.0-rc.10",
"vuepress-plugin-search-pro": "2.0.0-rc.10"
}
}