mirror of
https://github.com/pengzhanbo/vuepress-theme-plume.git
synced 2026-04-23 10:58:13 +08:00
build: update deps
This commit is contained in:
parent
2fe3104253
commit
8dc5cc336b
1
.vscode/settings.json
vendored
1
.vscode/settings.json
vendored
@ -31,6 +31,7 @@
|
|||||||
"nprogress",
|
"nprogress",
|
||||||
"pnpm",
|
"pnpm",
|
||||||
"portfinder",
|
"portfinder",
|
||||||
|
"shiki",
|
||||||
"Tongji",
|
"Tongji",
|
||||||
"tsbuildinfo",
|
"tsbuildinfo",
|
||||||
"vite",
|
"vite",
|
||||||
|
|||||||
@ -24,7 +24,8 @@
|
|||||||
"exports": {
|
"exports": {
|
||||||
".": "./lib/node/index.js",
|
".": "./lib/node/index.js",
|
||||||
"./client": "./lib/client/index.js",
|
"./client": "./lib/client/index.js",
|
||||||
"./package.json": "./package.json"
|
"./package.json": "./package.json",
|
||||||
|
"./shared": "./lib/shared/index.js"
|
||||||
},
|
},
|
||||||
"main": "lib/node/index.js",
|
"main": "lib/node/index.js",
|
||||||
"types": "lib/node/index.d.ts",
|
"types": "lib/node/index.d.ts",
|
||||||
|
|||||||
@ -11,6 +11,7 @@
|
|||||||
{ "path": "./plugin-caniuse/tsconfig.build.json" },
|
{ "path": "./plugin-caniuse/tsconfig.build.json" },
|
||||||
{ "path": "./plugin-copy-code/tsconfig.build.json" },
|
{ "path": "./plugin-copy-code/tsconfig.build.json" },
|
||||||
{ "path": "./plugin-netlify-functions/tsconfig.build.json" },
|
{ "path": "./plugin-netlify-functions/tsconfig.build.json" },
|
||||||
|
{ "path": "./plugin-notes-data/tsconfig.build.json" },
|
||||||
{ "path": "./plugin-page-collection/tsconfig.build.json" },
|
{ "path": "./plugin-page-collection/tsconfig.build.json" },
|
||||||
{ "path": "./plugin-windicss/tsconfig.build.json" },
|
{ "path": "./plugin-windicss/tsconfig.build.json" },
|
||||||
{ "path": "./theme/tsconfig.build.json" }
|
{ "path": "./theme/tsconfig.build.json" }
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user