-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
55 lines (55 loc) · 1.7 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
{
"name": "pysio-vue-blog",
"description": "一个VuePress博客",
"version": "1.2.3",
"license": "AGPL",
"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": "npx vp-update"
},
"devDependencies": {
"@sentry/browser": "^8.34.0",
"@sentry/integrations": "^7.114.0",
"@sentry/tracing": "^7.114.0",
"@sentry/types": "^8.34.0",
"@sentry/vue": "^8.34.0",
"@types/node": "^22.7.7",
"@types/webpack": "^5.28.5",
"@vue/language-server": "^2.1.10",
"@vuepress/bundler-vite": "2.0.0-rc.18",
"@vuepress/plugin-cache": "2.0.0-rc.54",
"@vuepress/plugin-docsearch": "2.0.0-rc.60",
"@vuepress/plugin-feed": "2.0.0-rc.60",
"@vuepress/plugin-notice": "2.0.0-rc.60",
"@vuepress/plugin-prismjs": "2.0.0-rc.60",
"@vuepress/plugin-pwa": "2.0.0-rc.60",
"@vuepress/plugin-umami-analytics": "2.0.0-rc.60",
"ansi-to-html": "^0.7.2",
"asciinema-player": "^3.8.1",
"git-describe": "^4.1.1",
"marked": "^15.0.0",
"moment": "^2.30.1",
"nodejieba": "^3.4.3",
"pysio-vuepress-components": "^1.0.3",
"sanitize-html": "^2.13.1",
"sass-embedded": "^1.79.4",
"typescript": "^5.6.3",
"vue": "^3.5.12",
"vuepress": "2.0.0-rc.18",
"vuepress-plugin-search-pro": "2.0.0-rc.59",
"vuepress-theme-hope": "2.0.0-rc.59"
},
"dependencies": {
"@vue/repl": "^4.4.2",
"chart.js": "^4.4.4",
"echarts": "^5.5.1",
"flowchart.ts": "^3.0.1",
"katex": "^0.16.11",
"mathjax-full": "^3.2.2",
"mermaid": "^11.3.0",
"vuepress-plugin-remove-html-extension": "^1.15.0"
}
}