diff --git a/package.json b/package.json index 1f0ccf6..2bec1c3 100644 --- a/package.json +++ b/package.json @@ -40,6 +40,7 @@ "@types/react": "^18.3.3", "@types/react-dom": "^18.3.0", "@vitejs/plugin-react": "^4.3.1", + "esbuild": "0.21.5", "eslint": "^9.9.0", "eslint-plugin-react-hooks": "^5.1.0-rc.0", "eslint-plugin-react-refresh": "^0.4.9", @@ -61,7 +62,9 @@ "rename": { "scaffold": { "to": "{{name}}", - "paths": ["src"] + "paths": [ + "src" + ] } }, "versions": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 4d69d48..51b0072 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -78,6 +78,9 @@ importers: '@vitejs/plugin-react': specifier: ^4.3.1 version: 4.3.1(vite@5.4.2(@types/node@22.5.0)(terser@5.31.6)) + esbuild: + specifier: 0.21.5 + version: 0.21.5 eslint: specifier: ^9.9.0 version: 9.9.1(jiti@1.21.6)