chore: add pnpm workspace configuration to specify only built dependencies
This commit is contained in:
parent
4cf1829108
commit
b6cd112499
4 changed files with 7834 additions and 1691 deletions
|
|
@ -10,7 +10,11 @@
|
|||
"postinstall": "nuxt prepare"
|
||||
},
|
||||
"dependencies": {
|
||||
"@nuxt/fonts": "^0.11.4",
|
||||
"@nuxt/ui": "^4.1.0",
|
||||
"nuxt": "^4.1.3",
|
||||
"nuxt-umami": "3.2.1",
|
||||
"tailwindcss": "^4.1.16",
|
||||
"vue": "^3.5.22",
|
||||
"vue-router": "^4.5.1"
|
||||
}
|
||||
|
|
|
|||
7826
pnpm-lock.yaml
Normal file
7826
pnpm-lock.yaml
Normal file
File diff suppressed because it is too large
Load diff
4
pnpm-workspace.yaml
Normal file
4
pnpm-workspace.yaml
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
onlyBuiltDependencies:
|
||||
- '@parcel/watcher'
|
||||
- esbuild
|
||||
- vue-demi
|
||||
Loading…
Reference in a new issue