chore: switch to pnpm
This commit is contained in:
@@ -27,6 +27,7 @@ graph TD
|
|||||||
|
|
||||||
## 4. Technical Stack
|
## 4. Technical Stack
|
||||||
- **Vite:** Asset bundling and dev server.
|
- **Vite:** Asset bundling and dev server.
|
||||||
|
- **pnpm:** Package management.
|
||||||
- **TypeScript:** Type-safe logic.
|
- **TypeScript:** Type-safe logic.
|
||||||
- **Tailwind CSS:** Utility-first styling for speed and responsiveness.
|
- **Tailwind CSS:** Utility-first styling for speed and responsiveness.
|
||||||
- **Vitest:** Unit testing logic in isolation.
|
- **Vitest:** Unit testing logic in isolation.
|
||||||
|
|||||||
@@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
## Tech Stack
|
## Tech Stack
|
||||||
- **Build Tool:** Vite
|
- **Build Tool:** Vite
|
||||||
|
- **Package Manager:** pnpm
|
||||||
- **Language:** TypeScript
|
- **Language:** TypeScript
|
||||||
- **Styling:** Tailwind CSS
|
- **Styling:** Tailwind CSS
|
||||||
- **Testing:** Vitest
|
- **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,
|
"private": true,
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
|
"packageManager": "pnpm@10.26.2",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "vite",
|
"dev": "vite",
|
||||||
"build": "tsc && vite build",
|
"build": "tsc && vite build",
|
||||||
"preview": "vite preview",
|
"preview": "vite preview",
|
||||||
"test": "vitest"
|
"test": "vitest",
|
||||||
|
"preinstall": "npx only-allow pnpm"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"autoprefixer": "^10.4.23",
|
"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