vue-plugin-component-id
Version:
_A drop-in replacement for the Vue plugin in Vite that adds a unique `data-component-id` to each component—useful for testing, debugging, or custom tooling._
30 lines (29 loc) • 614 B
JSON
{
"name": "vue-plugin-component-id",
"version": "0.2.2",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc"
},
"keywords": [
"vite",
"plugin",
"vue",
"component-id"
],
"author": "Archit Jain",
"homepage": "https://github.com/architjee/vue-component-id-plugin",
"dependencies": {
"lodash-es": "^4.17.21"
},
"peerDependencies": {
"vite": "^4.0.0 || ^5.0.0",
"@vitejs/plugin-vue": "^4.0.0 || ^5.0.0"
},
"devDependencies": {
"@types/lodash-es": "^4.17.12",
"@types/node": "^22.15.23",
"typescript": "^5.0.0"
}
}