package.json 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. {
  2. "_args": [
  3. [
  4. "@vitejs/plugin-vue@1.6.0",
  5. "/Users/wc/Desktop/HBuilder/vue3_cesium"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "@vitejs/plugin-vue@1.6.0",
  10. "_id": "@vitejs/plugin-vue@1.6.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-n3i8htn8pTg9M+kM3cnEfsPZx/6ngInlTroth6fA1LQTJq5aTVQ8ggaE5pPoAy9vCgHPtcaXMzwpldhqRAkebQ==",
  13. "_location": "/@vitejs/plugin-vue",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "@vitejs/plugin-vue@1.6.0",
  19. "name": "@vitejs/plugin-vue",
  20. "escapedName": "@vitejs%2fplugin-vue",
  21. "scope": "@vitejs",
  22. "rawSpec": "1.6.0",
  23. "saveSpec": null,
  24. "fetchSpec": "1.6.0"
  25. },
  26. "_requiredBy": [
  27. "#DEV:/"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/@vitejs/plugin-vue/-/plugin-vue-1.6.0.tgz",
  30. "_spec": "1.6.0",
  31. "_where": "/Users/wc/Desktop/HBuilder/vue3_cesium",
  32. "author": {
  33. "name": "Evan You"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/vitejs/vite/issues"
  37. },
  38. "description": "Note: requires `@vue/compiler-sfc` as peer dependency. This is largely a port of `rollup-plugin-vue` with some vite-specific tweaks.",
  39. "devDependencies": {
  40. "@rollup/pluginutils": "^4.1.1",
  41. "@types/hash-sum": "^1.0.0",
  42. "@vue/compiler-sfc": "^3.2.6",
  43. "debug": "^4.3.2",
  44. "hash-sum": "^2.0.0",
  45. "rollup": "^2.38.5",
  46. "slash": "^3.0.0",
  47. "source-map": "^0.6.1"
  48. },
  49. "engines": {
  50. "node": ">=12.0.0"
  51. },
  52. "files": [
  53. "dist"
  54. ],
  55. "homepage": "https://github.com/vitejs/vite/tree/main/packages/plugin-vue#readme",
  56. "license": "MIT",
  57. "main": "dist/index.js",
  58. "name": "@vitejs/plugin-vue",
  59. "peerDependencies": {
  60. "@vue/compiler-sfc": "^3.2.6"
  61. },
  62. "repository": {
  63. "type": "git",
  64. "url": "git+https://github.com/vitejs/vite.git",
  65. "directory": "packages/plugin-vue"
  66. },
  67. "scripts": {
  68. "build": "rimraf dist && run-s build-bundle build-types",
  69. "build-bundle": "esbuild src/index.ts --bundle --platform=node --target=node12 --external:@vue/compiler-sfc --outfile=dist/index.js",
  70. "build-types": "tsc -p . --emitDeclarationOnly --outDir temp && api-extractor run && rimraf temp",
  71. "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s --commit-path . --lerna-package plugin-vue",
  72. "dev": "tsc -p . -w --incremental",
  73. "release": "node ../../scripts/release.js"
  74. },
  75. "types": "dist/index.d.ts",
  76. "version": "1.6.0"
  77. }