123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138 |
- {
- "_from": "react-redux",
- "_id": "react-redux@7.2.0",
- "_inBundle": false,
- "_integrity": "sha512-EvCAZYGfOLqwV7gh849xy9/pt55rJXPwmYvI4lilPM5rUT/1NxuuN59ipdBksRVSvz0KInbPnp4IfoXJXCqiDA==",
- "_location": "/react-redux",
- "_phantomChildren": {},
- "_requested": {
- "type": "tag",
- "registry": true,
- "raw": "react-redux",
- "name": "react-redux",
- "escapedName": "react-redux",
- "rawSpec": "",
- "saveSpec": null,
- "fetchSpec": "latest"
- },
- "_requiredBy": [
- "#USER",
- "/"
- ],
- "_resolved": "https://registry.npmjs.org/react-redux/-/react-redux-7.2.0.tgz",
- "_shasum": "f970f62192b3981642fec46fd0db18a074fe879d",
- "_spec": "react-redux",
- "_where": "G:\\micro\\react\\cld2_react",
- "author": {
- "name": "Dan Abramov",
- "email": "dan.abramov@me.com",
- "url": "https://github.com/gaearon"
- },
- "browserify": {
- "transform": [
- "loose-envify"
- ]
- },
- "bugs": {
- "url": "https://github.com/reduxjs/react-redux/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "@babel/runtime": "^7.5.5",
- "hoist-non-react-statics": "^3.3.0",
- "loose-envify": "^1.4.0",
- "prop-types": "^15.7.2",
- "react-is": "^16.9.0"
- },
- "deprecated": false,
- "description": "Official React bindings for Redux",
- "devDependencies": {
- "@babel/cli": "^7.5.5",
- "@babel/core": "^7.5.5",
- "@babel/plugin-proposal-decorators": "^7.4.4",
- "@babel/plugin-proposal-object-rest-spread": "^7.5.5",
- "@babel/plugin-transform-react-display-name": "^7.2.0",
- "@babel/plugin-transform-react-jsx": "^7.3.0",
- "@babel/plugin-transform-runtime": "^7.5.5",
- "@babel/preset-env": "^7.5.5",
- "@testing-library/jest-dom": "^4.1.0",
- "@testing-library/jest-native": "^3.0.2",
- "@testing-library/react": "^8.0.8",
- "@testing-library/react-hooks": "^1.1.0",
- "@testing-library/react-native": "^4.2.0",
- "babel-eslint": "^10.0.3",
- "babel-jest": "^24.9.0",
- "codecov": "^3.5.0",
- "create-react-class": "^15.6.3",
- "cross-env": "^5.2.0",
- "es3ify": "^0.2.0",
- "eslint": "^6.2.2",
- "eslint-config-prettier": "^6.1.0",
- "eslint-plugin-import": "^2.18.2",
- "eslint-plugin-prettier": "^3.1.0",
- "eslint-plugin-react": "^7.14.3",
- "glob": "^7.1.4",
- "jest": "^24.9.0",
- "prettier": "^1.18.2",
- "react": "^16.8.6",
- "react-dom": "^16.8.6",
- "react-native": "^0.61.4",
- "react-test-renderer": "^16.8.6",
- "redux": "^4.0.4",
- "rimraf": "^3.0.0",
- "rollup": "^1.20.2",
- "rollup-plugin-babel": "^4.3.3",
- "rollup-plugin-commonjs": "^10.0.2",
- "rollup-plugin-node-resolve": "^5.2.0",
- "rollup-plugin-replace": "^2.2.0",
- "rollup-plugin-terser": "^5.1.1"
- },
- "files": [
- "dist",
- "lib",
- "src",
- "es"
- ],
- "homepage": "https://github.com/reduxjs/react-redux",
- "keywords": [
- "react",
- "reactjs",
- "redux"
- ],
- "license": "MIT",
- "main": "./lib/index.js",
- "module": "es/index.js",
- "name": "react-redux",
- "peerDependencies": {
- "react": "^16.8.3",
- "redux": "^2.0.0 || ^3.0.0 || ^4.0.0-0"
- },
- "peerDependenciesMeta": {
- "react-dom": {
- "optional": true
- },
- "react-native": {
- "optional": true
- }
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/reduxjs/react-redux.git"
- },
- "scripts": {
- "build": "npm run build:commonjs && npm run build:es && npm run build:umd && npm run build:umd:min",
- "build:commonjs": "cross-env BABEL_ENV=commonjs babel src --out-dir lib",
- "build:es": "babel src --out-dir es",
- "build:umd": "cross-env NODE_ENV=development rollup -c -o dist/react-redux.js",
- "build:umd:min": "cross-env NODE_ENV=production rollup -c -o dist/react-redux.min.js",
- "clean": "rimraf lib dist es coverage",
- "coverage": "codecov",
- "format": "prettier --write \"{src,test}/**/*.{js,ts}\" index.d.ts \"docs/**/*.md\"",
- "lint": "eslint src test/utils test/components test/hooks",
- "prepare": "npm run clean && npm run build",
- "pretest": "npm run lint",
- "test": "jest"
- },
- "unpkg": "dist/react-redux.js",
- "version": "7.2.0"
- }
|