package.json 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. {
  2. "_args": [
  3. [
  4. "zx-contextmenu@0.0.1",
  5. "D:\\qianger\\7\\jindouyunNewFront"
  6. ]
  7. ],
  8. "_from": "zx-contextmenu@0.0.1",
  9. "_id": "zx-contextmenu@0.0.1",
  10. "_inBundle": false,
  11. "_integrity": "sha512-S+wBQKYlppoKEHpvKC2W22R8pDxV9VKQSt43Xym7lcdVq0FW1AIxLCFb83ihkipQZ5DdKOEii8EZY6UlMMgqfw==",
  12. "_location": "/zx-contextmenu",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "zx-contextmenu@0.0.1",
  18. "name": "zx-contextmenu",
  19. "escapedName": "zx-contextmenu",
  20. "rawSpec": "0.0.1",
  21. "saveSpec": null,
  22. "fetchSpec": "0.0.1"
  23. },
  24. "_requiredBy": [
  25. "/"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/zx-contextmenu/-/zx-contextmenu-0.0.1.tgz",
  28. "_spec": "0.0.1",
  29. "_where": "D:\\qianger\\7\\jindouyunNewFront",
  30. "author": {
  31. "name": "chuzhixin",
  32. "email": "1204505056@qq.com"
  33. },
  34. "browserslist": [
  35. "> 1%",
  36. "last 2 versions"
  37. ],
  38. "bugs": {
  39. "url": "https://github.com/chuzhixin/zx-contextmenu/issues"
  40. },
  41. "dependencies": {
  42. "core-js": "^3.6.5",
  43. "vue": "^2.6.12"
  44. },
  45. "devDependencies": {
  46. "@vue/cli-plugin-babel": "^4.5.6",
  47. "@vue/cli-plugin-eslint": "^4.5.6",
  48. "@vue/cli-service": "^4.5.6",
  49. "@vue/eslint-config-prettier": "^6.0.0",
  50. "babel-eslint": "^10.1.0",
  51. "eslint": "^7.9.0",
  52. "eslint-plugin-prettier": "^3.1.4",
  53. "eslint-plugin-vue": "^6.2.2",
  54. "prettier": "^2.1.2",
  55. "vue-template-compiler": "^2.6.12"
  56. },
  57. "homepage": "http://chu1204505056.gitee.io/vue-admin-beautiful",
  58. "main": "dist/zx-contextmenu.umd.min.js",
  59. "name": "zx-contextmenu",
  60. "repository": {
  61. "type": "git",
  62. "url": "git+https://github.com/chuzhixin/zx-contextmenu.git"
  63. },
  64. "scripts": {
  65. "build": "vue-cli-service build",
  66. "build:lib": "vue-cli-service build --target lib src/components/export.js",
  67. "lint": "vue-cli-service lint",
  68. "push": "start ./deploy.sh",
  69. "serve": "vue-cli-service serve",
  70. "update": "ncu -u&&cnpm i"
  71. },
  72. "version": "0.0.1"
  73. }