forked from vitest-dev/vitest
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1.12 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
{
"name": "docs",
"type": "module",
"private": true,
"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": "esno .vitepress/scripts/fetch-avatars.ts",
"generate-pwa-icons": "pwa-assets-generator"
},
"dependencies": {
"@vueuse/core": "^10.5.0",
"vue": "latest"
},
"devDependencies": {
"@iconify-json/carbon": "^1.1.21",
"@iconify-json/logos": "^1.1.37",
"@unocss/reset": "^0.53.4",
"@vite-pwa/assets-generator": "^0.0.10",
"@vite-pwa/vitepress": "^0.2.3",
"@vitejs/plugin-vue": "latest",
"esno": "^0.17.0",
"fast-glob": "^3.3.1",
"fs-extra": "^11.1.1",
"https-localhost": "^4.7.1",
"unocss": "^0.53.4",
"unplugin-vue-components": "^0.25.2",
"vite": "^5.0.0-beta.15",
"vite-plugin-pwa": "^0.16.6",
"vitepress": "^1.0.0-rc.24",
"workbox-window": "^7.0.0"
}
}