Moved website from bun to pnpm.

This commit is contained in:
Arunavo Ray
2025-07-09 00:55:28 +05:30
parent a0b9d852bf
commit 9c17e5c240
4 changed files with 4525 additions and 1027 deletions

2
www/.npmrc Normal file
View File

@@ -0,0 +1,2 @@
shamefully-hoist=true
strict-peer-dependencies=false

File diff suppressed because it is too large Load Diff

View File

@@ -1,7 +1,7 @@
{
"name": "www",
"type": "module",
"version": "0.0.1",
"version": "1.0.0",
"scripts": {
"dev": "astro dev",
"build": "astro build",
@@ -29,5 +29,6 @@
},
"devDependencies": {
"tw-animate-css": "^1.3.5"
}
},
"packageManager": "pnpm@10.12.4"
}

4520
www/pnpm-lock.yaml generated Normal file

File diff suppressed because it is too large Load Diff