mirror of
https://github.com/nextui-org/nextui.git
synced 2025-12-08 19:26:11 +00:00
3 lines
232 B
JSON
3 lines
232 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" } } } |