Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

package.json 4.2 KiB

há 3 anos
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140
  1. {
  2. "_args": [
  3. [
  4. "react-redux@7.2.0",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "react-redux@7.2.0",
  9. "_id": "react-redux@7.2.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-EvCAZYGfOLqwV7gh849xy9/pt55rJXPwmYvI4lilPM5rUT/1NxuuN59ipdBksRVSvz0KInbPnp4IfoXJXCqiDA==",
  12. "_location": "/react-redux",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "react-redux@7.2.0",
  18. "name": "react-redux",
  19. "escapedName": "react-redux",
  20. "rawSpec": "7.2.0",
  21. "saveSpec": null,
  22. "fetchSpec": "7.2.0"
  23. },
  24. "_requiredBy": [
  25. "/"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/react-redux/-/react-redux-7.2.0.tgz",
  28. "_spec": "7.2.0",
  29. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  30. "author": {
  31. "name": "Dan Abramov",
  32. "email": "dan.abramov@me.com",
  33. "url": "https://github.com/gaearon"
  34. },
  35. "browserify": {
  36. "transform": [
  37. "loose-envify"
  38. ]
  39. },
  40. "bugs": {
  41. "url": "https://github.com/reduxjs/react-redux/issues"
  42. },
  43. "dependencies": {
  44. "@babel/runtime": "^7.5.5",
  45. "hoist-non-react-statics": "^3.3.0",
  46. "loose-envify": "^1.4.0",
  47. "prop-types": "^15.7.2",
  48. "react-is": "^16.9.0"
  49. },
  50. "description": "Official React bindings for Redux",
  51. "devDependencies": {
  52. "@babel/cli": "^7.5.5",
  53. "@babel/core": "^7.5.5",
  54. "@babel/plugin-proposal-decorators": "^7.4.4",
  55. "@babel/plugin-proposal-object-rest-spread": "^7.5.5",
  56. "@babel/plugin-transform-react-display-name": "^7.2.0",
  57. "@babel/plugin-transform-react-jsx": "^7.3.0",
  58. "@babel/plugin-transform-runtime": "^7.5.5",
  59. "@babel/preset-env": "^7.5.5",
  60. "@testing-library/jest-dom": "^4.1.0",
  61. "@testing-library/jest-native": "^3.0.2",
  62. "@testing-library/react": "^8.0.8",
  63. "@testing-library/react-hooks": "^1.1.0",
  64. "@testing-library/react-native": "^4.2.0",
  65. "babel-eslint": "^10.0.3",
  66. "babel-jest": "^24.9.0",
  67. "codecov": "^3.5.0",
  68. "create-react-class": "^15.6.3",
  69. "cross-env": "^5.2.0",
  70. "es3ify": "^0.2.0",
  71. "eslint": "^6.2.2",
  72. "eslint-config-prettier": "^6.1.0",
  73. "eslint-plugin-import": "^2.18.2",
  74. "eslint-plugin-prettier": "^3.1.0",
  75. "eslint-plugin-react": "^7.14.3",
  76. "glob": "^7.1.4",
  77. "jest": "^24.9.0",
  78. "prettier": "^1.18.2",
  79. "react": "^16.8.6",
  80. "react-dom": "^16.8.6",
  81. "react-native": "^0.61.4",
  82. "react-test-renderer": "^16.8.6",
  83. "redux": "^4.0.4",
  84. "rimraf": "^3.0.0",
  85. "rollup": "^1.20.2",
  86. "rollup-plugin-babel": "^4.3.3",
  87. "rollup-plugin-commonjs": "^10.0.2",
  88. "rollup-plugin-node-resolve": "^5.2.0",
  89. "rollup-plugin-replace": "^2.2.0",
  90. "rollup-plugin-terser": "^5.1.1"
  91. },
  92. "files": [
  93. "dist",
  94. "lib",
  95. "src",
  96. "es"
  97. ],
  98. "homepage": "https://github.com/reduxjs/react-redux",
  99. "keywords": [
  100. "react",
  101. "reactjs",
  102. "redux"
  103. ],
  104. "license": "MIT",
  105. "main": "./lib/index.js",
  106. "module": "es/index.js",
  107. "name": "react-redux",
  108. "peerDependencies": {
  109. "react": "^16.8.3",
  110. "redux": "^2.0.0 || ^3.0.0 || ^4.0.0-0"
  111. },
  112. "peerDependenciesMeta": {
  113. "react-dom": {
  114. "optional": true
  115. },
  116. "react-native": {
  117. "optional": true
  118. }
  119. },
  120. "repository": {
  121. "type": "git",
  122. "url": "git+https://github.com/reduxjs/react-redux.git"
  123. },
  124. "scripts": {
  125. "build": "npm run build:commonjs && npm run build:es && npm run build:umd && npm run build:umd:min",
  126. "build:commonjs": "cross-env BABEL_ENV=commonjs babel src --out-dir lib",
  127. "build:es": "babel src --out-dir es",
  128. "build:umd": "cross-env NODE_ENV=development rollup -c -o dist/react-redux.js",
  129. "build:umd:min": "cross-env NODE_ENV=production rollup -c -o dist/react-redux.min.js",
  130. "clean": "rimraf lib dist es coverage",
  131. "coverage": "codecov",
  132. "format": "prettier --write \"{src,test}/**/*.{js,ts}\" index.d.ts \"docs/**/*.md\"",
  133. "lint": "eslint src test/utils test/components test/hooks",
  134. "prepare": "npm run clean && npm run build",
  135. "pretest": "npm run lint",
  136. "test": "jest"
  137. },
  138. "unpkg": "dist/react-redux.js",
  139. "version": "7.2.0"
  140. }