-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.42 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.42 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
42
43
44
{
"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.8",
"@vue/repl": "4.7.0",
"@vuepress/bundler-vite": "2.0.0-rc.26",
"@vuepress/bundler-webpack": "2.0.0-rc.26",
"@vuepress/helper": "2.0.0-rc.121",
"@vuepress/plugin-docsearch": "2.0.0-rc.121",
"@vuepress/plugin-feed": "2.0.0-rc.121",
"@vuepress/plugin-markdown-chart": "2.0.0-rc.121",
"@vuepress/plugin-pwa": "2.0.0-rc.121",
"@vuepress/plugin-register-components": "2.0.0-rc.118",
"@vuepress/plugin-revealjs": "2.0.0-rc.121",
"@vuepress/shiki-twoslash": "2.0.0-rc.121",
"@vueuse/core": "14.2.0",
"flowchart.ts": "3.0.1",
"katex": "0.16.33",
"mermaid": "^11.12.2",
"reveal.js": "5.2.1",
"sass-embedded": "^1.97.2",
"sass-loader": "16.0.6",
"update-browserslist-db": "^1.2.3",
"vue": "3.5.26",
"vuepress": "2.0.0-rc.26",
"vuepress-plugin-md-enhance": "2.0.0-rc.102",
"vuepress-theme-hope": "2.0.0-rc.102"
},
"devDependencies": {
"baseline-browser-mapping": "^2.10.0",
"chart.js": "^4.5.1",
"echarts": "^6.0.0"
}
}