UNPKG

ld-react

Version:

Launch Darkly React integration library using context api

65 lines (64 loc) 1.86 kB
{ "name": "ld-react", "version": "1.2.0", "description": "Launch Darkly React integration library using context api", "main": "lib/index.js", "scripts": { "test": "jest", "build": "rimraf lib/* && babel src -d lib --ignore *.test.js", "lint": "eslint --cache --format 'node_modules/eslint-friendly-formatter' ./src", "build-publish": "npm run build && npm version patch -m 'Upgrade to %s' && npm publish && git push" }, "repository": { "type": "git", "url": "git+https://github.com/yusinto/ld-react.git" }, "keywords": [ "launch", "darkly", "react", "context", "suspense", "feature", "flag", "toggle" ], "author": "Yusinto Ngadiman", "license": "MIT", "bugs": { "url": "https://github.com/yusinto/ld-react/issues" }, "homepage": "https://github.com/yusinto/ld-react#readme", "devDependencies": { "@babel/cli": "^7.1.0", "@babel/core": "^7.1.0", "@babel/node": "^7.0.0", "@babel/plugin-proposal-class-properties": "^7.1.0", "@babel/plugin-transform-async-to-generator": "^7.1.0", "@babel/plugin-transform-runtime": "^7.1.0", "@babel/preset-env": "^7.1.0", "@babel/preset-react": "^7.0.0", "babel-eslint": "^10.0.0", "babel-jest": "^23.6.0", "eslint": "^5.6.0", "eslint-config-airbnb": "^17.1.0", "eslint-friendly-formatter": "^4.0.0", "eslint-plugin-babel": "^5.2.0", "eslint-plugin-import": "^2.14.0", "eslint-plugin-jsx-a11y": "^6.1.1", "eslint-plugin-react": "^7.11.1", "jest": "^23.6.0", "rimraf": "^2.6.2", "testdouble": "^3.6.0" }, "dependencies": { "@babel/polyfill": "^7.0.0", "@babel/runtime": "^7.0.0", "ip": "^1.1.3", "ldclient-js": "^2.6.0", "lodash.camelcase": "^4.3.0", "react": "^16.5.2", "ua-parser-js": "^0.7.10", "uuid": "^3.3.2" } }