25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

167 lines
4.8 KiB

  1. {
  2. "_args": [
  3. [
  4. "draft-js@0.11.5",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "draft-js@0.11.5",
  9. "_id": "draft-js@0.11.5",
  10. "_inBundle": false,
  11. "_integrity": "sha512-RlHcoDtblwCD6Bw2ay3D0dTLA6lH8862OcdJrHGnYrY5JjlitzSzGvGQwqqumVvbGUNDSZLD3FyNpSs4z5WIUg==",
  12. "_location": "/draft-js",
  13. "_phantomChildren": {
  14. "fbjs-css-vars": "1.0.2",
  15. "isomorphic-fetch": "2.2.1",
  16. "loose-envify": "1.4.0",
  17. "object-assign": "4.1.1",
  18. "promise": "7.3.1",
  19. "setimmediate": "1.0.5",
  20. "ua-parser-js": "0.7.21"
  21. },
  22. "_requested": {
  23. "type": "version",
  24. "registry": true,
  25. "raw": "draft-js@0.11.5",
  26. "name": "draft-js",
  27. "escapedName": "draft-js",
  28. "rawSpec": "0.11.5",
  29. "saveSpec": null,
  30. "fetchSpec": "0.11.5"
  31. },
  32. "_requiredBy": [
  33. "/"
  34. ],
  35. "_resolved": "https://registry.npmjs.org/draft-js/-/draft-js-0.11.5.tgz",
  36. "_spec": "0.11.5",
  37. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  38. "bugs": {
  39. "url": "https://github.com/facebook/draft-js/issues"
  40. },
  41. "dependencies": {
  42. "fbjs": "^1.0.0",
  43. "immutable": "~3.7.4",
  44. "object-assign": "^4.1.1"
  45. },
  46. "description": "A React framework for building text editors.",
  47. "devDependencies": {
  48. "@babel/core": "^7.6.4",
  49. "@babel/plugin-proposal-nullish-coalescing-operator": "^7.4.4",
  50. "@babel/plugin-proposal-optional-chaining": "^7.9.0",
  51. "alex": "^8.0.0",
  52. "babel-eslint": "^10.0.3",
  53. "babel-preset-fbjs": "^3.3.0",
  54. "cross-env": "^6.0.3",
  55. "del": "^5.1.0",
  56. "es6-shim": "^0.35.5",
  57. "eslint": "^6.8.0",
  58. "eslint-config-fbjs": "^3.1.1",
  59. "eslint-config-prettier": "^6.9.0",
  60. "eslint-plugin-babel": "^5.3.0",
  61. "eslint-plugin-flowtype": "^4.6.0",
  62. "eslint-plugin-jsx-a11y": "^6.2.3",
  63. "eslint-plugin-prettier": "^3.1.2",
  64. "eslint-plugin-react": "^7.17.0",
  65. "fbjs-scripts": "^1.2.0",
  66. "flow-bin": "^0.115.0",
  67. "gulp": "^4.0.2",
  68. "gulp-babel": "^8.0.0",
  69. "gulp-clean-css": "^4.2.0",
  70. "gulp-concat-css": "^3.1.0",
  71. "gulp-derequire": "^2.1.0",
  72. "gulp-flatten": "^0.4.0",
  73. "gulp-header": "^2.0.9",
  74. "gulp-if": "^3.0.0",
  75. "gulp-rename": "2",
  76. "gulp-util": "^3.0.6",
  77. "jest": "^24.9.0",
  78. "prettier": "1.19.1",
  79. "react": "^16.8.0",
  80. "react-dom": "^16.8.0",
  81. "react-test-renderer": "^16.0.0",
  82. "stats-webpack-plugin": "^0.6.2",
  83. "through2": "^3.0.1",
  84. "uglifyjs-webpack-plugin": "2",
  85. "webpack-stream": "5.2.1"
  86. },
  87. "devEngines": {
  88. "node": "10.x || 12.x || 13.x",
  89. "npm": "2.x || 3.x || 5.x || 6.x"
  90. },
  91. "files": [
  92. "dist/",
  93. "lib/",
  94. "LICENSE"
  95. ],
  96. "homepage": "http://draftjs.org/",
  97. "jest": {
  98. "globals": {
  99. "__DEV__": true
  100. },
  101. "rootDir": "./",
  102. "roots": [
  103. "<rootDir>/src/"
  104. ],
  105. "setupFiles": [
  106. "<rootDir>/scripts/jest/shims.js"
  107. ],
  108. "transform": {
  109. ".*": "<rootDir>/scripts/jest/preprocessor.js"
  110. },
  111. "haste": {
  112. "hasteImplModulePath": "<rootDir>/scripts/jest/hasteImpl.js"
  113. },
  114. "modulePathIgnorePatterns": [
  115. "<rootDir>/lib/",
  116. "<rootDir>/node_modules/"
  117. ],
  118. "transformIgnorePatterns": [
  119. "<rootDir>/node_modules/"
  120. ],
  121. "unmockedModulePathPatterns": [
  122. "<rootDir>/node_modules/fbjs/node_modules/",
  123. "<rootDir>/node_modules/fbjs/lib/UserAgent.js",
  124. "<rootDir>/node_modules/fbjs/lib/UserAgentData.js",
  125. "<rootDir>/node_modules/fbjs-scripts/",
  126. "<rootDir>/node_modules/immutable/",
  127. "<rootDir>/node_modules/object-assign/",
  128. "<rootDir>/node_modules/react/",
  129. "<rootDir>/node_modules/react-dom/"
  130. ]
  131. },
  132. "keywords": [
  133. "draftjs",
  134. "editor",
  135. "react",
  136. "richtext"
  137. ],
  138. "license": "MIT",
  139. "main": "lib/Draft.js",
  140. "name": "draft-js",
  141. "peerDependencies": {
  142. "react": "^0.14.0 || ^15.0.0-rc || ^16.0.0-rc || ^16.0.0",
  143. "react-dom": "^0.14.0 || ^15.0.0-rc || ^16.0.0-rc || ^16.0.0"
  144. },
  145. "repository": {
  146. "type": "git",
  147. "url": "git+https://github.com/facebook/draft-js.git"
  148. },
  149. "scripts": {
  150. "build": "gulp",
  151. "dev": "gulp dev",
  152. "flow": "flow src",
  153. "format": "eslint . --fix",
  154. "format-docs": "prettier --config prettier.config.js --write \"docs/**/*.md\"",
  155. "format-docs:diff": "prettier --config prettier.config.js --list-different \"docs/**/*.md\"",
  156. "lint": "eslint .",
  157. "lint-docs": "alex . && yarn format-docs:diff",
  158. "postbuild": "node node_modules/fbjs-scripts/node/check-lib-requires.js lib",
  159. "prepublish": "npm run build",
  160. "pretest": "node node_modules/fbjs-scripts/node/check-dev-engines.js package.json",
  161. "test": "cross-env NODE_ENV=test jest",
  162. "test-ci": "cross-env NODE_ENV=test npm run lint && npm run flow && npm run test"
  163. },
  164. "style": "dist/Draft.css",
  165. "version": "0.11.5"
  166. }