package.json 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165
  1. {
  2. "_development": true,
  3. "_from": "vitepress@0.22.4",
  4. "_id": "vitepress@0.22.4",
  5. "_inBundle": false,
  6. "_integrity": "sha512-oZUnLO/SpYdThaBKefDeOiVlr0Rie4Ppx3FzMnMyLtJnI5GlBMNjqYqMy/4+umm/iC+ZDJfI+IlDKxv5fZnYzA==",
  7. "_location": "/vitepress",
  8. "_phantomChildren": {},
  9. "_requested": {
  10. "type": "version",
  11. "registry": true,
  12. "raw": "vitepress@0.22.4",
  13. "name": "vitepress",
  14. "escapedName": "vitepress",
  15. "rawSpec": "0.22.4",
  16. "saveSpec": null,
  17. "fetchSpec": "0.22.4"
  18. },
  19. "_requiredBy": [
  20. "#DEV:/"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/vitepress/-/vitepress-0.22.4.tgz",
  23. "_shasum": "d4d778fb06decfc2c31c105f6a7a136843cdfb08",
  24. "_spec": "vitepress@0.22.4",
  25. "_where": "D:\\work\\liebao-developApi",
  26. "author": {
  27. "name": "Evan You"
  28. },
  29. "bin": {
  30. "vitepress": "bin/vitepress.js"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/vuejs/vitepress/issues"
  34. },
  35. "bundleDependencies": false,
  36. "dependencies": {
  37. "@docsearch/css": "^3.0.0",
  38. "@docsearch/js": "^3.0.0",
  39. "@vitejs/plugin-vue": "^2.3.2",
  40. "prismjs": "^1.25.0",
  41. "vite": "^2.9.7",
  42. "vue": "^3.2.33"
  43. },
  44. "deprecated": false,
  45. "description": "Vite & Vue powered static site generator",
  46. "devDependencies": {
  47. "@microsoft/api-extractor": "^7.23.1",
  48. "@rollup/plugin-alias": "^3.1.5",
  49. "@rollup/plugin-commonjs": "^20.0.0",
  50. "@rollup/plugin-json": "^4.1.0",
  51. "@rollup/plugin-node-resolve": "^13.0.4",
  52. "@types/compression": "^1.7.0",
  53. "@types/cross-spawn": "^6.0.2",
  54. "@types/debug": "^4.1.7",
  55. "@types/fs-extra": "^9.0.11",
  56. "@types/koa": "^2.13.1",
  57. "@types/koa-static": "^4.0.1",
  58. "@types/lru-cache": "^5.1.0",
  59. "@types/markdown-it": "^12.0.1",
  60. "@types/micromatch": "^4.0.2",
  61. "@types/node": "^15.6.1",
  62. "@types/polka": "^0.5.3",
  63. "chalk": "^4.1.1",
  64. "chokidar": "^3.5.1",
  65. "compression": "^1.7.4",
  66. "conventional-changelog-cli": "^2.1.1",
  67. "cross-spawn": "^7.0.3",
  68. "debug": "^4.3.2",
  69. "diacritics": "^1.3.0",
  70. "enquirer": "^2.3.6",
  71. "esbuild": "^0.14.0",
  72. "escape-html": "^1.0.3",
  73. "execa": "^5.0.0",
  74. "fast-glob": "^3.2.7",
  75. "fs-extra": "^10.0.0",
  76. "globby": "^11.0.3",
  77. "gray-matter": "^4.0.3",
  78. "lint-staged": "^11.0.0",
  79. "lru-cache": "^6.0.0",
  80. "markdown-it": "^12.3.2",
  81. "markdown-it-anchor": "^8.4.1",
  82. "markdown-it-attrs": "^4.1.3",
  83. "markdown-it-container": "^3.0.0",
  84. "markdown-it-emoji": "^2.0.0",
  85. "markdown-it-table-of-contents": "^0.6.0",
  86. "micromatch": "^4.0.4",
  87. "minimist": "^1.2.5",
  88. "npm-run-all": "^4.1.5",
  89. "ora": "^5.4.0",
  90. "polka": "^0.5.2",
  91. "prettier": "^2.3.0",
  92. "rimraf": "^3.0.2",
  93. "rollup": "^2.56.3",
  94. "rollup-plugin-esbuild": "^4.8.2",
  95. "semver": "^7.3.5",
  96. "sirv": "^1.0.12",
  97. "typescript": "^4.6.4",
  98. "vitest": "^0.10.4",
  99. "yorkie": "^2.0.0"
  100. },
  101. "engines": {
  102. "node": ">=14.0.0"
  103. },
  104. "files": [
  105. "bin",
  106. "dist",
  107. "types",
  108. "client.d.ts",
  109. "theme.d.ts"
  110. ],
  111. "gitHooks": {
  112. "pre-commit": "lint-staged"
  113. },
  114. "homepage": "https://github.com/vuejs/vitepress/tree/master/#readme",
  115. "keywords": [
  116. "vite",
  117. "vue",
  118. "vitepress"
  119. ],
  120. "license": "MIT",
  121. "lint-staged": {
  122. "*.js": [
  123. "prettier --write"
  124. ],
  125. "*.ts": [
  126. "prettier --parser=typescript --write"
  127. ]
  128. },
  129. "main": "dist/node/index.js",
  130. "name": "vitepress",
  131. "repository": {
  132. "type": "git",
  133. "url": "git+https://github.com/vuejs/vitepress.git"
  134. },
  135. "scripts": {
  136. "build": "run-s build-prepare build-client build-node build-types",
  137. "build-client": "tsc -p src/client && node scripts/copyClient",
  138. "build-node": "rollup -c scripts/rollup.config.js",
  139. "build-prepare": "rimraf -rf dist && node scripts/copyShared",
  140. "build-types": "run-s build-types-client build-types-node",
  141. "build-types-client": "tsc -p src/client --declaration --emitDeclarationOnly --outDir dist/temp && api-extractor run -c api-extractor.client.json && rimraf dist/temp",
  142. "build-types-node": "tsc -p src/node --declaration --emitDeclarationOnly --outDir dist/temp && api-extractor run -c api-extractor.node.json && rimraf dist/temp",
  143. "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
  144. "ci-docs": "run-s build docs-build",
  145. "dev": "run-s dev-shared dev-start",
  146. "dev-client": "tsc -w -p src/client",
  147. "dev-node": "tsc -w -p src/node",
  148. "dev-shared": "node scripts/copyShared",
  149. "dev-start": "run-p dev-client dev-node dev-watch",
  150. "dev-watch": "node scripts/watchAndCopy",
  151. "docs": "run-p dev docs-dev",
  152. "docs-build": "run-s build docs-build-only",
  153. "docs-build-only": "node ./bin/vitepress build docs",
  154. "docs-debug": "node --inspect-brk ./bin/vitepress dev docs",
  155. "docs-dev": "node ./bin/vitepress dev docs",
  156. "docs-serve": "node ./bin/vitepress serve docs",
  157. "lint": "run-s lint:js lint:ts",
  158. "lint:js": "prettier --check --write \"{bin,docs,scripts,src}/**/*.js\"",
  159. "lint:ts": "prettier --check --write --parser typescript \"{__tests__,src,docs,types}/**/*.ts\"",
  160. "release": "node scripts/release.js",
  161. "test": "vitest run __tests__ -c __tests__/vitest.config.js --globals"
  162. },
  163. "typings": "types/index.d.ts",
  164. "version": "0.22.4"
  165. }