mirror of
https://github.com/nextui-org/nextui.git
synced 2025-12-08 19:26:11 +00:00
12 lines
267 B
JSON
12 lines
267 B
JSON
{
|
|
"replace": {
|
|
"main": "dist/index.cjs.js",
|
|
"module": "dist/index.esm.js",
|
|
"types": "dist/index.d.ts",
|
|
"exports": {
|
|
".": {"import": "./dist/index.esm.js", "require": "./dist/index.cjs.js"},
|
|
"./package.json": "./package.json"
|
|
}
|
|
}
|
|
}
|