We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 497b294 commit 3e9ff9bCopy full SHA for 3e9ff9b
index.js
@@ -1,7 +1,6 @@
1
import fs from "node:fs";
2
import path from "node:path";
3
import { fileURLToPath } from "node:url";
4
-import spawn from "cross-spawn";
5
import minimist from "minimist";
6
import prompts from "prompts";
7
import colors from "picocolors";
package.json
@@ -28,8 +28,7 @@
28
"url": "https://github.com/webxdc/create-vite-plugins/issues"
29
},
30
"homepage": "https://github.com/webxdc/create-vite-plugins",
31
- "devDependencies": {
32
- "cross-spawn": "^7.0.6",
+ "dependencies": {
33
"minimist": "^1.2.8",
34
"picocolors": "^1.1.1",
35
"prompts": "^2.4.2",
0 commit comments