Spaces:
Running
Running
MingruiZhang
commited on
Commit
•
41adc65
1
Parent(s):
3b1c5fe
pnpm
Browse files- package.json +3 -1
- pnpm-lock.yaml +0 -0
- pnpm-workspace.yaml +5 -0
- yarn.lock +0 -0
package.json
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
{
|
2 |
"private": true,
|
3 |
"scripts": {
|
|
|
4 |
"dev": "next dev --turbo",
|
5 |
"build": "next build",
|
6 |
"start": "next start",
|
@@ -66,5 +67,6 @@
|
|
66 |
"tailwindcss": "^3.4.1",
|
67 |
"tailwindcss-animate": "^1.0.7",
|
68 |
"typescript": "^5.3.3"
|
69 |
-
}
|
|
|
70 |
}
|
|
|
1 |
{
|
2 |
"private": true,
|
3 |
"scripts": {
|
4 |
+
"preinstall": "npx only-allow pnpm",
|
5 |
"dev": "next dev --turbo",
|
6 |
"build": "next build",
|
7 |
"start": "next start",
|
|
|
67 |
"tailwindcss": "^3.4.1",
|
68 |
"tailwindcss-animate": "^1.0.7",
|
69 |
"typescript": "^5.3.3"
|
70 |
+
},
|
71 |
+
"packageManager": "pnpm@8.6.3"
|
72 |
}
|
pnpm-lock.yaml
ADDED
The diff for this file is too large to render.
See raw diff
|
|
pnpm-workspace.yaml
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
packages:
|
2 |
+
# include packages in subfolders (e.g. apps/ and packages/)
|
3 |
+
- 'app/**'
|
4 |
+
# if required, exclude some directories
|
5 |
+
- '!**/test/**'
|
yarn.lock
DELETED
The diff for this file is too large to render.
See raw diff
|
|