-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.03 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
{
"type": "module",
"scripts": {
"dev": "vitepress dev",
"build": "vitepress build",
"preview": "vitepress preview",
"generate-pwa-assets": "pwa-assets-generator --preset minimal src/public/logo.svg"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^25.0.7",
"@types/dom-view-transitions": "^1.0.4",
"@types/fs-extra": "^11.0.4",
"@unocss/transformer-directives": "^0.57.2",
"@vite-pwa/assets-generator": "^0.0.10",
"@vite-pwa/vitepress": "^0.2.3",
"fs-extra": "^11.1.1",
"glob": "^10.3.10",
"gray-matter": "^4.0.3",
"sass": "^1.69.5",
"unocss": "^0.57.2",
"vitepress": "1.0.0-rc.25",
"vue": "^3.3.8"
},
"dependencies": {
"@vueuse/core": "^10.5.0",
"dayjs": "^1.11.10",
"echarts": "^5.4.3",
"echarts-liquidfill": "^3.1.0",
"jinrishici": "^1.0.6",
"nprogress": "^0.2.0",
"pagefind": "^1.0.3",
"viewerjs": "^1.11.6",
"vitepress-plugin-pagefind": "^0.2.10",
"vitepress-plugin-search": "1.0.4-alpha.20",
"workbox-window": "^7.0.0"
}
}