primevue-mirror/components/lib/contextmenu/package.json

12 lines
211 B
JSON
Raw Normal View History

2022-09-06 12:03:37 +00:00
{
2024-05-23 19:45:05 +00:00
"main": "./contextmenu.cjs",
"module": "./contextmenu.mjs",
"types": "./ContextMenu.d.ts",
"browser": {
"./sfc": "./ContextMenu.vue"
},
"sideEffects": [
"*.vue"
]
}