diff --git a/package.json b/package.json index 7d00d14ed9..33b0415c24 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,12 @@ ".": { "types": "./dist/shoelace.d.ts", "import": "./dist/shoelace.js" - } + }, + "./themes/*": "./dist/themes/*", + "./components/*": "./dist/components/*", + "./utilities/*": "./dist/utilities/*", + "./react/*": "./dist/react/*", + "./translations/*": "./dist/translations/*" }, "files": [ "dist"