forked from DLUT-TIC/DLUT-TIC.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
28 lines (28 loc) · 810 Bytes
/
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
{
"name": "vuepress-theme-reco-demo",
"version": "2.0.0",
"description": "Demo for [email protected].",
"repository": "[email protected]:recoluan/vuepress-theme-reco-demo.git",
"author": "reco_luan <[email protected]>",
"license": "MIT",
"scripts": {
"dev": "vuepress dev .",
"start": "vuepress dev .",
"build": "vuepress build ."
},
"dependencies": {
"@mdit/plugin-katex": "^0.13.1",
"@vuepress/bundler-vite": "2.0.0-rc.13",
"@vuepress/bundler-webpack": "2.0.0-rc.13",
"cnpm": "^9.4.0",
"markdown-it-texmath": "^1.0.0",
"vue": "^3.4.27",
"vuepress": "2.0.0-rc.13",
"vuepress-theme-reco": "2.0.0-rc.16",
"vuepress-theme-reco-demo": "file:"
},
"devDependencies": {
"katex": "^0.16.11",
"vuepress-plugin-sakura": "^1.2.1"
}
}