package.json 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166
  1. {
  2. "_from": "vue-quill-editor@^3.0.6",
  3. "_id": "vue-quill-editor@3.0.6",
  4. "_inBundle": false,
  5. "_integrity": "sha512-g20oSZNWg8Hbu41Kinjd55e235qVWPLfg4NvsLW6d+DhgBTFbEuMpcWlUdrD6qT3+Noim6DRu18VLM9lVShXOQ==",
  6. "_location": "/vue-quill-editor",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "vue-quill-editor@^3.0.6",
  12. "name": "vue-quill-editor",
  13. "escapedName": "vue-quill-editor",
  14. "rawSpec": "^3.0.6",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.0.6"
  17. },
  18. "_requiredBy": [
  19. "/avue-plugin-ueditor"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/vue-quill-editor/-/vue-quill-editor-3.0.6.tgz",
  22. "_shasum": "1f85646211d68a31a80a72cb7f45bb2f119bc8fb",
  23. "_spec": "vue-quill-editor@^3.0.6",
  24. "_where": "D:\\jiayue\\pig-ui\\node_modules\\avue-plugin-ueditor",
  25. "author": {
  26. "name": "Surmon",
  27. "email": "surmon@foxmail.com",
  28. "url": "https://surmon.me"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/surmon-china/vue-quill-editor/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "object-assign": "^4.1.1",
  36. "quill": "^1.3.4"
  37. },
  38. "deprecated": false,
  39. "description": "Quill editor component for Vue",
  40. "devDependencies": {
  41. "autoprefixer": "^6.7.2",
  42. "babel-cli": "^6.23.0",
  43. "babel-core": "^6.24.1",
  44. "babel-eslint": "^7.1.1",
  45. "babel-helper-vue-jsx-merge-props": "^2.0.2",
  46. "babel-loader": "^6.2.10",
  47. "babel-plugin-istanbul": "^3.1.2",
  48. "babel-plugin-syntax-jsx": "^6.13.0",
  49. "babel-plugin-transform-es2015-destructuring": "^6.23.0",
  50. "babel-plugin-transform-export-extensions": "^6.8.0",
  51. "babel-plugin-transform-object-rest-spread": "^6.23.0",
  52. "babel-plugin-transform-runtime": "^6.23.0",
  53. "babel-preset-es2015": "^6.24.1",
  54. "babel-preset-stage-2": "^6.22.0",
  55. "babel-register": "^6.0.0",
  56. "chai": "^3.5.0",
  57. "chalk": "^1.1.3",
  58. "connect-history-api-fallback": "^1.1.0",
  59. "copy-webpack-plugin": "^4.0.0",
  60. "cross-env": "^5.0.0",
  61. "cross-spawn": "^5.1.0",
  62. "css-loader": "^0.25.0",
  63. "eslint": "^3.14.1",
  64. "eslint-config-standard": "^6.1.0",
  65. "eslint-friendly-formatter": "^2.0.5",
  66. "eslint-loader": "^1.6.1",
  67. "eslint-plugin-html": "^2.0.0",
  68. "eslint-plugin-promise": "^3.4.0",
  69. "eslint-plugin-standard": "^2.0.1",
  70. "eventsource-polyfill": "^0.9.6",
  71. "express": "^4.13.3",
  72. "extract-text-webpack-plugin": "^2.0.0-rc.3",
  73. "file-loader": "^0.10.0",
  74. "friendly-errors-webpack-plugin": "^1.1.3",
  75. "function-bind": "^1.1.0",
  76. "html-loader": "^0.4.4",
  77. "html-webpack-plugin": "^2.28.0",
  78. "http-proxy-middleware": "^0.17.3",
  79. "inject-loader": "^2.0.1",
  80. "json-loader": "^0.5.4",
  81. "jstransformer-markdown-it": "^2.0.0",
  82. "karma": "^1.4.1",
  83. "karma-coverage": "^1.1.1",
  84. "karma-mocha": "^1.3.0",
  85. "karma-phantomjs-launcher": "^1.0.2",
  86. "karma-sinon-chai": "^1.2.4",
  87. "karma-sourcemap-loader": "^0.3.7",
  88. "karma-spec-reporter": "0.0.26",
  89. "karma-webpack": "^2.0.2",
  90. "lolex": "^1.5.2",
  91. "mocha": "^3.2.0",
  92. "opn": "^4.0.2",
  93. "optimize-css-assets-webpack-plugin": "^1.3.0",
  94. "ora": "^0.3.0",
  95. "phantomjs-prebuilt": "^2.1.3",
  96. "raw-loader": "^0.5.1",
  97. "semver": "^5.3.0",
  98. "shelljs": "^0.7.4",
  99. "sinon": "^2.1.0",
  100. "sinon-chai": "^2.8.0",
  101. "uglify-js": "^3.0.15",
  102. "url-loader": "^0.5.7",
  103. "vue": "^2.5.0",
  104. "vue-hot-reload-api": "^1.2.0",
  105. "vue-html-loader": "^1.0.0",
  106. "vue-loader": "^13.3.0",
  107. "vue-template-compiler": "^2.5.2",
  108. "vue-template-es2015-compiler": "^1.6.0",
  109. "webpack": "^2.2.1",
  110. "webpack-bundle-analyzer": "^2.2.1",
  111. "webpack-dev-middleware": "^1.10.0",
  112. "webpack-hot-middleware": "^2.16.1",
  113. "webpack-merge": "^2.6.1"
  114. },
  115. "engines": {
  116. "node": ">= 4.0.0",
  117. "npm": ">= 3.0.0"
  118. },
  119. "expDependencies": {
  120. "node-sass": "^4.7.2",
  121. "sass-loader": "^6.0.6",
  122. "highlight.js": "^9.12.0",
  123. "quill-image-drop-module": "^1.0.3",
  124. "quill-image-resize-module": "^3.0.0",
  125. "vue-quill-editor": "^3.0.0"
  126. },
  127. "files": [
  128. "dist",
  129. "src"
  130. ],
  131. "homepage": "https://github.com/surmon-china/vue-quill-editor#readme",
  132. "jsnext:main": "dist/vue-quill-editor.js",
  133. "jspm": {
  134. "main": "dist/vue-quill-editor.js",
  135. "registry": "npm",
  136. "format": "esm"
  137. },
  138. "keywords": [
  139. "vue-quill-editor",
  140. "vue quill",
  141. "vue text editor",
  142. "vue rich text editor",
  143. "vue web editor",
  144. "vue editor"
  145. ],
  146. "license": "MIT",
  147. "main": "dist/vue-quill-editor.js",
  148. "name": "vue-quill-editor",
  149. "private": false,
  150. "repository": {
  151. "type": "git",
  152. "url": "git+https://github.com/surmon-china/vue-quill-editor.git"
  153. },
  154. "scripts": {
  155. "build": "npm run build:spa && npm run build:ssr",
  156. "build:spa": "cross-env NODE_ENV=production webpack --config config/build.conf.js",
  157. "build:ssr": "babel src/ssr.js --out-file dist/ssr.js",
  158. "finish": "npm run lint && npm test && npm run build",
  159. "lint": "eslint --ext .js,.vue src test/unit/specs",
  160. "publish": "git push && git push --tags && npm publish",
  161. "test": "cross-env BABEL_ENV=test NODE_ENV=testing karma start test/unit/karma.conf.js --single-run",
  162. "unit": "cross-env BABEL_ENV=test NODE_ENV=testing karma start test/unit/karma.conf.js --watch"
  163. },
  164. "unpkg": "dist/vue-quill-editor.js",
  165. "version": "3.0.6"
  166. }