package.json 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. {
  2. "_from": "@wangeditor/editor@^5.1.23",
  3. "_id": "@wangeditor/editor@5.1.23",
  4. "_inBundle": false,
  5. "_integrity": "sha512-0RxfeVTuK1tktUaPROnCoFfaHVJpRAIE2zdS0mpP+vq1axVQpLjM8+fCvKzqYIkH0Pg+C+44hJpe3VVroSkEuQ==",
  6. "_location": "/@wangeditor/editor",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@wangeditor/editor@^5.1.23",
  12. "name": "@wangeditor/editor",
  13. "escapedName": "@wangeditor%2feditor",
  14. "scope": "@wangeditor",
  15. "rawSpec": "^5.1.23",
  16. "saveSpec": null,
  17. "fetchSpec": "^5.1.23"
  18. },
  19. "_requiredBy": [
  20. "/"
  21. ],
  22. "_resolved": "https://registry.npmmirror.com/@wangeditor/editor/-/editor-5.1.23.tgz",
  23. "_shasum": "c9d2007b7cb0ceef6b72692b4ee87b01ee2367b3",
  24. "_spec": "@wangeditor/editor@^5.1.23",
  25. "_where": "E:\\qinduan\\mallbackinfrontend",
  26. "author": {
  27. "name": "wangfupeng1988",
  28. "email": "wangfupeng1988@163.com"
  29. },
  30. "browser": {
  31. "./dist/index.js": "./dist/index.js",
  32. "./dist/index.esm.js": "./dist/index.esm.js"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/wangeditor-team/wangEditor/issues"
  36. },
  37. "bundleDependencies": false,
  38. "contributors": [],
  39. "dependencies": {
  40. "@uppy/core": "^2.1.1",
  41. "@uppy/xhr-upload": "^2.0.3",
  42. "@wangeditor/basic-modules": "^1.1.7",
  43. "@wangeditor/code-highlight": "^1.0.3",
  44. "@wangeditor/core": "^1.1.19",
  45. "@wangeditor/list-module": "^1.0.5",
  46. "@wangeditor/table-module": "^1.1.4",
  47. "@wangeditor/upload-image-module": "^1.0.2",
  48. "@wangeditor/video-module": "^1.1.4",
  49. "dom7": "^3.0.0",
  50. "is-hotkey": "^0.2.0",
  51. "lodash.camelcase": "^4.3.0",
  52. "lodash.clonedeep": "^4.5.0",
  53. "lodash.debounce": "^4.0.8",
  54. "lodash.foreach": "^4.5.0",
  55. "lodash.isequal": "^4.5.0",
  56. "lodash.throttle": "^4.1.1",
  57. "lodash.toarray": "^4.4.0",
  58. "nanoid": "^3.2.0",
  59. "slate": "^0.72.0",
  60. "snabbdom": "^3.1.0"
  61. },
  62. "deprecated": false,
  63. "description": "Web rich text editor, Web 富文本编辑器",
  64. "directories": {
  65. "lib": "dist",
  66. "test": "__tests__"
  67. },
  68. "files": [
  69. "dist"
  70. ],
  71. "gitHead": "75812c37496111f1b6e8121967db9c7f2c2ba46d",
  72. "homepage": "https://www.wangeditor.com/",
  73. "keywords": [
  74. "wangeditor",
  75. "rich text",
  76. "editor",
  77. "富文本",
  78. "编辑器"
  79. ],
  80. "license": "MIT",
  81. "main": "dist/index.js",
  82. "module": "dist/index.esm.js",
  83. "name": "@wangeditor/editor",
  84. "publishConfig": {
  85. "access": "public",
  86. "registry": "https://registry.npmjs.com/"
  87. },
  88. "repository": {
  89. "type": "git",
  90. "url": "git+https://github.com/wangeditor-team/wangEditor.git"
  91. },
  92. "scripts": {
  93. "build": "cross-env NODE_ENV=production rollup -c rollup.config.js",
  94. "dev": "cross-env NODE_ENV=development rollup -c rollup.config.js",
  95. "dev-size-stats": "cross-env NODE_ENV=development:size_stats rollup -c rollup.config.js",
  96. "dev-watch": "cross-env NODE_ENV=development rollup -c rollup.config.js -w",
  97. "example": "concurrently \"yarn dev-watch\" \"http-server -p 8881 -c-1\" ",
  98. "size-stats": "cross-env NODE_ENV=production:size_stats rollup -c rollup.config.js",
  99. "test": "jest",
  100. "test-c": "jest --coverage"
  101. },
  102. "types": "dist/editor/src/index.d.ts",
  103. "version": "5.1.23"
  104. }