11 lines
188 B
JSON
11 lines
188 B
JSON
|
|
{
|
||
|
|
"main": "./index.mjs",
|
||
|
|
"module": "./index.mjs",
|
||
|
|
"types": "./index.d.ts",
|
||
|
|
"browser": {
|
||
|
|
"./sfc": "./Popover.vue"
|
||
|
|
},
|
||
|
|
"sideEffects": [
|
||
|
|
"*.vue"
|
||
|
|
]
|
||
|
|
}
|