package.json 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158
  1. {
  2. "_from": "react-ace@^9.4.0",
  3. "_id": "react-ace@9.4.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-fpY3AGViE1OglXThgn3wZWcPoAxr0bqRYqeG3jY3m1L7OIHo0GfZ3bJI0grhrADDy2i9jQoip9xZfpOFupQCsw==",
  6. "_location": "/react-ace",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "react-ace@^9.4.0",
  12. "name": "react-ace",
  13. "escapedName": "react-ace",
  14. "rawSpec": "^9.4.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^9.4.0"
  17. },
  18. "_requiredBy": [
  19. "#USER",
  20. "/"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/react-ace/-/react-ace-9.4.0.tgz",
  23. "_shasum": "5c68423b5c7d4bc9332fc8b651187799c0bc97f6",
  24. "_spec": "react-ace@^9.4.0",
  25. "_where": "/home/pvvvm505/Документы/Project/Back",
  26. "author": {
  27. "name": "James Hrisho"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/securingsincity/react-ace/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "ace-builds": "^1.4.12",
  35. "diff-match-patch": "^1.0.4",
  36. "lodash.get": "^4.4.2",
  37. "lodash.isequal": "^4.5.0",
  38. "prop-types": "^15.7.2"
  39. },
  40. "deprecated": false,
  41. "description": "A react component for Ace Editor",
  42. "devDependencies": {
  43. "@babel/cli": "^7.4.4",
  44. "@babel/core": "^7.4.5",
  45. "@babel/preset-env": "^7.4.5",
  46. "@babel/preset-react": "^7.0.0",
  47. "@babel/register": "^7.4.4",
  48. "@types/chai": "^4.1.7",
  49. "@types/enzyme": "^3.9.3",
  50. "@types/enzyme-adapter-react-16": "^1.0.5",
  51. "@types/lodash": "^4.14.132",
  52. "@types/mocha": "^8.0.3",
  53. "@types/node": "^14.0.5",
  54. "@types/prop-types": "^15.7.1",
  55. "@types/react": "^16.8.18",
  56. "@types/react-dom": "^17.0.0",
  57. "@types/sinon": "^9.0.0",
  58. "babel-eslint": "^10.0.1",
  59. "babel-loader": "^8.0.6",
  60. "chai": "^4.2.0",
  61. "coveralls": "^3.0.2",
  62. "enzyme": "^3.11.0",
  63. "enzyme-adapter-react-16": "^1.15.6",
  64. "eslint": "7.11.0",
  65. "eslint-plugin-import": "^2.17.3",
  66. "eslint-plugin-jsx-a11y": "^6.2.1",
  67. "eslint-plugin-react": "^7.13.0",
  68. "husky": "^4.2.3",
  69. "jsdom": "16.5.1",
  70. "minimist": ">=1.2.2",
  71. "mocha": "8.3.2",
  72. "node-forge": ">=0.10.0",
  73. "nyc": "15.1.0",
  74. "prettier": "^2.0.5",
  75. "pretty-quick": "^2.0.0",
  76. "react": "^16.8.6",
  77. "react-dom": "^16.8.6",
  78. "react-test-renderer": "^16.8.6",
  79. "rimraf": "3.0.2",
  80. "sinon": "9.2.4",
  81. "ts-loader": "^8.0.2",
  82. "ts-node": "^9.1.1",
  83. "tslint": "^6.1.2",
  84. "tslint-react": "^5.0.0",
  85. "typescript": "^4.2.3",
  86. "webpack": "5.28.0",
  87. "webpack-cli": "4.6.0",
  88. "webpack-dev-server": "3.11.2"
  89. },
  90. "homepage": "https://github.com/securingsincity/react-ace#readme",
  91. "husky": {
  92. "hooks": {
  93. "pre-commit": "pretty-quick --staged"
  94. }
  95. },
  96. "keywords": [
  97. "ace",
  98. "ace editor",
  99. "react-component",
  100. "react"
  101. ],
  102. "license": "MIT",
  103. "main": "lib/index.js",
  104. "name": "react-ace",
  105. "nyc": {
  106. "exclude": [
  107. "**/*.spec.js",
  108. "**/setup.js",
  109. "node_modules"
  110. ],
  111. "extension": [
  112. ".js",
  113. ".jsx",
  114. ".tsx",
  115. ".ts"
  116. ],
  117. "reporter": [
  118. "lcov",
  119. "text-lcov",
  120. "text",
  121. "html"
  122. ]
  123. },
  124. "peerDependencies": {
  125. "react": "^0.13.0 || ^0.14.0 || ^15.0.1 || ^16.0.0 || ^17.0.0",
  126. "react-dom": "^0.13.0 || ^0.14.0 || ^15.0.1 || ^16.0.0 || ^17.0.0"
  127. },
  128. "prettier": {
  129. "singleQuote": false,
  130. "trailingComma": "none",
  131. "arrowParens": "avoid"
  132. },
  133. "repository": {
  134. "type": "git",
  135. "url": "git+ssh://git@github.com/securingsincity/react-ace.git"
  136. },
  137. "scripts": {
  138. "build": "npm run build:lib && npm run build:umd && npm run build:umd:min",
  139. "build:example": "webpack --config webpack.config.example.js",
  140. "build:lib": "tsc",
  141. "build:umd": "webpack ./src/index.ts -o dist/react-ace.js --config webpack.config.development.js",
  142. "build:umd:min": "webpack ./src/index.ts -o dist/react-ace.min.js --config webpack.config.production.js",
  143. "check": "npm run lint",
  144. "clean": "rimraf lib dist",
  145. "coverage": "nyc npm run test",
  146. "example": "webpack-dev-server --config webpack.config.example.js",
  147. "lint": "tslint src/*",
  148. "postversion": "git push && git push --tags && npm run clean",
  149. "prepare": "npm run build:lib",
  150. "prepublishOnly": "npm run clean && npm run build",
  151. "prettier": "prettier --write \"src/**\" \"example/*.js\"",
  152. "preversion": "npm run clean && npm run check",
  153. "test": "_mocha --require ts-node/register --require @babel/register --require tests/setup.js tests/src/*.spec.js --exit",
  154. "version": "npm run build"
  155. },
  156. "types": "lib/index.d.ts",
  157. "version": "9.4.0"
  158. }