Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

package.json 2.5 KiB

před 3 roky
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "_args": [
  3. [
  4. "html-to-draftjs@1.5.0",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "html-to-draftjs@1.5.0",
  9. "_id": "html-to-draftjs@1.5.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-kggLXBNciKDwKf+KYsuE+V5gw4dZ7nHyGMX9m0wy7urzWjKGWyNFetmArRLvRV0VrxKN70WylFsJvMTJx02OBQ==",
  12. "_location": "/html-to-draftjs",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "html-to-draftjs@1.5.0",
  18. "name": "html-to-draftjs",
  19. "escapedName": "html-to-draftjs",
  20. "rawSpec": "1.5.0",
  21. "saveSpec": null,
  22. "fetchSpec": "1.5.0"
  23. },
  24. "_requiredBy": [
  25. "/react-draft-wysiwyg"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/html-to-draftjs/-/html-to-draftjs-1.5.0.tgz",
  28. "_spec": "1.5.0",
  29. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  30. "author": {
  31. "name": "Jyoti Puri"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/jpuri/html-to-draftjs/issues"
  35. },
  36. "description": "A library for converting plain HTML to DraftJS Editor content. Build for use with **[react-draft-wysiwyg](https://github.com/jpuri/react-draft-wysiwyg)**.",
  37. "devDependencies": {
  38. "@babel/core": "^7.7.5",
  39. "@babel/preset-env": "^7.7.6",
  40. "@babel/preset-react": "^7.7.4",
  41. "@babel/register": "^7.7.4",
  42. "autoprefixer": "^9.7.3",
  43. "babel-eslint": "^10.0.3",
  44. "babel-loader": "^8.0.6",
  45. "babel-plugin-transform-flow-strip-types": "^6.22.0",
  46. "chai": "^4.2.0",
  47. "draft-js": "^0.11.3",
  48. "draftjs-to-html": "^0.9.0",
  49. "react": "^16.12.0",
  50. "react-dom": "^16.12.0",
  51. "react-draft-wysiwyg": "^1.13.2",
  52. "react-scripts": "3.3.0",
  53. "rimraf": "^3.0.0",
  54. "uglifyjs-webpack-plugin": "^2.2.0",
  55. "webpack": "^4.41.2",
  56. "webpack-cli": "^3.3.10"
  57. },
  58. "homepage": "https://github.com/jpuri/html-to-draftjs#readme",
  59. "license": "MIT",
  60. "main": "dist/html-to-draftjs.js",
  61. "name": "html-to-draftjs",
  62. "peerDependencies": {
  63. "draft-js": "^0.10.x || ^0.11.x",
  64. "immutable": "3.x.x || 4.x.x"
  65. },
  66. "repository": {
  67. "type": "git",
  68. "url": "git+https://github.com/jpuri/html-to-draftjs.git"
  69. },
  70. "scripts": {
  71. "build": "npm run clean && webpack --mode production --config config/webpack.config.js",
  72. "clean": "rimraf dist",
  73. "eject": "react-scripts eject",
  74. "start": "react-scripts start",
  75. "test": "react-scripts test --env=jsdom"
  76. },
  77. "version": "1.5.0"
  78. }