OpenBSD compatibility

This commit is contained in:
2024-03-02 11:51:31 -05:00
parent b8ee291672
commit cf7b7cad1b
2 changed files with 11 additions and 85 deletions

View File

@@ -9,6 +9,7 @@
"preview": "vite preview"
},
"dependencies": {
"@rollup/wasm-node": "^4.12.0",
"bootstrap": "^5.3.3",
"bootstrap-react": "^0.5.0-alpha.14",
"preact": "^10.19.5",
@@ -19,5 +20,8 @@
"@preact/preset-vite": "^2.8.1",
"typescript": "^5.2.2",
"vite": "^5.1.4"
},
"resolutions": {
"rollup": "npm:@rollup/wasm-node"
}
}