package.json 5.2 KB

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