-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.24 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.24 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": "my-book",
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview",
"update-index": "npx tsx ./src/scripts/updateSearchIndex.ts"
},
"dependencies": {
"@element-plus/icons-vue": "2.3.2",
"algoliasearch": "4.26.0",
"echarts": "6.0.0",
"element-plus": "2.13.2",
"js-yaml": "4.1.1",
"jsmind": "0.9.1",
"katex": "0.16.33",
"less": "4.5.1",
"marked": "17.0.3",
"mermaid": "11.15.0",
"prismjs": "1.30.0",
"svg-pan-zoom": "3.6.2",
"tiny-pinyin": "1.3.2",
"viewerjs": "1.11.7",
"vue": "3.5.29",
"vue-router": "5.0.3",
"vuex": "4.1.0"
},
"devDependencies": {
"@types/js-yaml": "4.0.9",
"@types/jsdom": "27.0.0",
"@types/katex": "0.16.8",
"@types/node": "24.10.13",
"@types/prismjs": "1.26.6",
"@vitejs/plugin-vue": "6.0.6",
"jsdom": "27.4.0",
"nodejieba": "3.5.2",
"puppeteer": "24.40.0",
"rollup-plugin-visualizer": "7.0.0",
"simple-git": "3.32.3",
"tsx": "4.19.3",
"typescript": "6.0.3",
"unplugin-auto-import": "21.0.0",
"unplugin-vue-components": "32.0.0",
"vite": "7.3.3",
"vite-plugin-prismjs": "0.0.11",
"vite-plugin-pwa": "1.3.0"
}
}