|
|
|
@ -3,7 +3,7 @@
|
|
|
|
|
"version": "1.0.0-alpha.4",
|
|
|
|
|
"description": "Vite & Vue powered static site generator",
|
|
|
|
|
"type": "module",
|
|
|
|
|
"packageManager": "pnpm@7.1.7",
|
|
|
|
|
"packageManager": "pnpm@7.3.0",
|
|
|
|
|
"main": "dist/node/index.js",
|
|
|
|
|
"types": "types/index.d.ts",
|
|
|
|
|
"exports": {
|
|
|
|
@ -71,80 +71,78 @@
|
|
|
|
|
"ci-docs": "run-s docs-build"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@docsearch/css": "^3.0.0",
|
|
|
|
|
"@docsearch/js": "^3.0.0",
|
|
|
|
|
"@vitejs/plugin-vue": "^2.3.2",
|
|
|
|
|
"@docsearch/css": "^3.1.0",
|
|
|
|
|
"@docsearch/js": "^3.1.0",
|
|
|
|
|
"@vitejs/plugin-vue": "^3.0.0-beta.0",
|
|
|
|
|
"@vue/devtools-api": "^6.1.4",
|
|
|
|
|
"@vueuse/core": "^8.5.0",
|
|
|
|
|
"@vueuse/core": "^8.7.5",
|
|
|
|
|
"body-scroll-lock": "^4.0.0-beta.0",
|
|
|
|
|
"shiki": "^0.10.1",
|
|
|
|
|
"vite": "^2.9.7",
|
|
|
|
|
"vue": "^3.2.33"
|
|
|
|
|
"vite": "^3.0.0-beta.0",
|
|
|
|
|
"vue": "^3.2.37"
|
|
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"@rollup/plugin-alias": "^3.1.5",
|
|
|
|
|
"@rollup/plugin-commonjs": "^20.0.0",
|
|
|
|
|
"@rollup/plugin-alias": "^3.1.9",
|
|
|
|
|
"@rollup/plugin-commonjs": "^22.0.0",
|
|
|
|
|
"@rollup/plugin-json": "^4.1.0",
|
|
|
|
|
"@rollup/plugin-node-resolve": "^13.0.4",
|
|
|
|
|
"@rollup/plugin-node-resolve": "^13.3.0",
|
|
|
|
|
"@rollup/plugin-replace": "^4.0.0",
|
|
|
|
|
"@types/body-scroll-lock": "^3.1.0",
|
|
|
|
|
"@types/compression": "^1.7.0",
|
|
|
|
|
"@types/compression": "^1.7.2",
|
|
|
|
|
"@types/cross-spawn": "^6.0.2",
|
|
|
|
|
"@types/debug": "^4.1.7",
|
|
|
|
|
"@types/fs-extra": "^9.0.11",
|
|
|
|
|
"@types/koa": "^2.13.1",
|
|
|
|
|
"@types/koa-static": "^4.0.1",
|
|
|
|
|
"@types/lru-cache": "^5.1.0",
|
|
|
|
|
"@types/markdown-it": "^12.0.1",
|
|
|
|
|
"@types/fs-extra": "^9.0.13",
|
|
|
|
|
"@types/koa": "^2.13.4",
|
|
|
|
|
"@types/koa-static": "^4.0.2",
|
|
|
|
|
"@types/markdown-it": "^12.2.3",
|
|
|
|
|
"@types/micromatch": "^4.0.2",
|
|
|
|
|
"@types/minimist": "^1.2.2",
|
|
|
|
|
"@types/node": "^15.6.1",
|
|
|
|
|
"@types/polka": "^0.5.3",
|
|
|
|
|
"@types/node": "^18.0.0",
|
|
|
|
|
"@types/polka": "^0.5.4",
|
|
|
|
|
"@types/prompts": "^2.0.14",
|
|
|
|
|
"chokidar": "^3.5.1",
|
|
|
|
|
"chokidar": "^3.5.3",
|
|
|
|
|
"compression": "^1.7.4",
|
|
|
|
|
"conventional-changelog-cli": "^2.1.1",
|
|
|
|
|
"conventional-changelog-cli": "^2.2.2",
|
|
|
|
|
"cross-spawn": "^7.0.3",
|
|
|
|
|
"debug": "^4.3.2",
|
|
|
|
|
"debug": "^4.3.4",
|
|
|
|
|
"diacritics": "^1.3.0",
|
|
|
|
|
"enquirer": "^2.3.6",
|
|
|
|
|
"esbuild": "^0.14.0",
|
|
|
|
|
"esbuild": "^0.14.47",
|
|
|
|
|
"escape-html": "^1.0.3",
|
|
|
|
|
"execa": "^6.1.0",
|
|
|
|
|
"fast-glob": "^3.2.7",
|
|
|
|
|
"fs-extra": "^10.0.0",
|
|
|
|
|
"fast-glob": "^3.2.11",
|
|
|
|
|
"fs-extra": "^10.1.0",
|
|
|
|
|
"gray-matter": "^4.0.3",
|
|
|
|
|
"lint-staged": "^11.0.0",
|
|
|
|
|
"lru-cache": "^6.0.0",
|
|
|
|
|
"markdown-it": "^12.3.2",
|
|
|
|
|
"markdown-it-anchor": "^8.4.1",
|
|
|
|
|
"markdown-it-attrs": "^4.1.3",
|
|
|
|
|
"lint-staged": "^13.0.2",
|
|
|
|
|
"lru-cache": "^7.10.1",
|
|
|
|
|
"markdown-it": "^13.0.1",
|
|
|
|
|
"markdown-it-anchor": "^8.6.4",
|
|
|
|
|
"markdown-it-attrs": "^4.1.4",
|
|
|
|
|
"markdown-it-container": "^3.0.0",
|
|
|
|
|
"markdown-it-emoji": "^2.0.0",
|
|
|
|
|
"markdown-it-emoji": "^2.0.2",
|
|
|
|
|
"markdown-it-toc-done-right": "^4.2.0",
|
|
|
|
|
"micromatch": "^4.0.4",
|
|
|
|
|
"minimist": "^1.2.5",
|
|
|
|
|
"micromatch": "^4.0.5",
|
|
|
|
|
"minimist": "^1.2.6",
|
|
|
|
|
"npm-run-all": "^4.1.5",
|
|
|
|
|
"ora": "^5.4.0",
|
|
|
|
|
"ora": "^5.4.1",
|
|
|
|
|
"picocolors": "^1.0.0",
|
|
|
|
|
"polka": "^0.5.2",
|
|
|
|
|
"prettier": "^2.3.0",
|
|
|
|
|
"prettier": "^2.7.1",
|
|
|
|
|
"prompts": "^2.4.2",
|
|
|
|
|
"rimraf": "^3.0.2",
|
|
|
|
|
"rollup": "^2.56.3",
|
|
|
|
|
"rollup": "^2.75.7",
|
|
|
|
|
"rollup-plugin-dts": "^4.2.2",
|
|
|
|
|
"rollup-plugin-esbuild": "^4.8.2",
|
|
|
|
|
"semver": "^7.3.5",
|
|
|
|
|
"simple-git-hooks": "^2.7.0",
|
|
|
|
|
"sirv": "^1.0.12",
|
|
|
|
|
"rollup-plugin-esbuild": "^4.9.1",
|
|
|
|
|
"semver": "^7.3.7",
|
|
|
|
|
"simple-git-hooks": "^2.8.0",
|
|
|
|
|
"sirv": "^2.0.2",
|
|
|
|
|
"supports-color": "^9.2.2",
|
|
|
|
|
"typescript": "^4.7.2",
|
|
|
|
|
"vitest": "^0.14.2"
|
|
|
|
|
"typescript": "^4.7.4",
|
|
|
|
|
"vitest": "^0.15.2"
|
|
|
|
|
},
|
|
|
|
|
"pnpm": {
|
|
|
|
|
"peerDependencyRules": {
|
|
|
|
|
"ignoreMissing": [
|
|
|
|
|
"@algolia/client-search",
|
|
|
|
|
"@types/react",
|
|
|
|
|
"react",
|
|
|
|
|
"react-dom"
|
|
|
|
|