-
-
Notifications
You must be signed in to change notification settings - Fork 760
/
Copy pathpackage.json
45 lines (45 loc) · 1.28 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
38
39
40
41
42
43
44
45
{
"name": "docs",
"private": true,
"type": "module",
"scripts": {
"dev": "vitepress --port 3333 --open",
"build": "vitepress build",
"serve": "vitepress serve",
"preview-https": "pnpm run build && serve .vitepress/dist",
"prefetch": "esno .vitepress/scripts/fetch-avatars.ts",
"start": "npm run dev"
},
"dependencies": {
"@vueuse/core": "^12.5.0",
"date-fns": "^4.1.0",
"element-plus": "^2.9.3",
"query-string": "^9.1.1",
"shiki": "^2.2.0",
"vue": "^3.5.13"
},
"devDependencies": {
"@feathersjs/generators": "^5.0.31",
"@iconify-json/carbon": "^1.2.5",
"@types/node": "^22.13.0",
"@unocss/preset-typography": "^65.4.3",
"@unocss/reset": "^65.4.3",
"@unocss/transformer-directives": "^65.4.3",
"@vitejs/plugin-vue": "^5.2.1",
"esno": "^4.8.0",
"fast-glob": "^3.3.3",
"flexsearch": "^0.7.43",
"https-localhost": "^4.7.1",
"markdown-it": "^14.1.0",
"sass": "^1.83.4",
"sitemap": "^8.0.0",
"unocss": "^65.4.3",
"unplugin-auto-import": "^19.0.0",
"unplugin-vue-components": "^28.0.0",
"vite-plugin-pwa": "^0.21.1",
"vitepress": "^1.6.3",
"vitepress-plugin-google-analytics": "^1.0.2",
"vitepress-plugin-search": "^1.0.4-alpha.22",
"workbox-window": "^7.3.0"
}
}