-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.78 KB
/
Copy pathpackage.json
File metadata and controls
50 lines (50 loc) · 1.78 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
45
46
47
48
49
50
{
"name": "yuorb",
"version": "3.0.0",
"description": "A New Ithkuil multilingual S·T·I (Signification, Translation, Interpretation) project",
"license": "MIT",
"type": "module",
"scripts": {
"build:dict": "tsx scripts/build-dict.ts",
"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",
"docs:preview": "pnpm dlx serve src/.vuepress/dist"
},
"dependencies": {
"@types/katex": "0.16.8",
"@vue/repl": "4.7.2",
"@vuepress/bundler-vite": "2.0.0-rc.30",
"@vuepress/bundler-webpack": "2.0.0-rc.30",
"@vuepress/helper": "2.0.0-rc.131",
"@vuepress/plugin-docsearch": "2.0.0-rc.131",
"@vuepress/plugin-feed": "2.0.0-rc.131",
"@vuepress/plugin-markdown-chart": "2.0.0-rc.131",
"@vuepress/plugin-pwa": "2.0.0-rc.131",
"@vuepress/plugin-register-components": "2.0.0-rc.118",
"@vuepress/plugin-revealjs": "2.0.0-rc.131",
"@vuepress/shiki-twoslash": "2.0.0-rc.131",
"@vueuse/core": "14.3.0",
"@zsnout/ithkuil": "^0.1.122",
"flowchart.ts": "3.0.1",
"katex": "0.17.0",
"mermaid": "11.16.0",
"opencc-js": "^1.4.1",
"reveal.js": "6.0.1",
"sass-embedded": "1.100.0",
"sass-loader": "17.0.0",
"update-browserslist-db": "^1.2.3",
"vue": "3.5.39",
"vuepress": "2.0.0-rc.30",
"vuepress-plugin-md-enhance": "2.0.0-rc.107",
"vuepress-theme-hope": "2.0.0-rc.107"
},
"devDependencies": {
"baseline-browser-mapping": "^2.10.0",
"chart.js": "^4.5.1",
"echarts": "^6.0.0",
"tsx": "^4.23.12"
},
"packageManager": "pnpm@11.22.0+sha512.1ff870c4c6133dfd88fb2afc46dd13d47f09c9794b438c6fdb47ca98caf3bc16381ee0be93a091b8e3824cf01f889f46d7d9e20910fb0be1ab0fb5baa80dd621"
}