Skip to content

Commit

Permalink
feat(cli): update info command to include more binaries and remove ec…
Browse files Browse the repository at this point in the history
…osystem packages
  • Loading branch information
meteorlxy committed Dec 20, 2023
1 parent 634af03 commit 84b5c80
Showing 1 changed file with 1 addition and 23 deletions.
24 changes: 1 addition & 23 deletions packages/cli/src/commands/info.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export const info = async (): Promise<void> => {
const result = await envinfo.run(
{
System: ['OS', 'CPU', 'Memory', 'Shell'],
Binaries: ['Node', 'Yarn', 'npm'],
Binaries: ['bun', 'Node', 'npm', 'pnpm', 'Yarn'],
Utilities: ['Git'],
Browsers: ['Chrome', 'Edge', 'Firefox', 'Safari'],
npmPackages: [
Expand All @@ -18,33 +18,11 @@ export const info = async (): Promise<void> => {
'@vuepress/client',
'@vuepress/core',
'@vuepress/markdown',
'@vuepress/plugin-active-header-links',
'@vuepress/plugin-back-to-top',
'@vuepress/plugin-container',
'@vuepress/plugin-docsearch',
'@vuepress/plugin-external-link-icon',
'@vuepress/plugin-git',
'@vuepress/plugin-google-analytics',
'@vuepress/plugin-medium-zoom',
'@vuepress/plugin-nprogress',
'@vuepress/plugin-palette',
'@vuepress/plugin-prismjs',
'@vuepress/plugin-pwa',
'@vuepress/plugin-pwa-popup',
'@vuepress/plugin-register-components',
'@vuepress/plugin-search',
'@vuepress/plugin-shiki',
'@vuepress/plugin-theme-data',
'@vuepress/plugin-toc',
'@vuepress/shared',
'@vuepress/theme-default',
'@vuepress/utils',
'vuepress',
'vuepress-vite',
'vuepress-webpack',
'vue',
'vue-router',
'vue-loader',
],
},
{
Expand Down

0 comments on commit 84b5c80

Please sign in to comment.