-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 879 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 879 Bytes
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
{
"name": "halfsweet-blog",
"version": "1.0.0",
"description": "HalfSweet's blog",
"license": "CC BY-SA 4.0",
"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"
},
"devDependencies": {
"sass-embedded": "^1.83.0",
"vue": "^3.5.13",
"vuepress": "2.0.0-rc.19",
"vuepress-theme-hope": "2.0.0-rc.66"
},
"dependencies": {
"@vue/repl": "^4.4.2",
"@vuepress/bundler-vite": "2.0.0-rc.19",
"artplayer": "^5.2.1",
"chart.js": "^4.4.7",
"dashjs": "^4.7.4",
"echarts": "^5.6.0",
"flowchart.ts": "^3.0.1",
"hls.js": "^1.5.18",
"katex": "^0.16.19",
"mermaid": "^11.2.0",
"mpegts.js": "^1.8.0",
"reveal.js": "^5.1.0",
"vidstack": "^1.12.12"
}
}