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.
162 lines
4.6 KiB
162 lines
4.6 KiB
{
|
|
"name": "vitepress",
|
|
"version": "1.0.0-draft.7",
|
|
"description": "Vite & Vue powered static site generator",
|
|
"type": "module",
|
|
"packageManager": "pnpm@7.0.1",
|
|
"main": "dist/node/index.js",
|
|
"types": "types/index.d.ts",
|
|
"exports": {
|
|
".": {
|
|
"types": "./types/index.d.ts",
|
|
"import": "./dist/node/index.js",
|
|
"require": "./dist/node-cjs/index.cjs"
|
|
},
|
|
"./dist/client/*": "./dist/client/*"
|
|
},
|
|
"bin": {
|
|
"vitepress": "bin/vitepress.js"
|
|
},
|
|
"files": [
|
|
"bin",
|
|
"dist",
|
|
"types",
|
|
"client.d.ts",
|
|
"theme.d.ts"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/vuejs/vitepress.git"
|
|
},
|
|
"keywords": [
|
|
"vite",
|
|
"vue",
|
|
"vitepress"
|
|
],
|
|
"author": "Evan You",
|
|
"license": "MIT",
|
|
"homepage": "https://github.com/vuejs/vitepress/tree/main/#readme",
|
|
"bugs": {
|
|
"url": "https://github.com/vuejs/vitepress/issues"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.6.0"
|
|
},
|
|
"scripts": {
|
|
"dev": "rimraf dist && run-s dev-shared dev-start",
|
|
"dev-start": "run-p dev-client dev-node dev-watch",
|
|
"dev-client": "tsc -w -p src/client",
|
|
"dev-node": "DEV=true pnpm run build-node -w",
|
|
"dev-shared": "node scripts/copyShared",
|
|
"dev-watch": "node scripts/watchAndCopy",
|
|
"build": "run-s build-prepare build-client build-node",
|
|
"build-prepare": "rimraf dist && node scripts/copyShared",
|
|
"build-client": "tsc -p src/client && node scripts/copyClient",
|
|
"build-node": "rollup --config rollup.config.ts --configPlugin esbuild",
|
|
"format": "prettier --check --write .",
|
|
"format-fail": "prettier --check .",
|
|
"lint": "pnpm run format",
|
|
"lint-fail": "pnpm run format-fail",
|
|
"test": "vitest -r __tests__",
|
|
"test-run": "vitest run -r __tests__",
|
|
"check": "run-s lint test-run build",
|
|
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
|
|
"release": "node scripts/release.js",
|
|
"docs": "run-p dev docs-dev",
|
|
"docs-dev": "node ./bin/vitepress dev docs",
|
|
"docs-debug": "node --inspect-brk ./bin/vitepress dev docs",
|
|
"docs-build": "run-s build docs-build-only",
|
|
"docs-build-only": "node ./bin/vitepress build docs",
|
|
"docs-serve": "node ./bin/vitepress serve docs",
|
|
"ci-docs": "run-s docs-build"
|
|
},
|
|
"dependencies": {
|
|
"@docsearch/css": "^3.0.0",
|
|
"@docsearch/js": "^3.0.0",
|
|
"@vitejs/plugin-vue": "^2.3.2",
|
|
"@vueuse/core": "^8.5.0",
|
|
"body-scroll-lock": "^4.0.0-beta.0",
|
|
"shiki": "^0.10.1",
|
|
"vite": "^2.9.7",
|
|
"vue": "3.2.33"
|
|
},
|
|
"devDependencies": {
|
|
"@rollup/plugin-alias": "^3.1.5",
|
|
"@rollup/plugin-commonjs": "^20.0.0",
|
|
"@rollup/plugin-json": "^4.1.0",
|
|
"@rollup/plugin-node-resolve": "^13.0.4",
|
|
"@rollup/plugin-replace": "^4.0.0",
|
|
"@types/body-scroll-lock": "^3.1.0",
|
|
"@types/compression": "^1.7.0",
|
|
"@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/micromatch": "^4.0.2",
|
|
"@types/minimist": "^1.2.2",
|
|
"@types/node": "^15.6.1",
|
|
"@types/polka": "^0.5.3",
|
|
"@types/prompts": "^2.0.14",
|
|
"chokidar": "^3.5.1",
|
|
"compression": "^1.7.4",
|
|
"conventional-changelog-cli": "^2.1.1",
|
|
"cross-spawn": "^7.0.3",
|
|
"debug": "^4.3.2",
|
|
"diacritics": "^1.3.0",
|
|
"enquirer": "^2.3.6",
|
|
"esbuild": "^0.14.0",
|
|
"escape-html": "^1.0.3",
|
|
"execa": "^6.1.0",
|
|
"fast-glob": "^3.2.7",
|
|
"fs-extra": "^10.0.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",
|
|
"markdown-it-container": "^3.0.0",
|
|
"markdown-it-emoji": "^2.0.0",
|
|
"markdown-it-toc-done-right": "^4.2.0",
|
|
"micromatch": "^4.0.4",
|
|
"minimist": "^1.2.5",
|
|
"npm-run-all": "^4.1.5",
|
|
"ora": "^5.4.0",
|
|
"picocolors": "^1.0.0",
|
|
"polka": "^0.5.2",
|
|
"prettier": "^2.3.0",
|
|
"prompts": "^2.4.2",
|
|
"rimraf": "^3.0.2",
|
|
"rollup": "^2.56.3",
|
|
"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",
|
|
"supports-color": "^9.2.2",
|
|
"typescript": "^4.7.2",
|
|
"vitest": "^0.10.4"
|
|
},
|
|
"pnpm": {
|
|
"peerDependencyRules": {
|
|
"ignoreMissing": [
|
|
"@algolia/client-search",
|
|
"@types/react",
|
|
"react",
|
|
"react-dom"
|
|
]
|
|
}
|
|
},
|
|
"simple-git-hooks": {
|
|
"pre-commit": "pnpm lint-staged"
|
|
},
|
|
"lint-staged": {
|
|
"*": [
|
|
"prettier --write --ignore-unknown"
|
|
]
|
|
}
|
|
}
|