mirror of
https://github.com/LemmyNet/joinlemmy-site.git
synced 2024-11-21 20:01:16 +00:00
Merge pull request #311 from LemmyNet/use_corepack
Use corepack in package.json.
This commit is contained in:
commit
5844a68873
2 changed files with 4342 additions and 3215 deletions
|
@ -3,6 +3,8 @@
|
|||
"description": "A site for join-lemmy",
|
||||
"author": "Dessalines <tyhou13@gmx.com>",
|
||||
"license": "AGPL-3.0",
|
||||
"packageManager": "pnpm@9.0.5+sha256.61bd66913b52012107ec25a6ee4d6a161021ab99e04f6acee3aa50d0e34b4af9",
|
||||
"repository": "https://github.com/LemmyNet/joinlemmy-site",
|
||||
"scripts": {
|
||||
"build:dev": "webpack --mode=development",
|
||||
"build:prod": "webpack --mode=production",
|
||||
|
@ -17,7 +19,6 @@
|
|||
"prepare": "husky",
|
||||
"start": "pnpm build:dev --watch & tailwind --watch"
|
||||
},
|
||||
"repository": "https://github.com/LemmyNet/joinlemmy-site",
|
||||
"dependencies": {
|
||||
"@babel/core": "^7.23.2",
|
||||
"@babel/plugin-proposal-class-properties": "^7.18.6",
|
||||
|
|
7554
pnpm-lock.yaml
7554
pnpm-lock.yaml
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue