UNPKG

react-router-ga

Version:

[![Downloads](https://img.shields.io/npm/dm/react-router-ga)](https://npm.im/react-router-ga) [![Version](https://img.shields.io/npm/v/react-router-ga)](https://npm.im/react-router-ga) [![License](https://img.shields.io/npm/l/react-router-ga)](https://ope

66 lines (65 loc) 1.59 kB
{ "name": "mini-create-react-context", "version": "0.3.2", "description": "Smaller Polyfill for the proposed React context API", "main": "dist/cjs/index.js", "module": "dist/esm/index.js", "types": "dist/index.d.ts", "repository": "https://github.com/StringEpsilon/mini-create-react-context", "author": "StringEpsilon", "license": "MIT", "keywords": [ "react", "context", "contextTypes", "polyfill", "ponyfill" ], "files": [ "dist/**" ], "scripts": { "test": "jest", "build": "rollup -c rollup.config.js", "prepublish": "npm run build" }, "dependencies": { "gud": "^1.0.0", "tiny-warning": "^1.0.2", "@babel/runtime": "^7.4.0" }, "peerDependencies": { "prop-types": "^15.0.0", "react": "^0.14.0 || ^15.0.0 || ^16.0.0" }, "devDependencies": { "@babel/cli": "^7.4.3", "@babel/core": "^7.4.3", "@babel/plugin-proposal-class-properties": "^7.4.0", "@babel/preset-env": "^7.4.3", "@babel/preset-react": "^7.0.0", "@babel/preset-typescript": "^7.3.3", "@types/enzyme": "^3.9.1", "@types/jest": "^24.0.11", "@types/react": "^16.8.13", "@wessberg/rollup-plugin-ts": "^1.1.46", "babel-jest": "^24.7.1", "enzyme": "^3.9.0", "enzyme-adapter-react-16": "^1.11.2", "enzyme-to-json": "^3.3.5", "jest": "^24.7.1", "prop-types": "^15.6.0", "raf": "^3.4.1", "react": "^16.2.0", "react-dom": "^16.2.0", "rollup": "^1.10.0", "rollup-plugin-commonjs": "^9.3.4", "rollup-plugin-node-resolve": "^4.2.3", "rollup-plugin-uglify": "^6.0.2" }, "jest": { "snapshotSerializers": [ "enzyme-to-json/serializer" ] } }