Skip to main content
Module

x/effector/package.json

Business logic with ease ☄️
Go to Latest
File
{ "name": "effector-dev", "version": "0.17.6", "description": "Reactive state manager", "typings": "index.d.ts", "private": true, "scripts": { "build:bs": "bsb -make-world", "start:bs": "bsb -make-world -w", "clean:bs": "bsb -clean-world", "test": "node_modules/.bin/jest --config=jest.config.js", "bench": "node --expose-gc bench/bench.test.js", "prepublish:all": "npm run build", "prepublish:next": "npm run build", "publish:all": "node scripts/publish.js", "publish:next": "NEXT='true' node scripts/publish.js", "build": "node_modules/.bin/rollup -c", "test:watch": "node_modules/.bin/jest --config=jest.config.js --watch", "flow": "pm2 start flow-effector.sh", "flow:status": "node_modules/.bin/flow status", "flow:stop": "pm2 stop flow-effector", "flow:restart": "yarn flow:stop && yarn flow" }, "author": "Zero Bias", "license": "MIT", "devDependencies": { "@babel/cli": "^7.0.0-beta.49", "@babel/core": "^7.0.0-beta.49", "@babel/node": "^7.0.0-beta.49", "@babel/plugin-proposal-async-generator-functions": "^7.0.0-beta.49", "@babel/plugin-proposal-class-properties": "^7.0.0-beta.49", "@babel/plugin-proposal-decorators": "^7.0.0-beta.49", "@babel/plugin-proposal-export-namespace-from": "^7.0.0-beta.49", "@babel/plugin-proposal-nullish-coalescing-operator": "^7.0.0-beta.49", "@babel/plugin-proposal-object-rest-spread": "^7.0.0-beta.49", "@babel/plugin-proposal-optional-chaining": "^7.0.0-beta.49", "@babel/plugin-transform-block-scoping": "^7.0.0-beta.49", "@babel/plugin-transform-flow-strip-types": "^7.0.0-beta.49", "@babel/plugin-transform-for-of": "^7.0.0-beta.49", "@babel/plugin-transform-modules-commonjs": "^7.0.0-beta.49", "@babel/preset-env": "^7.0.0-beta.49", "@babel/preset-flow": "^7.0.0-beta.49", "@babel/preset-react": "^7.0.0-beta.49", "babel-core": "7.0.0-bridge.0", "babel-eslint": "^8.2.3", "babel-jest": "^23.0.1", "babel-plugin-dev-expression": "^0.2.1", "babel-plugin-macros": "^2.2.1", "babel-plugin-module-resolver": "^3.1.1", "babel-plugin-transform-inline-environment-variables": "^0.4.3", "bs-platform": "^3.1.5", "chokidar": "^2.0.3", "codegen.macro": "^1.0.0", "cross-env": "^5.1.6", "enzyme": "^3.3.0", "enzyme-adapter-react-16": "^1.1.1", "eslint": "^4.19.1", "eslint-plugin-babel": "^5.1.0", "eslint-plugin-flowtype": "^2.49.3", "eslint-plugin-jest": "^21.17.0", "eslint-plugin-react": "^7.8.2", "flow-bin": "^0.73.0", "flow-copy-source": "^1.3.0", "flow-typed": "^2.4.0", "fs-extra": "^5.0.0", "immer": "^1.3.1", "immutable": "^4.0.0-rc.9", "invariant": "^2.2.4", "jest": "^23.1.0", "jest-enzyme": "^6.0.1", "js-yaml": "^3.12.0", "jsdom": "^11.11.0", "jsdom-global": "^3.0.2", "lerna": "^2.11.0", "most": "^1.7.3", "penv.macro": "^0.2.0", "pm2": "^2.10.2", "prettier": "^1.13.4", "prettier-eslint": "^8.8.1", "prettier-eslint-cli": "^4.7.1", "pretty-hrtime": "^1.0.3", "preval.macro": "^1.0.2", "raf": "^3.4.0", "raw.macro": "^0.2.0", "react": "^16.4.0", "react-dom": "^16.4.0", "react-test-renderer": "^16.4.0", "redux": "^4.0.0", "redux-act": "^1.7.4", "rimraf": "^2.6.2", "rollup": "^0.59.4", "rollup-plugin-babel": "^4.0.0-beta.4", "rollup-plugin-bucklescript": "^0.6.1", "rollup-plugin-node-resolve": "^3.3.0", "rollup-plugin-uglify": "^4.0.0", "rollup-plugin-visualizer": "^0.6.0", "scope.macro": "^1.0.0", "setimmediate": "^1.0.5", "shelljs": "^0.8.2", "styled-components": "^3.3.0", "uglify-es": "^3.3.9" }, "maintainers": [ { "name": "Zero Bias", "email": "ribkatt@gmail.com" }, { "name": "goodmind", "email": "andwebar@gmail.com" } ], "repository": "https://github.com/zerobias/effector", "dependencies": { "warning": "^4.0.1" }}