jam-cloud/jam-ui/node_modules/react-redux/package.json

141 lines
4.1 KiB
JSON

{
"_args": [
[
"react-redux@7.2.4",
"/Users/nuwan/Code/jam-cloud/jam-ui"
]
],
"_from": "react-redux@7.2.4",
"_id": "react-redux@7.2.4",
"_inBundle": false,
"_integrity": "sha512-hOQ5eOSkEJEXdpIKbnRyl04LhaWabkDPV+Ix97wqQX3T3d2NQ8DUblNXXtNMavc7DpswyQM6xfaN4HQDKNY2JA==",
"_location": "/react-redux",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "react-redux@7.2.4",
"name": "react-redux",
"escapedName": "react-redux",
"rawSpec": "7.2.4",
"saveSpec": null,
"fetchSpec": "7.2.4"
},
"_requiredBy": [
"/react-beautiful-dnd"
],
"_resolved": "https://registry.npmjs.org/react-redux/-/react-redux-7.2.4.tgz",
"_spec": "7.2.4",
"_where": "/Users/nuwan/Code/jam-cloud/jam-ui",
"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"
},
"dependencies": {
"@babel/runtime": "^7.12.1",
"@types/react-redux": "^7.1.16",
"hoist-non-react-statics": "^3.3.2",
"loose-envify": "^1.4.0",
"prop-types": "^15.7.2",
"react-is": "^16.13.1"
},
"description": "Official React bindings for Redux",
"devDependencies": {
"@babel/cli": "^7.12.1",
"@babel/core": "^7.12.3",
"@babel/plugin-proposal-decorators": "^7.12.1",
"@babel/plugin-proposal-object-rest-spread": "^7.12.1",
"@babel/plugin-transform-react-display-name": "^7.12.1",
"@babel/plugin-transform-react-jsx": "^7.12.1",
"@babel/plugin-transform-runtime": "^7.12.1",
"@babel/preset-env": "^7.12.1",
"@rollup/plugin-babel": "^5.2.1",
"@rollup/plugin-commonjs": "^15.1.0",
"@rollup/plugin-node-resolve": "^9.0.0",
"@rollup/plugin-replace": "^2.3.3",
"@testing-library/jest-dom": "^5.11.5",
"@testing-library/jest-native": "^3.4.3",
"@testing-library/react": "^11.1.0",
"@testing-library/react-hooks": "^3.4.2",
"@testing-library/react-native": "^7.1.0",
"babel-eslint": "^10.1.0",
"babel-jest": "^26.6.1",
"codecov": "^3.8.0",
"create-react-class": "^15.7.0",
"cross-env": "^7.0.2",
"es3ify": "^0.2.0",
"eslint": "^7.12.0",
"eslint-config-prettier": "^6.14.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.21.5",
"glob": "^7.1.6",
"jest": "^26.6.1",
"prettier": "^2.1.2",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-native": "^0.63.3",
"react-test-renderer": "^16.14.0",
"redux": "^4.0.5",
"rimraf": "^3.0.2",
"rollup": "^2.32.1",
"rollup-plugin-terser": "^7.0.2"
},
"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 || ^17"
},
"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.4"
}