Open siddhsql opened 1 month ago
That package just pulls in every other package. It's not necessary unless you need the bare.css file that has everything.
So whether you use dependency or devDependency depends on your setup. For most Svelte projects, you'll use devDependency, since there's a build step that packages everything. But you may also need to use dependency if you need the bare.css files in your node_modules in production.
this is a question not a bug report. I am looking at an existing project and it has
in
dependencies
. I am trying to understand if:dependency
vsdevDependency
?