|
|
|
@ -3,7 +3,7 @@
|
|
|
|
|
"version": "1.0.0-alpha.63",
|
|
|
|
|
"description": "Vite & Vue powered static site generator",
|
|
|
|
|
"type": "module",
|
|
|
|
|
"packageManager": "pnpm@7.30.3",
|
|
|
|
|
"packageManager": "pnpm@8.0.0",
|
|
|
|
|
"main": "dist/node/index.js",
|
|
|
|
|
"types": "types/index.d.ts",
|
|
|
|
|
"exports": {
|
|
|
|
@ -117,7 +117,7 @@
|
|
|
|
|
"@types/debug": "^4.1.7",
|
|
|
|
|
"@types/escape-html": "^1.0.2",
|
|
|
|
|
"@types/fs-extra": "^11.0.1",
|
|
|
|
|
"@types/koa": "^2.13.5",
|
|
|
|
|
"@types/koa": "^2.13.6",
|
|
|
|
|
"@types/koa-static": "^4.0.2",
|
|
|
|
|
"@types/markdown-it": "^12.2.3",
|
|
|
|
|
"@types/markdown-it-attrs": "^4.1.0",
|
|
|
|
@ -125,7 +125,7 @@
|
|
|
|
|
"@types/markdown-it-emoji": "^2.0.2",
|
|
|
|
|
"@types/micromatch": "^4.0.2",
|
|
|
|
|
"@types/minimist": "^1.2.2",
|
|
|
|
|
"@types/node": "^18.15.9",
|
|
|
|
|
"@types/node": "^18.15.11",
|
|
|
|
|
"@types/prompts": "^2.4.3",
|
|
|
|
|
"chokidar": "^3.5.3",
|
|
|
|
|
"compression": "^1.7.4",
|
|
|
|
@ -133,7 +133,7 @@
|
|
|
|
|
"cross-spawn": "^7.0.3",
|
|
|
|
|
"debug": "^4.3.4",
|
|
|
|
|
"enquirer": "^2.3.6",
|
|
|
|
|
"esbuild": "^0.17.13",
|
|
|
|
|
"esbuild": "^0.17.14",
|
|
|
|
|
"escape-html": "^1.0.3",
|
|
|
|
|
"execa": "^7.1.1",
|
|
|
|
|
"fast-glob": "^3.2.12",
|
|
|
|
@ -150,7 +150,7 @@
|
|
|
|
|
"markdown-it-emoji": "^2.0.2",
|
|
|
|
|
"micromatch": "^4.0.5",
|
|
|
|
|
"minimist": "^1.2.8",
|
|
|
|
|
"nanoid": "^4.0.1",
|
|
|
|
|
"nanoid": "^4.0.2",
|
|
|
|
|
"npm-run-all": "^4.1.5",
|
|
|
|
|
"ora": "^6.3.0",
|
|
|
|
|
"path-to-regexp": "^6.2.1",
|
|
|
|
@ -171,7 +171,7 @@
|
|
|
|
|
"sirv": "^2.0.2",
|
|
|
|
|
"supports-color": "^9.3.1",
|
|
|
|
|
"typescript": "^5.0.2",
|
|
|
|
|
"vitest": "^0.29.7",
|
|
|
|
|
"vitest": "^0.29.8",
|
|
|
|
|
"vue-tsc": "^1.3.2",
|
|
|
|
|
"wait-on": "^7.0.1"
|
|
|
|
|
},
|
|
|
|
|