chore: switch to pnpm
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
|
||||
## Tech Stack
|
||||
- **Build Tool:** Vite
|
||||
- **Package Manager:** pnpm
|
||||
- **Language:** TypeScript
|
||||
- **Styling:** Tailwind CSS
|
||||
- **Testing:** Vitest
|
||||
|
||||
2725
package-lock.json
generated
2725
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -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
1620
pnpm-lock.yaml
generated
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user