Something went wrong. Try again.
[READ-ONLY] Mirror of https://github.com/vitest-dev/vitest. Next generation testing framework powered by Vite. vitest.dev
test testing-tools vite
Something went wrong. Try again.
JSON
123456789101112131415161718192021222324252627282930313233343536373839404142434445{ "name": "docs", "type": "module", "private": true, "scripts": { "dev": "vitepress --port 3333 --open", "build": "nr cli-table && nr prefetch && vitepress build", "cli-table": "tsx .vitepress/scripts/cli-generator.ts", "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", "generate-pwa-icons": "pwa-assets-generator" }, "dependencies": { "@vueuse/core": "catalog:", "vue": "catalog:" }, "devDependencies": { "@antfu/ni": "^30.5.0", "@iconify-json/carbon": "catalog:", "@iconify-json/logos": "catalog:", "@iconify/vue": "catalog:", "@shikijs/transformers": "^4.4.3", "@shikijs/vitepress-twoslash": "^4.4.3", "@unocss/reset": "catalog:", "@vite-pwa/assets-generator": "^1.0.2", "@vite-pwa/vitepress": "^1.1.0", "@vitejs/plugin-vue": "catalog:", "@voidzero-dev/vitepress-theme": "^5.0.6", "https-localhost": "^4.7.1", "tinyglobby": "catalog:", "tsx": "catalog:", "unocss": "catalog:", "vite": "^6.3.5", "vite-plugin-pwa": "^1.3.0", "vitepress": "2.0.0-alpha.19", "vitepress-plugin-group-icons": "^1.7.6", "vitepress-plugin-llms": "^1.13.5", "vitepress-plugin-tabs": "^0.9.1", "workbox-window": "^7.4.1" }}