Review dependencies vs devDependencies
Most things are in devDependencies, but there are a handful in dependencies and I think a few of them could probably live in devDependencies as well. A good way to test might be to try to put them in dependencies and then build an app with adapter-node and see if it still runs.
After a quick test I think that red ones could move to devDependencies yes
"dependencies": {
- "@inlang/paraglide-js": "^2.0.0",
- "@libsql/client": "^0.14.0",
"@node-rs/argon2": "^2.0.2",
- "@oslojs/crypto": "^1.0.1",
- "@oslojs/encoding": "^1.1.0",
- "drizzle-orm": "^0.40.0"
}I think this was just something that happend by following the respective docs.
For drizzle: https://orm.drizzle.team/docs/get-started/sqlite-new#step-1---install-required-packages For inlang: https://inlang.com/m/dxnzrydw/paraglide-sveltekit-i18n/getting-started#getting-started
But if everything still works as devDep's, sure let's move them