package.json 2.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. {
  2. "_from": "@vitejs/plugin-vue@2.3.2",
  3. "_id": "@vitejs/plugin-vue@2.3.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-umyypfSHS4kQLdYAnJHhaASq7FRzNCdvcRoQ3uYGNk1/M4a+hXUd7ysN7BLhCrWH6uBokyCkFeUAaFDzSaaSrQ==",
  6. "_location": "/@vitejs/plugin-vue",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "@vitejs/plugin-vue@2.3.2",
  12. "name": "@vitejs/plugin-vue",
  13. "escapedName": "@vitejs%2fplugin-vue",
  14. "scope": "@vitejs",
  15. "rawSpec": "2.3.2",
  16. "saveSpec": null,
  17. "fetchSpec": "2.3.2"
  18. },
  19. "_requiredBy": [
  20. "/vitepress"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/@vitejs/plugin-vue/-/plugin-vue-2.3.2.tgz",
  23. "_shasum": "12ea7a42e6c83d5ea48e14dc41fd2bbb5806ee37",
  24. "_spec": "@vitejs/plugin-vue@2.3.2",
  25. "_where": "D:\\work\\liebao-developApi\\node_modules\\vitepress",
  26. "author": {
  27. "name": "Evan You"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/vitejs/vite/issues"
  31. },
  32. "bundleDependencies": false,
  33. "deprecated": false,
  34. "description": "> Note: as of `vue` 3.2.13+ and `@vitejs/plugin-vue` 1.9.0+, `@vue/compiler-sfc` is no longer required as a peer dependency.",
  35. "devDependencies": {
  36. "@rollup/pluginutils": "^4.2.1",
  37. "@types/hash-sum": "^1.0.0",
  38. "debug": "^4.3.4",
  39. "hash-sum": "^2.0.0",
  40. "rollup": "^2.59.0",
  41. "slash": "^4.0.0",
  42. "source-map": "^0.6.1",
  43. "vue": "^3.2.33"
  44. },
  45. "engines": {
  46. "node": ">=12.0.0"
  47. },
  48. "files": [
  49. "dist"
  50. ],
  51. "homepage": "https://github.com/vitejs/vite/tree/main/packages/plugin-vue#readme",
  52. "license": "MIT",
  53. "main": "dist/index.js",
  54. "name": "@vitejs/plugin-vue",
  55. "peerDependencies": {
  56. "vite": "^2.5.10",
  57. "vue": "^3.2.25"
  58. },
  59. "repository": {
  60. "type": "git",
  61. "url": "git+https://github.com/vitejs/vite.git",
  62. "directory": "packages/plugin-vue"
  63. },
  64. "scripts": {
  65. "build": "rimraf dist && run-s build-bundle build-types",
  66. "build-bundle": "esbuild src/index.ts --bundle --platform=node --target=node12 --external:@vue/compiler-sfc --external:vue/compiler-sfc --external:vite --outfile=dist/index.js & npm run patch-dist",
  67. "build-types": "tsc -p . --emitDeclarationOnly --outDir temp && api-extractor run && rimraf temp",
  68. "dev": "rimraf dist && run-p dev-types dev-watch",
  69. "dev-types": "tsc -p . -w --incremental --emitDeclarationOnly",
  70. "dev-watch": "esbuild src/index.ts --watch --bundle --platform=node --target=node12 --external:@vue/compiler-sfc --external:vue/compiler-sfc --external:vite --outfile=dist/index.js",
  71. "patch-dist": "ts-node ../../scripts/patchEsbuildDist.ts dist/index.js vuePlugin",
  72. "prepublishOnly": "(cd ../vite && npm run build) && npm run build"
  73. },
  74. "types": "dist/index.d.ts",
  75. "version": "2.3.2"
  76. }