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

13 lines
214 B
JSON
Raw Normal View History

2024-04-19 13:51:57 +00:00
{
"main": "./tab.cjs.js",
"module": "./tab.esm.js",
"unpkg": "./tab.min.js",
"types": "./Tab.d.ts",
"browser": {
"./sfc": "./Tab.vue"
},
"sideEffects": [
"*.vue"
]
2024-04-19 13:51:57 +00:00
}