chore: switch to pnpm

This commit is contained in:
w33ble
2026-01-11 19:48:25 -07:00
parent 56c6ac47eb
commit 925ecc395d
5 changed files with 1625 additions and 2726 deletions

View File

@@ -27,6 +27,7 @@ graph TD
## 4. Technical Stack
- **Vite:** Asset bundling and dev server.
- **pnpm:** Package management.
- **TypeScript:** Type-safe logic.
- **Tailwind CSS:** Utility-first styling for speed and responsiveness.
- **Vitest:** Unit testing logic in isolation.

View File

@@ -2,6 +2,7 @@
## Tech Stack
- **Build Tool:** Vite
- **Package Manager:** pnpm
- **Language:** TypeScript
- **Styling:** Tailwind CSS
- **Testing:** Vitest

2725
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -3,11 +3,13 @@
"private": true,
"version": "1.0.0",
"type": "module",
"packageManager": "pnpm@10.26.2",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"test": "vitest"
"test": "vitest",
"preinstall": "npx only-allow pnpm"
},
"devDependencies": {
"autoprefixer": "^10.4.23",

1620
pnpm-lock.yaml generated Normal file

File diff suppressed because it is too large Load Diff