diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/package.json b/package.json index 36bf105..47c5e8c 100644 --- a/package.json +++ b/package.json @@ -42,6 +42,10 @@ "react-icons": "^5.3.0", "tslib": "^2.7.0" }, + "optionalDependencies": { + "@rollup/rollup-linux-x64-gnu": "4.22.5", + "@rollup/rollup-linux-x64-musl": "4.22.5" + }, "remote_binary_bundling" : true, "remote_binary": [ { @@ -71,6 +75,11 @@ } ], "pnpm": { + "supportedArchitectures": { + "cpu": ["arm64", "x64"], + "libc": ["glibc", "musl"], + "os": ["darwin", "linux"] + }, "peerDependencyRules": { "ignoreMissing": [ "react", |
