19 lines
248 B
JavaScript
19 lines
248 B
JavaScript
export const runtimeDependencies = [
|
|
// other deps
|
|
'devalue',
|
|
'klona',
|
|
// unjs ecosystem
|
|
'defu',
|
|
'ufo',
|
|
'h3',
|
|
'destr',
|
|
'consola',
|
|
'hookable',
|
|
'unctx',
|
|
'cookie-es',
|
|
'perfect-debounce',
|
|
'ohash',
|
|
'pathe',
|
|
'uncrypto',
|
|
]
|