vite-plus 0.2.9 → 0.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (98) hide show
  1. package/LICENSE +29 -29
  2. package/README.md +6 -5
  3. package/binding/index.cjs +63 -55
  4. package/binding/index.d.cts +218 -14
  5. package/dist/{agent-DQU8uS6P.js → agent-C5jMYVfB.js} +3 -2
  6. package/dist/bin.js +101 -60
  7. package/dist/cli-parse-DHE8NrBU.js +13 -0
  8. package/dist/client/bundledDevClient.mjs +1 -1
  9. package/dist/client/client.mjs +1 -1
  10. package/dist/client/env.mjs +1 -1
  11. package/dist/client.d.ts +1 -1
  12. package/dist/command-CLJK5jGW.js +2 -0
  13. package/dist/command-CguLh2KL.js +471 -0
  14. package/dist/config/bin.js +85 -55
  15. package/dist/{constants-CG513DRa.js → constants-0IAVgpox.js} +5 -3
  16. package/dist/create/bin.d.ts +13 -5
  17. package/dist/create/bin.js +55 -232
  18. package/dist/{define-config-DyNLA_f0.cjs → define-config-DIE9de46.cjs} +2 -2
  19. package/dist/{define-config-DWoAkNdp.d.ts → define-config-DPNEJxPz.d.ts} +5 -9
  20. package/dist/{define-config-CV4bQG_8.js → define-config-U3_xg7i-.js} +2 -2
  21. package/dist/define-config.cjs +1 -1
  22. package/dist/define-config.d.ts +1 -1
  23. package/dist/define-config.js +1 -1
  24. package/dist/dist-DfmT__Aw.js +619 -0
  25. package/dist/{editor-g4PosU99.js → editor-B5-lvRaU.js} +619 -88
  26. package/dist/{terminal-Bz-ps6rJ.js → help-BmKpeOP9.js} +1 -38
  27. package/dist/hooks/bin.js +9 -113
  28. package/dist/{hooks-pNCBWtFT.js → hooks-C-4gykWR.js} +5 -2
  29. package/dist/index.cjs +2 -2
  30. package/dist/index.d.ts +2 -2
  31. package/dist/index.js +2 -2
  32. package/dist/internal.d.ts +1 -1
  33. package/dist/internal.js +1 -1
  34. package/dist/migration/bin.js +76 -146
  35. package/dist/migration/compat/worker.js +1 -1
  36. package/dist/module-runner.d.ts +1 -1
  37. package/dist/module-runner.js +1 -1
  38. package/dist/{oxlint-plugin-config-BEZ9IUf7.js → oxlint-plugin-config-Drdl67Xp.js} +1 -1
  39. package/dist/oxlint-plugin.d.ts +2 -2
  40. package/dist/oxlint-plugin.js +1 -1
  41. package/dist/{pack-PvUg_xpv.d.ts → pack-BK38MLVZ.d.ts} +1 -1
  42. package/dist/pack-bin.d.ts +2 -3
  43. package/dist/pack-bin.js +9 -625
  44. package/dist/pack-client.d.ts +1 -1
  45. package/dist/pack.d.ts +2 -2
  46. package/dist/pack.js +1 -1
  47. package/dist/{package-B4T8RGMG.js → package-BZz2Ij68.js} +2 -2
  48. package/dist/{prompts-CHz_98bJ.js → prompts-CtzEgFY-.js} +7 -1872
  49. package/dist/{report-BS7ULx7A.js → report-CK5TnTsr.js} +2 -0
  50. package/dist/{resolve-vite-config-Dmeyeyj-.js → resolve-vite-config-CGks1xR7.js} +3 -3
  51. package/dist/resolve-vite-config-Dnmc-lBc.js +2 -0
  52. package/dist/semver-CaDAb8vV.js +1400 -0
  53. package/dist/staged/bin.js +82 -187
  54. package/dist/sync-versions/bin.d.ts +1 -0
  55. package/dist/sync-versions/bin.js +3884 -0
  56. package/dist/sync-versions/bin.mjs +13323 -0
  57. package/dist/terminal-MKGAuy-p.js +39 -0
  58. package/dist/toolchain.js +11 -11
  59. package/dist/toolchain.json +11 -11
  60. package/dist/{tsconfig-7v_BHagU.js → tsconfig-CUggNuJR.js} +5 -4
  61. package/dist/tsconfig-VAbm4ZzJ.js +2 -0
  62. package/dist/tsgolint-path.d.ts +3 -4
  63. package/dist/types/customEvent.d.ts +1 -1
  64. package/dist/types/hmrPayload.d.ts +1 -1
  65. package/dist/types/hot.d.ts +1 -1
  66. package/dist/types/import-meta.d.ts +1 -1
  67. package/dist/types/importGlob.d.ts +1 -1
  68. package/dist/types/importMeta.d.ts +1 -1
  69. package/dist/types/metadata.d.ts +1 -1
  70. package/dist/version.d.ts +2 -3
  71. package/dist/version.js +4 -3
  72. package/dist/versions.js +6 -6
  73. package/dist/vitest-ecosystem-BiRqcaRI.js +23 -0
  74. package/docs/guide/check.md +1 -0
  75. package/docs/guide/ci.md +42 -2
  76. package/docs/guide/env.md +136 -50
  77. package/docs/guide/ide-integration.md +14 -2
  78. package/docs/guide/index.md +1 -1
  79. package/docs/guide/install.md +5 -2
  80. package/docs/guide/installer-env-vars.md +51 -5
  81. package/docs/guide/migrate-rules.md +66 -2
  82. package/docs/guide/migrate.md +5 -5
  83. package/docs/guide/test.md +8 -0
  84. package/docs/guide/upgrade.md +48 -1
  85. package/package.json +34 -37
  86. package/dist/lib-L3DWSRQp.js +0 -75
  87. package/docs/_data/team.ts +0 -131
  88. package/docs/package.json +0 -30
  89. package/docs/pnpm-lock.yaml +0 -4003
  90. package/docs/pnpm-workspace.yaml +0 -13
  91. package/docs/public/checkmark.svg +0 -1
  92. package/docs/public/cta-background.jpg +0 -0
  93. package/docs/public/favicon.svg +0 -1
  94. package/docs/public/icon.svg +0 -1
  95. package/docs/public/logo.svg +0 -1
  96. package/docs/public/og.jpg +0 -0
  97. package/docs/vite.config.ts +0 -20
  98. package/dist/{json-qlK6UH0r.js → json-cULBl7Pi.js} +107 -107
