fix: add dotenv to package.json dependencies (not dev)
This commit is contained in:
parent
5a9f588d3d
commit
90b3c46cee
2 changed files with 4496 additions and 6059 deletions
|
|
@ -23,7 +23,6 @@
|
|||
"@types/sanitize-html": "^2.13.0",
|
||||
"@typescript-eslint/eslint-plugin": "^8.55.0",
|
||||
"@typescript-eslint/parser": "^8.55.0",
|
||||
"dotenv": "^17.3.1",
|
||||
"eslint": "^9.17.0",
|
||||
"eslint-config-prettier": "^10.1.1",
|
||||
"eslint-plugin-svelte": "^3.15.0",
|
||||
|
|
@ -45,6 +44,7 @@
|
|||
"@sveltejs/adapter-node": "^5.5.3",
|
||||
"@types/js-yaml": "^4.0.9",
|
||||
"date-fns": "^4.1.0",
|
||||
"dotenv": "^17.3.1",
|
||||
"feed": "^4.2.2",
|
||||
"js-yaml": "^4.1.0",
|
||||
"just-shuffle": "^4.2.0",
|
||||
|
|
|
|||
10553
pnpm-lock.yaml
10553
pnpm-lock.yaml
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue