mirror of https://github.com/vuejs/vitepress
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
335 B
15 lines
335 B
packages:
|
|
- docs
|
|
- __tests__/*
|
|
|
|
autoInstallPeers: false
|
|
neverBuiltDependencies: []
|
|
overrides:
|
|
"ora>string-width": "^5"
|
|
"vite": "npm:rolldown-vite@latest"
|
|
patchedDependencies:
|
|
"@types/mdurl@2.0.0": "patches/@types__mdurl@2.0.0.patch"
|
|
"markdown-it-anchor@9.2.0": "patches/markdown-it-anchor@9.2.0.patch"
|
|
|
|
shellEmulator: true
|