-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
47 lines (47 loc) · 1.48 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
{
"name": "yuorb",
"version": "3.0.0",
"description": "A New Ithkuil multilingual S·T·I (Signification, Translation, Interpretation) project",
"license": "MIT",
"type": "module",
"scripts": {
"docs:build": "vuepress build src",
"docs:clean-dev": "vuepress dev src --clean-cache",
"docs:dev": "vuepress dev src",
"docs:update-package": "pnpm dlx vp-update"
},
"dependencies": {
"@types/katex": "0.16.7",
"@vue/repl": "4.4.2",
"@vuepress/bundler-vite": "2.0.0-rc.18",
"@vuepress/bundler-webpack": "2.0.0-rc.18",
"@vuepress/helper": "2.0.0-rc.56",
"@vuepress/plugin-docsearch": "2.0.0-rc.64",
"@vuepress/plugin-feed": "2.0.0-rc.63",
"@vuepress/plugin-pwa": "2.0.0-rc.64",
"@vuepress/plugin-register-components": "2.0.0-rc.54",
"@vuepress/plugin-revealjs": "2.0.0-rc.63",
"@vueuse/core": "11.2.0",
"artplayer": "5.2.1",
"echarts-wordcloud": "2.1.0",
"flowchart.ts": "3.0.1",
"katex": "0.16.11",
"kotlin-playground": "1.30.0",
"markmap-lib": "0.17.2",
"markmap-toolbar": "0.17.2",
"markmap-view": "0.17.2",
"mermaid": "11.4.0",
"sandpack-vue3": "3.1.12",
"sass-embedded": "1.80.6",
"sass-loader": "16.0.3",
"vue": "^3.5.13",
"vuepress": "2.0.0-rc.18",
"vuepress-plugin-components": "2.0.0-rc.60",
"vuepress-plugin-md-enhance": "2.0.0-rc.60",
"vuepress-shared": "2.0.0-rc.59",
"vuepress-theme-hope": "2.0.0-rc.61"
},
"devDependencies": {
"chart.js": "^4.4.7"
}
}