|
|
@ -58,7 +58,7 @@
|
|
|
|
"build": "run-s build-prepare build-client build-node",
|
|
|
|
"build": "run-s build-prepare build-client build-node",
|
|
|
|
"build-prepare": "rimraf dist && node scripts/copyShared",
|
|
|
|
"build-prepare": "rimraf dist && node scripts/copyShared",
|
|
|
|
"build-client": "vue-tsc --noEmit -p src/client && tsc -p src/client && node scripts/copyClient",
|
|
|
|
"build-client": "vue-tsc --noEmit -p src/client && tsc -p src/client && node scripts/copyClient",
|
|
|
|
"build-node": "rollup --config rollup.config.ts --configPlugin esbuild",
|
|
|
|
"build-node": "tsc -p src/node --noEmit && rollup --config rollup.config.ts --configPlugin esbuild",
|
|
|
|
"format": "prettier --check --write .",
|
|
|
|
"format": "prettier --check --write .",
|
|
|
|
"format-fail": "prettier --check .",
|
|
|
|
"format-fail": "prettier --check .",
|
|
|
|
"lint": "pnpm run format",
|
|
|
|
"lint": "pnpm run format",
|
|
|
@ -85,21 +85,20 @@
|
|
|
|
"@docsearch/js": "^3.2.1",
|
|
|
|
"@docsearch/js": "^3.2.1",
|
|
|
|
"@vitejs/plugin-vue": "^3.0.3",
|
|
|
|
"@vitejs/plugin-vue": "^3.0.3",
|
|
|
|
"@vue/devtools-api": "^6.2.1",
|
|
|
|
"@vue/devtools-api": "^6.2.1",
|
|
|
|
"@vueuse/core": "^9.1.0",
|
|
|
|
"@vueuse/core": "^9.1.1",
|
|
|
|
"body-scroll-lock": "^4.0.0-beta.0",
|
|
|
|
"body-scroll-lock": "^4.0.0-beta.0",
|
|
|
|
"shiki": "^0.11.1",
|
|
|
|
"shiki": "^0.11.1",
|
|
|
|
"vite": "^3.0.8",
|
|
|
|
"vite": "^3.0.9",
|
|
|
|
"vue": "^3.2.37"
|
|
|
|
"vue": "^3.2.38"
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"devDependencies": {
|
|
|
|
"@mdit-vue/plugin-component": "^0.11.0",
|
|
|
|
"@mdit-vue/plugin-component": "^0.11.1",
|
|
|
|
"@mdit-vue/plugin-frontmatter": "^0.11.0",
|
|
|
|
"@mdit-vue/plugin-frontmatter": "^0.11.1",
|
|
|
|
"@mdit-vue/plugin-headers": "^0.11.0",
|
|
|
|
"@mdit-vue/plugin-headers": "^0.11.1",
|
|
|
|
"@mdit-vue/plugin-sfc": "^0.11.0",
|
|
|
|
"@mdit-vue/plugin-sfc": "^0.11.1",
|
|
|
|
"@mdit-vue/plugin-title": "^0.11.0",
|
|
|
|
"@mdit-vue/plugin-title": "^0.11.1",
|
|
|
|
"@mdit-vue/plugin-toc": "^0.11.0",
|
|
|
|
"@mdit-vue/plugin-toc": "^0.11.1",
|
|
|
|
"@mdit-vue/shared": "^0.11.0",
|
|
|
|
"@mdit-vue/shared": "^0.11.0",
|
|
|
|
"@mdit-vue/types": "^0.11.0",
|
|
|
|
|
|
|
|
"@rollup/plugin-alias": "^3.1.9",
|
|
|
|
"@rollup/plugin-alias": "^3.1.9",
|
|
|
|
"@rollup/plugin-commonjs": "^22.0.2",
|
|
|
|
"@rollup/plugin-commonjs": "^22.0.2",
|
|
|
|
"@rollup/plugin-json": "^4.1.0",
|
|
|
|
"@rollup/plugin-json": "^4.1.0",
|
|
|
@ -120,7 +119,7 @@
|
|
|
|
"@types/markdown-it-emoji": "^2.0.2",
|
|
|
|
"@types/markdown-it-emoji": "^2.0.2",
|
|
|
|
"@types/micromatch": "^4.0.2",
|
|
|
|
"@types/micromatch": "^4.0.2",
|
|
|
|
"@types/minimist": "^1.2.2",
|
|
|
|
"@types/minimist": "^1.2.2",
|
|
|
|
"@types/node": "^18.7.5",
|
|
|
|
"@types/node": "^18.7.14",
|
|
|
|
"@types/polka": "^0.5.4",
|
|
|
|
"@types/polka": "^0.5.4",
|
|
|
|
"@types/prompts": "^2.0.14",
|
|
|
|
"@types/prompts": "^2.0.14",
|
|
|
|
"chokidar": "^3.5.3",
|
|
|
|
"chokidar": "^3.5.3",
|
|
|
@ -130,13 +129,13 @@
|
|
|
|
"debug": "^4.3.4",
|
|
|
|
"debug": "^4.3.4",
|
|
|
|
"diacritics": "^1.3.0",
|
|
|
|
"diacritics": "^1.3.0",
|
|
|
|
"enquirer": "^2.3.6",
|
|
|
|
"enquirer": "^2.3.6",
|
|
|
|
"esbuild": "^0.15.3",
|
|
|
|
"esbuild": "^0.15.6",
|
|
|
|
"escape-html": "^1.0.3",
|
|
|
|
"escape-html": "^1.0.3",
|
|
|
|
"execa": "^6.1.0",
|
|
|
|
"execa": "^6.1.0",
|
|
|
|
"fast-glob": "^3.2.11",
|
|
|
|
"fast-glob": "^3.2.11",
|
|
|
|
"fs-extra": "^10.1.0",
|
|
|
|
"fs-extra": "^10.1.0",
|
|
|
|
"lint-staged": "^13.0.3",
|
|
|
|
"lint-staged": "^13.0.3",
|
|
|
|
"lru-cache": "^7.13.2",
|
|
|
|
"lru-cache": "^7.14.0",
|
|
|
|
"markdown-it": "^13.0.1",
|
|
|
|
"markdown-it": "^13.0.1",
|
|
|
|
"markdown-it-anchor": "^8.6.4",
|
|
|
|
"markdown-it-anchor": "^8.6.4",
|
|
|
|
"markdown-it-attrs": "^4.1.4",
|
|
|
|
"markdown-it-attrs": "^4.1.4",
|
|
|
@ -147,22 +146,22 @@
|
|
|
|
"npm-run-all": "^4.1.5",
|
|
|
|
"npm-run-all": "^4.1.5",
|
|
|
|
"ora": "^5.4.1",
|
|
|
|
"ora": "^5.4.1",
|
|
|
|
"picocolors": "^1.0.0",
|
|
|
|
"picocolors": "^1.0.0",
|
|
|
|
"playwright-chromium": "^1.25.0",
|
|
|
|
"playwright-chromium": "^1.25.1",
|
|
|
|
"polka": "^0.5.2",
|
|
|
|
"polka": "^0.5.2",
|
|
|
|
"prettier": "^2.7.1",
|
|
|
|
"prettier": "^2.7.1",
|
|
|
|
"prompts": "^2.4.2",
|
|
|
|
"prompts": "^2.4.2",
|
|
|
|
"punycode": "^2.1.1",
|
|
|
|
"punycode": "^2.1.1",
|
|
|
|
"rimraf": "^3.0.2",
|
|
|
|
"rimraf": "^3.0.2",
|
|
|
|
"rollup": "^2.78.0",
|
|
|
|
"rollup": "^2.78.1",
|
|
|
|
"rollup-plugin-dts": "^4.2.2",
|
|
|
|
"rollup-plugin-dts": "^4.2.2",
|
|
|
|
"rollup-plugin-esbuild": "^4.9.3",
|
|
|
|
"rollup-plugin-esbuild": "^4.10.1",
|
|
|
|
"semver": "^7.3.7",
|
|
|
|
"semver": "^7.3.7",
|
|
|
|
"simple-git-hooks": "^2.8.0",
|
|
|
|
"simple-git-hooks": "^2.8.0",
|
|
|
|
"sirv": "^2.0.2",
|
|
|
|
"sirv": "^2.0.2",
|
|
|
|
"supports-color": "^9.2.2",
|
|
|
|
"supports-color": "^9.2.2",
|
|
|
|
"typescript": "^4.7.4",
|
|
|
|
"typescript": "^4.8.2",
|
|
|
|
"vitest": "^0.22.0",
|
|
|
|
"vitest": "^0.22.1",
|
|
|
|
"vue-tsc": "^0.40.1"
|
|
|
|
"vue-tsc": "^0.40.4"
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"pnpm": {
|
|
|
|
"pnpm": {
|
|
|
|
"peerDependencyRules": {
|
|
|
|
"peerDependencyRules": {
|
|
|
|