@@ -43,6 +43,51 @@ vp upgrade <version> # install a specific version
43
43
  vp upgrade --registry <registry> # use a custom npm registry
44
44
  ```
45
45
 
46
+ ### Move an Existing Install to the Split Directory Layout
47
+
48
+ Vite+ 0.3.0 is the first release that supports the split directory layout.
49
+ Vite+ 0.2.x and earlier use the single-root layout for fresh installs and
50
+ upgrades.
51
+
52
+ `vp upgrade` keeps an existing default install in `~/.vite-plus` on Unix or
53
+ `%USERPROFILE%\.vite-plus` on Windows. The command upgrades the CLI in that
54
+ directory. It does not move the install to the split platform directories. You
55
+ can continue to use the existing layout.
56
+
57
+ To use the split layout now, remove the existing install. Then install Vite+
58
+ again. Run `vp implode` in a shell that uses the current install. The command
59
+ removes the generated environment file and shell profile entries. It does not
60
+ unset directory variables in the current shell. Unset all Vite+ directory
61
+ variables before you run the installer. This can include values from an earlier
62
+ preview environment file. Alternatively, start a new shell after `vp implode`.
63
+ Then run the installer in the new shell.
64
+
65
+ ::: warning
66
+ `vp implode` removes all Vite+-managed Node.js runtimes, global packages,
67
+ configuration, and caches. Keep the existing layout if you do not want to
68
+ recreate that data.
69
+ :::
70
+
71
+ ```bash
72
+ vp implode
73
+ unset VP_HOME VP_DATA_DIR VP_BIN_DIR VP_CACHE_DIR
74
+ curl -fsSL https://vite.plus | bash
75
+ ```
76
+
77
+ On Windows:
78
+
79
+ ```powershell
80
+ vp implode
81
+ Remove-Item Env:\VP_HOME, Env:\VP_DATA_DIR, Env:\VP_BIN_DIR, Env:\VP_CACHE_DIR -ErrorAction SilentlyContinue
82
+ irm https://vite.plus/ps1 | iex
83
+ ```
84
+
85
+ Also remove persistent definitions of `VP_HOME`, `VP_DATA_DIR`, `VP_BIN_DIR`,
86
+ and `VP_CACHE_DIR` from your shell profile or system environment. A fresh
87
+ install uses `VP_HOME` or a complete `VP_*_DIR` group that remains set.
88
+ `VP_HOME` selects the single-root layout. If you install Vite+ 0.2.x or earlier,
89
+ the installer also uses this layout. The installer prints a notice.
90
+
46
91
  ### Rollback
47
92
 
48
93
  Vite+ keeps the **3 most recent** versions installed so you can revert quickly:
@@ -69,7 +114,9 @@ If you migrated with `vp migrate`, your project pins `vitest` to an exact versio
69
114
 
70
115
  - **npm / Bun:** a `vitest` entry under `overrides` in `package.json`
71
116
  - **Yarn:** a `vitest` entry under `resolutions` in `package.json`
72
- - **pnpm:** a `vitest` entry under `overrides` in `pnpm-workspace.yaml` unless your `package.json` already had a `pnpm` field, in which case it lives under `pnpm.overrides` in `package.json` instead (pnpm ignores `pnpm-workspace.yaml` overrides when `package.json` defines `pnpm.overrides`)
117
+ - **pnpm:** a `vitest@*` entry under `overrides` in `pnpm-workspace.yaml`. If your `package.json` already has a `pnpm` field, the entry lives under `pnpm.overrides` in `package.json` instead. pnpm ignores `pnpm-workspace.yaml` overrides when `package.json` defines `pnpm.overrides`.
118
+
119
+ Under pnpm the managed keys use an explicit `@*` range (`vite@*`, `vitest@*`). pnpm applies an override by replacing the declared spec on every manifest, importer manifests included. A bare key matches any spec, including `catalog:`. The `@*` range keeps the override on the semver ranges that transitive and peer declarations use, and leaves `catalog:` references intact. `vp up` therefore no longer rewrites them to a concrete version.
73
120
 
74
121
  A Vite+ release can bump the bundled Vitest. Because that pin also applies to `vite-plus`'s own `vitest` dependency, an out-of-date pin keeps installing the previous runner even after you upgrade `vite-plus` — splitting Vitest's internals (mocks, `expect`, runner state) between the pinned copy and the one `vp test` loads.
75
122
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vite-plus",
3
- "version": "0.2.9",
3
+ "version": "0.3.1",
4
4
  "description": "The Unified Toolchain for the Web",
5
5
  "homepage": "https://viteplus.dev/guide",
6
6
  "bugs": {
@@ -28,7 +28,6 @@
28
28
  "binding/index.d.cts",
29
29
  "binding/index.d.ts",
30
30
  "binding/index.js",
31
- "dist/test",
32
31
  "docs",
33
32
  "rules",
34
33
  "templates"
@@ -351,33 +350,34 @@
351
350
  }
352
351
  },
353
352
  "dependencies": {
354
- "@oxc-project/types": "=0.143.0",
355
- "@oxlint/plugins": "=1.73.0",
356
- "@vitest/browser": "4.1.10",
357
- "@vitest/browser-preview": "4.1.10",
358
- "@vitest/expect": "4.1.10",
359
- "@vitest/mocker": "4.1.10",
360
- "@vitest/pretty-format": "4.1.10",
361
- "@vitest/runner": "4.1.10",
362
- "@vitest/snapshot": "4.1.10",
363
- "@vitest/spy": "4.1.10",
364
- "@vitest/utils": "4.1.10",
365
- "oxfmt": "=0.62.0",
366
- "oxlint": "=1.77.0",
353
+ "@oxc-project/types": "=0.148.0",
354
+ "@oxlint/plugins": "=1.79.0",
355
+ "@vitest/browser": "4.1.11",
356
+ "@vitest/browser-preview": "4.1.11",
357
+ "@vitest/expect": "4.1.11",
358
+ "@vitest/mocker": "4.1.11",
359
+ "@vitest/pretty-format": "4.1.11",
360
+ "@vitest/runner": "4.1.11",
361
+ "@vitest/snapshot": "4.1.11",
362
+ "@vitest/spy": "4.1.11",
363
+ "@vitest/utils": "4.1.11",
364
+ "oxfmt": "=0.66.0",
365
+ "oxlint": "=1.81.0",
367
366
  "oxlint-tsgolint": "=7.0.2001",
368
- "vitest": "4.1.10",
369
- "@voidzero-dev/vite-plus-core": "0.2.9"
367
+ "vite": "npm:@voidzero-dev/vite-plus-core@0.3.1",
368
+ "vitest": "4.1.11"
370
369
  },
371
370
  "devDependencies": {
372
- "@emnapi/core": "2.0.0-alpha.3",
373
- "@emnapi/runtime": "2.0.0-alpha.3",
371
+ "@emnapi/core": "2.0.0-alpha.4",
372
+ "@emnapi/runtime": "2.0.0-alpha.4",
374
373
  "@napi-rs/cli": "^3.8.2",
375
374
  "@nkzw/safe-word-list": "^3.1.0",
376
375
  "@types/cross-spawn": "^6.0.6",
377
- "@types/semver": "^7.7.1",
376
+ "@types/semver": "^7.8.0",
378
377
  "@types/validate-npm-package-name": "^4.0.2",
379
- "@vitest/browser-playwright": "4.1.10",
380
- "@vitest/browser-webdriverio": "4.1.10",
378
+ "@vitest/browser-playwright": "4.1.11",
379
+ "@vitest/browser-webdriverio": "4.1.11",
380
+ "@voidzero-dev/vite-plus-prompts": "0.0.0",
381
381
  "bingo": "^0.9.3",
382
382
  "cac": "^7.0.0",
383
383
  "cross-spawn": "^7.0.5",
@@ -387,20 +387,17 @@
387
387
  "jsonc-parser": "^3.3.1",
388
388
  "lint-staged": "^16.2.6",
389
389
  "minimatch": "^10.0.3",
390
- "mri": "^1.2.0",
391
390
  "nanotar": "^0.3.0",
392
391
  "picocolors": "^1.1.1",
393
392
  "semver": "^7.8.0",
394
- "tsdown": "^0.22.14",
393
+ "tsdown": "^0.23.0",
395
394
  "validate-npm-package-name": "^7.0.2",
396
395
  "yaml": "^2.8.1",
397
- "zod": "^3.25.76",
398
- "@voidzero-dev/vite-plus-prompts": "0.0.0",
399
- "vite": "npm:@voidzero-dev/vite-plus-core@0.2.9"
396
+ "zod": "^3.25.76"
400
397
  },
401
398
  "peerDependencies": {
402
- "@vitest/browser-playwright": "4.1.10",
403
- "@vitest/browser-webdriverio": "4.1.10"
399
+ "@vitest/browser-playwright": "4.1.11",
400
+ "@vitest/browser-webdriverio": "4.1.11"
404
401
  },
405
402
  "peerDependenciesMeta": {
406
403
  "@vitest/browser-playwright": {
@@ -428,14 +425,14 @@
428
425
  "node": "^20.19.0 || ^22.18.0 || >=24.11.0"
429
426
  },
430
427
  "optionalDependencies": {
431
- "@voidzero-dev/vite-plus-darwin-arm64": "0.2.9",
432
- "@voidzero-dev/vite-plus-darwin-x64": "0.2.9",
433
- "@voidzero-dev/vite-plus-linux-arm64-gnu": "0.2.9",
434
- "@voidzero-dev/vite-plus-linux-arm64-musl": "0.2.9",
435
- "@voidzero-dev/vite-plus-linux-x64-gnu": "0.2.9",
436
- "@voidzero-dev/vite-plus-linux-x64-musl": "0.2.9",
437
- "@voidzero-dev/vite-plus-win32-x64-msvc": "0.2.9",
438
- "@voidzero-dev/vite-plus-win32-arm64-msvc": "0.2.9"
428
+ "@voidzero-dev/vite-plus-darwin-arm64": "0.3.1",
429
+ "@voidzero-dev/vite-plus-darwin-x64": "0.3.1",
430
+ "@voidzero-dev/vite-plus-linux-arm64-gnu": "0.3.1",
431
+ "@voidzero-dev/vite-plus-linux-arm64-musl": "0.3.1",
432
+ "@voidzero-dev/vite-plus-linux-x64-gnu": "0.3.1",
433
+ "@voidzero-dev/vite-plus-linux-x64-musl": "0.3.1",
434
+ "@voidzero-dev/vite-plus-win32-x64-msvc": "0.3.1",
435
+ "@voidzero-dev/vite-plus-win32-arm64-msvc": "0.3.1"
439
436
  },
440
437
  "scripts": {
441
438
  "build": "oxnode -C dev ./build.ts",
@@ -1,75 +0,0 @@
1
- //#region ../../node_modules/.pnpm/mri@1.2.0/node_modules/mri/lib/index.mjs
2
- function toArr(any) {
3
- return any == null ? [] : Array.isArray(any) ? any : [any];
4
- }
5
- function toVal(out, key, val, opts) {
6
- var x, old = out[key], nxt = !!~opts.string.indexOf(key) ? val == null || val === true ? "" : String(val) : typeof val === "boolean" ? val : !!~opts.boolean.indexOf(key) ? val === "false" ? false : val === "true" || (out._.push((x = +val, x * 0 === 0) ? x : val), !!val) : (x = +val, x * 0 === 0) ? x : val;
7
- out[key] = old == null ? nxt : Array.isArray(old) ? old.concat(nxt) : [old, nxt];
8
- }
9
- function lib_default(args, opts) {
10
- args = args || [];
11
- opts = opts || {};
12
- var k, arr, arg, name, val, out = { _: [] };
13
- var i = 0, j = 0, idx = 0, len = args.length;
14
- const alibi = opts.alias !== void 0;
15
- const strict = opts.unknown !== void 0;
16
- const defaults = opts.default !== void 0;
17
- opts.alias = opts.alias || {};
18
- opts.string = toArr(opts.string);
19
- opts.boolean = toArr(opts.boolean);
20
- if (alibi) for (k in opts.alias) {
21
- arr = opts.alias[k] = toArr(opts.alias[k]);
22
- for (i = 0; i < arr.length; i++) (opts.alias[arr[i]] = arr.concat(k)).splice(i, 1);
23
- }
24
- for (i = opts.boolean.length; i-- > 0;) {
25
- arr = opts.alias[opts.boolean[i]] || [];
26
- for (j = arr.length; j-- > 0;) opts.boolean.push(arr[j]);
27
- }
28
- for (i = opts.string.length; i-- > 0;) {
29
- arr = opts.alias[opts.string[i]] || [];
30
- for (j = arr.length; j-- > 0;) opts.string.push(arr[j]);
31
- }
32
- if (defaults) for (k in opts.default) {
33
- name = typeof opts.default[k];
34
- arr = opts.alias[k] = opts.alias[k] || [];
35
- if (opts[name] !== void 0) {
36
- opts[name].push(k);
37
- for (i = 0; i < arr.length; i++) opts[name].push(arr[i]);
38
- }
39
- }
40
- const keys = strict ? Object.keys(opts.alias) : [];
41
- for (i = 0; i < len; i++) {
42
- arg = args[i];
43
- if (arg === "--") {
44
- out._ = out._.concat(args.slice(++i));
45
- break;
46
- }
47
- for (j = 0; j < arg.length; j++) if (arg.charCodeAt(j) !== 45) break;
48
- if (j === 0) out._.push(arg);
49
- else if (arg.substring(j, j + 3) === "no-") {
50
- name = arg.substring(j + 3);
51
- if (strict && !~keys.indexOf(name)) return opts.unknown(arg);
52
- out[name] = false;
53
- } else {
54
- for (idx = j + 1; idx < arg.length; idx++) if (arg.charCodeAt(idx) === 61) break;
55
- name = arg.substring(j, idx);
56
- val = arg.substring(++idx) || i + 1 === len || ("" + args[i + 1]).charCodeAt(0) === 45 || args[++i];
57
- arr = j === 2 ? [name] : name;
58
- for (idx = 0; idx < arr.length; idx++) {
59
- name = arr[idx];
60
- if (strict && !~keys.indexOf(name)) return opts.unknown("-".repeat(j) + name);
61
- toVal(out, name, idx + 1 < arr.length || val, opts);
62
- }
63
- }
64
- }
65
- if (defaults) {
66
- for (k in opts.default) if (out[k] === void 0) out[k] = opts.default[k];
67
- }
68
- if (alibi) for (k in out) {
69
- arr = opts.alias[k] || [];
70
- while (arr.length > 0) out[arr.shift()] = out[k];
71
- }
72
- return out;
73
- }
74
- //#endregion
75
- export { lib_default as t };
@@ -1,131 +0,0 @@
1
- import type { DefaultTheme } from 'vitepress';
2
-
3
- export const core: DefaultTheme.TeamMember[] = [
4
- {
5
- avatar: 'https://github.com/fengmk2.png',
6
- name: 'MK',
7
- links: [
8
- { icon: 'github', link: 'https://github.com/fengmk2' },
9
- { icon: 'x', link: 'https://x.com/fengmk2' },
10
- ],
11
- },
12
- {
13
- avatar: 'https://github.com/wan9chi.png',
14
- name: 'Wang Chi',
15
- links: [
16
- { icon: 'github', link: 'https://github.com/wan9chi' },
17
- { icon: 'x', link: 'https://x.com/wan9chi' },
18
- ],
19
- },
20
- {
21
- avatar: 'https://github.com/Brooooooklyn.png',
22
- name: 'Long Yinan',
23
- links: [
24
- { icon: 'github', link: 'https://github.com/Brooooooklyn' },
25
- { icon: 'x', link: 'https://x.com/Brooooook_lyn' },
26
- ],
27
- },
28
- {
29
- avatar: 'https://github.com/cpojer.png',
30
- name: 'Christoph Nakazawa',
31
- links: [
32
- { icon: 'github', link: 'https://github.com/cpojer' },
33
- { icon: 'x', link: 'https://x.com/cnakazawa' },
34
- { icon: 'bluesky', link: 'https://bsky.app/profile/christoph.nkzw.tech' },
35
- ],
36
- },
37
- {
38
- avatar: 'https://github.com/TheAlexLichter.png',
39
- name: 'Alexander Lichter',
40
- links: [
41
- { icon: 'github', link: 'https://github.com/TheAlexLichter' },
42
- { icon: 'x', link: 'https://x.com/TheAlexLichter' },
43
- { icon: 'bluesky', link: 'https://bsky.app/profile/thealexlichter.com' },
44
- ],
45
- },
46
- {
47
- avatar: 'https://github.com/camc314.png',
48
- name: 'Cameron Clark',
49
- links: [
50
- { icon: 'github', link: 'https://github.com/camc314' },
51
- { icon: 'x', link: 'https://x.com/cameron_C2' },
52
- ],
53
- },
54
- {
55
- avatar: 'https://github.com/leaysgur.png',
56
- name: 'Yuji Sugiura',
57
- links: [
58
- { icon: 'github', link: 'https://github.com/leaysgur' },
59
- { icon: 'x', link: 'https://x.com/leaysgur' },
60
- ],
61
- },
62
- {
63
- avatar: 'https://github.com/mdong1909.png',
64
- name: 'Michael Dong',
65
- links: [
66
- { icon: 'github', link: 'https://github.com/mdong1909' },
67
- { icon: 'x', link: 'https://x.com/mdong1909' },
68
- { icon: 'linkedin', link: 'https://www.linkedin.com/in/michael-d-612b5b50/' },
69
- ],
70
- },
71
- {
72
- avatar: 'https://github.com/kazupon.png',
73
- name: 'kazupon',
74
- links: [
75
- { icon: 'github', link: 'https://github.com/kazupon' },
76
- { icon: 'x', link: 'https://x.com/kazupon' },
77
- { icon: 'bluesky', link: 'https://bsky.app/profile/kazupon.dev' },
78
- ],
79
- },
80
- {
81
- avatar: 'https://github.com/ubugeeei.png',
82
- name: 'ubugeeei',
83
- links: [
84
- { icon: 'github', link: 'https://github.com/ubugeeei' },
85
- { icon: 'x', link: 'https://x.com/ubugeeei' },
86
- ],
87
- },
88
- {
89
- avatar: 'https://github.com/nekomoyi.png',
90
- name: 'nekomoyi',
91
- links: [{ icon: 'github', link: 'https://github.com/nekomoyi' }],
92
- },
93
- {
94
- avatar: 'https://github.com/HaasStefan.png',
95
- name: 'Stefan Haas',
96
- links: [
97
- { icon: 'github', link: 'https://github.com/HaasStefan' },
98
- { icon: 'x', link: 'https://x.com/StefanvHaas' },
99
- { icon: 'linkedin', link: 'https://www.linkedin.com/in/stefan-haas-angular' },
100
- ],
101
- },
102
- {
103
- avatar: 'https://github.com/naokihaba.png',
104
- name: 'naokihaba',
105
- links: [
106
- { icon: 'github', link: 'https://github.com/naokihaba' },
107
- { icon: 'x', link: 'https://x.com/naokihaba' },
108
- { icon: 'bluesky', link: 'https://bsky.app/profile/naokihaba.com' },
109
- ],
110
- },
111
- {
112
- avatar: 'https://github.com/jong-kyung.png',
113
- name: 'JongKyung Lee',
114
- links: [
115
- { icon: 'github', link: 'https://github.com/jong-kyung' },
116
- { icon: 'x', link: 'https://x.com/jongkyung_dev' },
117
- { icon: 'linkedin', link: 'https://www.linkedin.com/in/jong-kyung' },
118
- ],
119
- },
120
- {
121
- avatar: 'https://github.com/liangmiQwQ.png',
122
- name: 'Liang',
123
- links: [
124
- { icon: 'github', link: 'https://github.com/liangmiQwQ' },
125
- { icon: 'x', link: 'https://x.com/liangmiQwQ' },
126
- { icon: 'bluesky', link: 'https://bsky.app/profile/liangmi.dev' },
127
- ],
128
- },
129
- ];
130
-
131
- export const emeriti: DefaultTheme.TeamMember[] = [];
package/docs/package.json DELETED
@@ -1,30 +0,0 @@
1
- {
2
- "name": "vite-plus-docs",
3
- "private": true,
4
- "type": "module",
5
- "scripts": {
6
- "dev": "vitepress dev",
7
- "build": "cp ../packages/cli/install.sh ../packages/cli/install.ps1 public/ && vp run build:site",
8
- "build:netlify": "cp ../packages/cli/install.sh ../packages/cli/install.ps1 public/ && vitepress build",
9
- "preview": "vitepress preview",
10
- "update-trusted-stack-stats": "node .vitepress/theme/data/fetch-trusted-stack-stats.ts"
11
- },
12
- "dependencies": {
13
- "@iconify/vue": "^5.0.0",
14
- "mermaid": "^11.13.0",
15
- "reka-ui": "^2.7.0",
16
- "typewriter-effect": "^2.22.0",
17
- "vitepress-plugin-group-icons": "^1.7.5",
18
- "vitepress-plugin-llms": "^1.12.2",
19
- "vitepress-plugin-mermaid": "^2.0.17",
20
- "vue": "^3.5.27",
21
- "vue3-carousel": "^0.17.0"
22
- },
23
- "devDependencies": {
24
- "@voidzero-dev/vitepress-theme": "4.8.4",
25
- "oxc-minify": "^0.120.0",
26
- "tailwindcss": "^4.1.18",
27
- "vitepress": "2.0.0-alpha.17"
28
- },
29
- "packageManager": "pnpm@11.20.0"
30
- }