mirror of
https://github.com/imputnet/cobalt.git
synced 2026-09-01 08:00:48 +00:00
Fix parsing errors, install dependencies, and adjust component for build compatibility. Co-authored-by: Abkdarrk <122768967+Abdullakala@users.noreply.github.com>
22 lines
539 B
JSON
22 lines
539 B
JSON
{
|
|
"name": "cobalt",
|
|
"packageManager": "pnpm@9.6.0",
|
|
"engines": {
|
|
"pnpm": ">=9"
|
|
},
|
|
"dependencies": {
|
|
"@sveltejs/adapter-static": "^3.0.10",
|
|
"@sveltejs/kit": "^2.55.0",
|
|
"dotenv": "^17.2.3",
|
|
"mdsvex": "^0.12.6",
|
|
"svelte-preprocess": "^6.0.3",
|
|
"vite": "^7.3.1"
|
|
},
|
|
"devDependencies": {
|
|
"@vitejs/plugin-basic-ssl": "^2.3.0",
|
|
"glob": "^13.0.6",
|
|
"mime": "^4.1.0",
|
|
"svelte-sitemap": "^3.1.0",
|
|
"typescript": "^5.9.3"
|
|
}
|
|
}
|