Pure Deno with no NodeJS
I want to use SvelteKit with Deno: but it seems that Svelte is built for NodeJS.
Deno is already installed on my system.
When I proceed to install SvelteKit, I see NodeJS files like "package.json" and "npmrc" and all files related to NodeJS.
I don't want to use NodeJS at all, and I don't want anything NodeJS on my system and in my Project. I want to use Deno and Deno only.
When Deno was introduced to us in 2018, the great cry was against "package.json" and I loved the idea then, of no "package.json" which gets larger and larger.
In 2025, which is 7 Yeas later, why am I still trapped in "package.json" in my attempt to use Deno and SvelteKit ?
THE SITUATION
I need a purely Deno and SvelteKit combination that from installation to set up, I will have a purely Deno installation of SvelteKit that has no business with NodeJS and has no NodeJS files like "package.json" and "npmrc" and anything NodeJS in it ?
QUESTION
How can I have a purely Deno installation of SvelteKit that has no business with NodeJS and has no NodeJS files in it ?
Deno is already installed on my system.
When I proceed to install SvelteKit, I see NodeJS files like "package.json" and "npmrc" and all files related to NodeJS.
I don't want to use NodeJS at all, and I don't want anything NodeJS on my system and in my Project. I want to use Deno and Deno only.
When Deno was introduced to us in 2018, the great cry was against "package.json" and I loved the idea then, of no "package.json" which gets larger and larger.
In 2025, which is 7 Yeas later, why am I still trapped in "package.json" in my attempt to use Deno and SvelteKit ?
THE SITUATION
I need a purely Deno and SvelteKit combination that from installation to set up, I will have a purely Deno installation of SvelteKit that has no business with NodeJS and has no NodeJS files like "package.json" and "npmrc" and anything NodeJS in it ?
QUESTION
How can I have a purely Deno installation of SvelteKit that has no business with NodeJS and has no NodeJS files in it ?
