Skip to content

Commit

Permalink
Allow the project to install modules using pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
conglinyizhi committed Mar 18, 2023
1 parent b3a1059 commit 45b7344
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,6 @@ next-env.d.ts

# Sentry
next.config.original.js

# lockfile
pnpm-lock.yaml
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
"class-variance-authority": "^0.4.0",
"clsx": "^1.2.1",
"cmdk": "^0.2.0",
"csstype": "^3.1.1",
"eventsource-parser": "^0.1.0",
"flowbite": "^1.6.3",
"flowbite-react": "^0.4.1",
Expand All @@ -48,6 +49,7 @@
"next-themes": "^0.2.1",
"node-html-parser": "^6.1.4",
"p-retry": "^5.1.2",
"prop-types": "^15.8.1",
"react": "18.2.0",
"react-bilibili-embed-renderer": "^1.2.1",
"react-dom": "18.2.0",
Expand All @@ -58,7 +60,8 @@
"react-use": "^17.4.0",
"react-use-measure": "^2.1.1",
"tailwind-merge": "^1.10.0",
"tailwindcss-animate": "^1.0.5"
"tailwindcss-animate": "^1.0.5",
"zod": "^3.21.4"
},
"devDependencies": {
"@semantic-release/changelog": "^6.0.2",
Expand Down

0 comments on commit 45b7344

Please sign in to comment.