diff --git a/nixpacks.toml b/nixpacks.toml index 042b34f..043e351 100644 --- a/nixpacks.toml +++ b/nixpacks.toml @@ -1,2 +1,5 @@ [phases.setup] -nixPkgs = ['...', 'python3', 'gcc'] \ No newline at end of file +nixPkgs = ['...', 'python3', 'gcc'] + +[phases.install] +cmds = ['yarn global add node-gyp', '...'] \ No newline at end of file diff --git a/package.json b/package.json index 8ee6f16..faf0715 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "@mod-protocol/mod-registry": "*", "@mod-protocol/react": "^0.1.0", "@mod-protocol/react-editor": "^0.0.3", - "@mod-protocol/react-ui-shadcn": "^0.1.0", + "@mod-protocol/react-ui-shadcn": "0.1.0", "@noble/ed25519": "^2.0.0", "@prisma/client": "^5.1.0", "@rainbow-me/rainbowkit": "1.0.9", @@ -78,6 +78,6 @@ "**/*": "prettier --write --ignore-unknown" }, "engines": { - "node": "16" + "node": ">=18.0.0" } } \ No newline at end of file diff --git a/yarn.lock b/yarn.lock index 9b6560f..9923a2e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1265,7 +1265,7 @@ "@tiptap/suggestion" "^2.0.4" prosemirror-model "^1.19.3" -"@mod-protocol/react-ui-shadcn@^0.1.0": +"@mod-protocol/react-ui-shadcn@0.1.0": version "0.1.0" resolved "https://registry.yarnpkg.com/@mod-protocol/react-ui-shadcn/-/react-ui-shadcn-0.1.0.tgz#b5cf795977e66992e0be37d7dd5374dbb801f684" integrity sha512-jmHvkQYzdCmuYULB8Bls0HKz4mNdp7ZNgAqE8lntzAeWON3QgsA7hBMg0JMlD0LmaSMicEb5thplcyZ1NLrOyA==