package.json 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. {
  2. "_args": [
  3. [
  4. "zx-markdown-editor@0.0.2",
  5. "D:\\qianger\\7\\jindouyunNewFront"
  6. ]
  7. ],
  8. "_from": "zx-markdown-editor@0.0.2",
  9. "_id": "zx-markdown-editor@0.0.2",
  10. "_inBundle": false,
  11. "_integrity": "sha512-MYxbcEKlVI2gPvGyMdovJT4CnoLevDnUf6muq5xoH65qNKhlDmtg8wXFlZEbERLouPGLhLqCmGALUKpj+JUoqg==",
  12. "_location": "/zx-markdown-editor",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "zx-markdown-editor@0.0.2",
  18. "name": "zx-markdown-editor",
  19. "escapedName": "zx-markdown-editor",
  20. "rawSpec": "0.0.2",
  21. "saveSpec": null,
  22. "fetchSpec": "0.0.2"
  23. },
  24. "_requiredBy": [
  25. "/"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/zx-markdown-editor/-/zx-markdown-editor-0.0.2.tgz",
  28. "_spec": "0.0.2",
  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-markdown-editor/issues"
  40. },
  41. "dependencies": {
  42. "core-js": "^3.6.5",
  43. "font-awesome": "^4.7.0",
  44. "github-markdown-css": "^4.0.0",
  45. "marked": "^1.1.0",
  46. "simplemde": "^1.11.2",
  47. "vue": "^2.6.11"
  48. },
  49. "devDependencies": {
  50. "@vue/cli-plugin-babel": "^4.4.6",
  51. "@vue/cli-plugin-eslint": "^4.4.6",
  52. "@vue/cli-service": "^4.4.6",
  53. "@vue/eslint-config-prettier": "^6.0.0",
  54. "babel-eslint": "^10.1.0",
  55. "eslint": "^7.3.1",
  56. "eslint-plugin-prettier": "^3.1.4",
  57. "eslint-plugin-vue": "^6.2.2",
  58. "prettier": "^2.0.5",
  59. "sass": "^1.26.9",
  60. "sass-loader": "^8.0.2",
  61. "vue-template-compiler": "^2.6.11"
  62. },
  63. "homepage": "https://chu1204505056.gitee.io/vue-admin-beautiful",
  64. "main": "dist/zx-markdown-editor.umd.min.js",
  65. "name": "zx-markdown-editor",
  66. "repository": {
  67. "type": "git",
  68. "url": "git+https://github.com/chuzhixin/zx-markdown-editor.git"
  69. },
  70. "scripts": {
  71. "build": "vue-cli-service build",
  72. "build:lib": "vue-cli-service build --target lib src/components/export.js",
  73. "lint": "vue-cli-service lint --fix",
  74. "push": "start ./deploy.sh",
  75. "serve": "vue-cli-service serve",
  76. "update": "ncu -u"
  77. },
  78. "version": "0.0.2"
  79. }