-
-
Notifications
You must be signed in to change notification settings - Fork 71
/
package.json
58 lines (58 loc) · 1.73 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
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "docs-cn",
"type": "module",
"version": "2.0.5",
"private": true,
"packageManager": "pnpm@9.7.1",
"scripts": {
"dev": "vitepress --port 3333 --open",
"build": "nr prefetch && vitepress build",
"build-no-prefetch": "vitepress build",
"serve": "vitepress serve",
"preview-https": "pnpm run build && serve .vitepress/dist",
"preview-https-no-prefetch": "pnpm run build-no-prefetch && serve .vitepress/dist",
"prefetch": "tsx .vitepress/scripts/fetch-avatars.ts",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"generate-pwa-icons": "pwa-assets-generator"
},
"dependencies": {
"@vueuse/core": "^11.2.0",
"vue": "^3.5.12"
},
"devDependencies": {
"@antfu/eslint-config": "^2.26.0",
"@antfu/ni": "^0.22.4",
"@iconify-json/carbon": "^1.2.4",
"@iconify-json/logos": "^1.2.3",
"@shikijs/vitepress-twoslash": "^1.22.2",
"@types/fs-extra": "^11.0.4",
"@types/node": "^22.4.1",
"@unocss/reset": "^0.64.0",
"@vite-pwa/assets-generator": "^0.2.6",
"@vite-pwa/vitepress": "^0.5.3",
"@vitejs/plugin-vue": "^5.1.4",
"@vitest/browser": "^2.0.5",
"@vitest/coverage-istanbul": "^2.0.5",
"@vitest/coverage-v8": "^2.0.5",
"@vitest/ui": "^2.0.5",
"eslint": "^9.7.0",
"esno": "^4.7.0",
"tinyglobby": "^0.2.10",
"fs-extra": "^11.2.0",
"https-localhost": "^4.7.1",
"ofetch": "^1.3.4",
"pathe": "^1.1.2",
"pnpm": "^9.7.1",
"tsx": "^4.17.0",
"typescript": "^5.5.4",
"unocss": "^0.64.0",
"unplugin-vue-components": "^0.27.4",
"vite": "^5.4.1",
"vite-plugin-pwa": "^0.20.5",
"vitepress": "^1.5.0",
"vitepress-plugin-tabs": "^0.5.0",
"vitest": "^2.0.5",
"workbox-window": "^7.3.0"
}
}