-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.13 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.13 KB
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
{
"name": "engineering-math-vue-press",
"description": "A math doc page using vuepress-theme-hope",
"version": "1.0.0",
"license": "MIT",
"type": "module",
"scripts": {
"docs:build": "vuepress-vite build src",
"docs:clean-dev": "vuepress-vite dev src --clean-cache",
"docs:dev": "vuepress-vite dev src",
"docs:update-package": "pnpm dlx vp-update"
},
"devDependencies": {
"@iconify-json/fa6-solid": "^1.2.4",
"@types/markdown-it": "^14.1.2",
"@vuepress/bundler-vite": "2.0.0-rc.26",
"@vuepress/core": "2.0.0-rc.26",
"@vuepress/plugin-comment": "2.0.0-rc.20",
"@vuepress/plugin-theme-data": "2.0.0-rc.114",
"@waline/client": "^3.7.0",
"katex": "^0.16.25",
"markdown-it": "^14.1.0",
"mathjax-full": "^3.2.2",
"sass-embedded": "^1.93.2",
"unplugin-icons": "^22.5.0",
"unplugin-vue-components": "^30.0.0",
"vue": "^3.5.22",
"vuepress": "2.0.0-rc.26",
"vuepress-theme-hope": "2.0.0-rc.96"
},
"pnpm": {
"onlyBuiltDependencies": [
"esbuild"
]
},
"dependencies": {
"@iconify/vue": "^5.0.0",
"axios": "^1.13.2",
"naive-ui": "^2.43.2"
}
}