package.json 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165
  1. {
  2. "//": "READ CONTRIBUTING.md to understand what to put under deps vs. devDeps!",
  3. "_from": "vite@2.9.8",
  4. "_id": "vite@2.9.8",
  5. "_inBundle": false,
  6. "_integrity": "sha512-zsBGwn5UT3YS0NLSJ7hnR54+vUKfgzMUh/Z9CxF1YKEBVIe213+63jrFLmZphgGI5zXwQCSmqIdbPuE8NJywPw==",
  7. "_location": "/vite",
  8. "_phantomChildren": {},
  9. "_requested": {
  10. "type": "version",
  11. "registry": true,
  12. "raw": "vite@2.9.8",
  13. "name": "vite",
  14. "escapedName": "vite",
  15. "rawSpec": "2.9.8",
  16. "saveSpec": null,
  17. "fetchSpec": "2.9.8"
  18. },
  19. "_requiredBy": [
  20. "/vitepress"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/vite/-/vite-2.9.8.tgz",
  23. "_shasum": "2c2cb0790beb0fbe4b8c0995b80fe691a91c2545",
  24. "_spec": "vite@2.9.8",
  25. "_where": "D:\\work\\liebao-developApi\\node_modules\\vitepress",
  26. "author": {
  27. "name": "Evan You"
  28. },
  29. "bin": {
  30. "vite": "bin/vite.js"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/vitejs/vite/issues"
  34. },
  35. "bundleDependencies": false,
  36. "dependencies": {
  37. "esbuild": "^0.14.27",
  38. "fsevents": "~2.3.2",
  39. "postcss": "^8.4.13",
  40. "resolve": "^1.22.0",
  41. "rollup": "^2.59.0"
  42. },
  43. "deprecated": false,
  44. "description": "Native-ESM powered web dev build tool",
  45. "devDependencies": {
  46. "@ampproject/remapping": "^2.2.0",
  47. "@babel/parser": "^7.17.10",
  48. "@babel/types": "^7.17.10",
  49. "@jridgewell/trace-mapping": "^0.3.9",
  50. "@rollup/plugin-alias": "^3.1.9",
  51. "@rollup/plugin-commonjs": "^21.1.0",
  52. "@rollup/plugin-dynamic-import-vars": "^1.4.3",
  53. "@rollup/plugin-json": "^4.1.0",
  54. "@rollup/plugin-node-resolve": "13.2.1",
  55. "@rollup/plugin-typescript": "^8.3.2",
  56. "@rollup/pluginutils": "^4.2.1",
  57. "@types/convert-source-map": "^1.5.2",
  58. "@types/cross-spawn": "^6.0.2",
  59. "@types/debug": "^4.1.7",
  60. "@types/estree": "^0.0.51",
  61. "@types/etag": "^1.8.1",
  62. "@types/less": "^3.0.3",
  63. "@types/micromatch": "^4.0.2",
  64. "@types/mime": "^2.0.3",
  65. "@types/node": "^17.0.25",
  66. "@types/resolve": "^1.20.2",
  67. "@types/sass": "~1.43.1",
  68. "@types/stylus": "^0.48.37",
  69. "@types/ws": "^8.5.3",
  70. "@vue/compiler-dom": "^3.2.33",
  71. "acorn": "^8.7.1",
  72. "cac": "6.7.9",
  73. "chokidar": "^3.5.3",
  74. "connect": "^3.7.0",
  75. "connect-history-api-fallback": "^1.6.0",
  76. "convert-source-map": "^1.8.0",
  77. "cors": "^2.8.5",
  78. "cross-spawn": "^7.0.3",
  79. "debug": "^4.3.4",
  80. "dotenv": "^14.3.2",
  81. "dotenv-expand": "^5.1.0",
  82. "es-module-lexer": "^0.10.5",
  83. "estree-walker": "^2.0.2",
  84. "etag": "^1.8.1",
  85. "fast-glob": "^3.2.11",
  86. "http-proxy": "^1.18.1",
  87. "json5": "^2.2.1",
  88. "launch-editor-middleware": "^2.3.0",
  89. "magic-string": "^0.26.1",
  90. "micromatch": "^4.0.5",
  91. "mrmime": "^1.0.0",
  92. "node-forge": "^1.3.1",
  93. "okie": "^1.0.1",
  94. "open": "^8.4.0",
  95. "periscopic": "^2.0.3",
  96. "picocolors": "^1.0.0",
  97. "postcss-import": "^14.1.0",
  98. "postcss-load-config": "^3.1.4",
  99. "postcss-modules": "^4.3.1",
  100. "resolve.exports": "^1.1.0",
  101. "rollup-plugin-license": "^2.7.0",
  102. "sirv": "^2.0.2",
  103. "source-map-js": "^1.0.2",
  104. "source-map-support": "^0.5.21",
  105. "strip-ansi": "^6.0.1",
  106. "terser": "^5.13.1",
  107. "tsconfck": "^1.2.2",
  108. "tslib": "^2.4.0",
  109. "types": "link:./types",
  110. "ws": "^8.6.0"
  111. },
  112. "engines": {
  113. "node": ">=12.2.0"
  114. },
  115. "files": [
  116. "bin",
  117. "dist",
  118. "client.d.ts",
  119. "src/client",
  120. "types"
  121. ],
  122. "homepage": "https://github.com/vitejs/vite/tree/main/#readme",
  123. "license": "MIT",
  124. "main": "dist/node/index.js",
  125. "name": "vite",
  126. "optionalDependencies": {
  127. "fsevents": "~2.3.2"
  128. },
  129. "peerDependencies": {
  130. "less": "*",
  131. "sass": "*",
  132. "stylus": "*"
  133. },
  134. "peerDependenciesMeta": {
  135. "sass": {
  136. "optional": true
  137. },
  138. "stylus": {
  139. "optional": true
  140. },
  141. "less": {
  142. "optional": true
  143. }
  144. },
  145. "repository": {
  146. "type": "git",
  147. "url": "git+https://github.com/vitejs/vite.git",
  148. "directory": "packages/vite"
  149. },
  150. "scripts": {
  151. "build": "rimraf dist && npm run lint && run-s build-bundle build-types",
  152. "build-bundle": "rollup -c",
  153. "build-temp-types": "tsc --emitDeclarationOnly --outDir temp/node -p src/node",
  154. "build-types": "run-s build-temp-types patch-types roll-types",
  155. "ci-build": "rimraf dist && run-s build-bundle build-types",
  156. "dev": "rimraf dist && rollup -c -w",
  157. "format": "prettier --write --parser typescript \"src/**/*.ts\"",
  158. "lint": "eslint --ext .ts src/**",
  159. "patch-types": "ts-node scripts/patchTypes.ts",
  160. "prepublishOnly": "npm run build",
  161. "roll-types": "api-extractor run && rimraf temp"
  162. },
  163. "types": "dist/node/index.d.ts",
  164. "version": "2.9.8"
  165. }