esbuild-plugin-rdi
Version:
ESBuild plugin to remove duplicate require statements from minified build.
69 lines (68 loc) • 1.92 kB
JSON
{
"name": "esbuild-plugin-rdi",
"author": "Mayank Kumar Chaudhari <https://mayank-chaudhari.vercel.app>",
"private": false,
"version": "0.0.0",
"description": "ESBuild plugin to remove duplicate require statements from minified build.",
"license": "MPL-2.0",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"repository": "github:react18-tools/esbuild-plugin-remove-duplicate-require",
"bugs": "https://github.com/react18-tools/esbuild-plugin-remove-duplicate-require/issues",
"homepage": "https://github.com/react18-tools/esbuild-plugin-remove-duplicate-require/#readme",
"sideEffects": false,
"files": [
"dist/**"
],
"scripts": {
"build": "tsup && tsc -p tsconfig-build.json",
"clean": "rm -rf dist",
"dev": "tsup --watch && tsc -p tsconfig-build.json -w",
"typecheck": "tsc --noEmit",
"lint": "eslint src/",
"test": "vitest run --coverage"
},
"devDependencies": {
"@repo/eslint-config": "workspace:*",
"@repo/typescript-config": "workspace:*",
"@types/node": "^20.14.5",
"@vitest/coverage-v8": "^1.6.0",
"esbuild": "^0.21.5",
"esbuild-plugin-react18-css": "^0.0.4",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"tiny-glob": "^0.2.9",
"tsup": "^8.1.0",
"typescript": "^5.4.5",
"vite-tsconfig-paths": "^4.3.2",
"vitest": "^1.6.0"
},
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/react18-tools"
},
{
"type": "github",
"url": "https://github.com/sponsors/mayank1513"
}
],
"keywords": [
"React 18",
"React 19",
"Next.js",
"Next.js 14",
"Next.js 15",
"React server components",
"Customizable",
"Cutting-edge",
"Compatibility",
"Frontend development",
"UI components",
"Web development",
"Progressive",
"Modern",
"Seamless integration"
]
}