@antdevx/vite-plugin-hmr-sync
Version:
A Vite plugin for synchronizing HMR across multiple workspaces in a monorepo setup.
76 lines (75 loc) • 1.95 kB
JSON
{
"name": "@antdevx/vite-plugin-hmr-sync",
"version": "1.1.2",
"description": "A Vite plugin for synchronizing HMR across multiple workspaces in a monorepo setup.",
"author": "antdevx",
"license": "MIT",
"type": "module",
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"exports": {
"./package.json": "./package.json",
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js",
"default": "./dist/index.js"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/antdevx/vite-plugin-hmr-sync.git"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"scripts": {
"build": "vite build",
"test": "vitest",
"test:watch": "vitest --watch",
"test:coverage": "vitest --coverage",
"lint": "eslint --ext .ts,.js .",
"lint:fix": "eslint --ext .ts,.js . --fix"
},
"devDependencies": {
"@eslint/js": "^9.24.0",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "^13.0.1",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^11.0.1",
"@semantic-release/npm": "^12.0.1",
"@semantic-release/release-notes-generator": "^14.0.3",
"@types/node": "^22.14.0",
"dotenv-cli": "^8.0.0",
"eslint": "^9.24.0",
"globals": "^16.0.0",
"semantic-release": "^24.2.3",
"typescript-eslint": "^8.29.1",
"vite": "^6.1.0",
"vite-plugin-dts": "^4.5.3",
"vitest": "^3.1.1"
},
"keywords": [
"vite",
"vite-plugin",
"hmr",
"hot-module-replacement",
"plugin",
"development",
"live-reload",
"sync",
"monorepo",
"workspace",
"vite-plugin-hmr-sync",
"vite-plugin-hmr",
"vite-plugin",
"micro-frontend",
"vue-module-federation",
"module-federation",
"@antdevx/vite-plugin-hmr-sync"
]
}