UNPKG

react-split-testing

Version:
86 lines (85 loc) 2.98 kB
{ "name": "react-split-testing", "version": "1.2.3", "description": "Simple A/B testing component for React.", "author": "expert-m", "license": "MIT", "repository": "expert-m/react-split-testing", "main": "dist/index.js", "module": "dist/index.es.js", "jsnext:main": "dist/index.es.js", "scripts": { "test": "jest --env=jsdom --setupTestFrameworkScriptFile=raf/polyfill", "test:watch": "jest --watchAll --env=jsdom --setupTestFrameworkScriptFile=raf/polyfill", "build": "rollup -c", "start": "rollup -c -w", "prepare": "yarn run build", "predeploy": "cd examples/simple && yarn install && yarn run build", "deploy": "gh-pages -d examples/simple/build" }, "keywords": [ "react", "ab", "a/b", "experiments", "testing", "ssr" ], "peerDependencies": { "prop-types": "^15.5.4", "react": "^15.0.0 || ^16.0.0" }, "devDependencies": { "@babel/cli": "^7.1.0", "@babel/core": "^7.1.6", "@babel/node": "^7.0.0", "@babel/plugin-proposal-class-properties": "^7.0.0", "@babel/plugin-proposal-decorators": "^7.1.6", "@babel/plugin-proposal-do-expressions": "^7.0.0", "@babel/plugin-proposal-export-default-from": "^7.0.0", "@babel/plugin-proposal-export-namespace-from": "^7.0.0", "@babel/plugin-proposal-function-bind": "^7.0.0", "@babel/plugin-proposal-function-sent": "^7.0.0", "@babel/plugin-proposal-json-strings": "^7.0.0", "@babel/plugin-proposal-logical-assignment-operators": "^7.0.0", "@babel/plugin-proposal-nullish-coalescing-operator": "^7.0.0", "@babel/plugin-proposal-numeric-separator": "^7.0.0", "@babel/plugin-proposal-optional-chaining": "^7.0.0", "@babel/plugin-proposal-pipeline-operator": "^7.0.0", "@babel/plugin-proposal-throw-expressions": "^7.0.0", "@babel/plugin-syntax-dynamic-import": "^7.0.0", "@babel/plugin-syntax-import-meta": "^7.0.0", "@babel/plugin-transform-runtime": "^7.1.0", "@babel/preset-env": "^7.1.6", "@babel/preset-react": "^7.0.0", "@babel/register": "^7.0.0", "@babel/runtime": "^7.0.0", "cross-env": "^5.2.0", "enzyme": "^3.7.0", "enzyme-adapter-react-16": "^1.7.0", "eslint": "^6.1.0", "eslint-config-standard": "^13.0.1", "eslint-config-standard-react": "^8.0.0", "eslint-plugin-import": "^2.14.0", "eslint-plugin-node": "^9.1.0", "eslint-plugin-promise": "^4.0.0", "eslint-plugin-react": "^7.14.3", "eslint-plugin-standard": "^4.0.0", "flux-standard-action": "^2.0.3", "gh-pages": "^2.0.0", "prop-types": "^15.6.2", "react": "^16.6.3", "react-dom": "^16.6.3", "react-scripts": "^3.0.1", "rollup": "^1.1.2", "rollup-plugin-babel": "^4.0.3", "rollup-plugin-commonjs": "^10.0.0", "rollup-plugin-node-resolve": "^5.0.1", "rollup-plugin-peer-deps-external": "^2.2.0", "rollup-plugin-postcss": "^2.0.0", "rollup-plugin-url": "^2.0.1" }, "files": [ "dist" ] }