Skip to main content
Module

x/effector/package.json

Business logic with ease ☄️
Go to Latest
File
{ "name": "effector-dev", "version": "0.18.0", "description": "Reactive state manager", "typings": "index.d.ts", "private": true, "scripts": { "docs": "docsify serve .", "build:bs": "bsb -make-world", "start:bs": "bsb -make-world -w", "clean:bs": "bsb -clean-world", "server": "micro", "test": "npx jest --config=jest.config.js", "bench": "node --expose-gc bench/bench.test.js", "perfsnake": "npx parcel serve --no-hmr --no-autoinstall tools/perfsnake/index.html", "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": "yarn build:standart && yarn build:nodeps", "build:builder": "npx parcel build --no-minify --no-source-maps --no-autoinstall -d tools -o builder.js -t node tools/builder/tasks.config.js", "builder": "node tools/builder.js", "builder:watch": "npx nodemon -w tools/builder/ -w src -i tools/builder.js -x 'yarn build:builder && yarn builder'", "postinstall": "yarn build:builder", "build:nodeps": "IS_BUILD='true' BUILD_UMD='true' rollup -c", "build:standart": "IS_BUILD='true' rollup -c", "test:watch": "npx jest --config=jest.config.js --watch", "flow": "node_modules/.bin/flow status", "flow:stop": "node_modules/.bin/flow stop", "flow:restart": "yarn flow:stop && yarn flow", "repack": "npx prepack 'npm/effector/effector.bundle.js' --inlineExpressions --compatibility browser --out 'npm/effector/effector.prepack-bundle.js'" }, "author": "Zero Bias", "license": "MIT", "devDependencies": { "@babel/cli": "^7.2.0", "@babel/core": "^7.2.2", "@babel/node": "^7.2.2", "@babel/plugin-proposal-async-generator-functions": "^7.2.0", "@babel/plugin-proposal-class-properties": "^7.2.1", "@babel/plugin-proposal-decorators": "^7.2.2", "@babel/plugin-proposal-export-namespace-from": "^7.2.0", "@babel/plugin-proposal-nullish-coalescing-operator": "^7.2.0", "@babel/plugin-proposal-object-rest-spread": "^7.2.0", "@babel/plugin-proposal-optional-chaining": "^7.2.0", "@babel/plugin-transform-block-scoping": "^7.2.0", "@babel/plugin-transform-flow-comments": "^7.2.0", "@babel/plugin-transform-flow-strip-types": "^7.2.0", "@babel/plugin-transform-for-of": "^7.2.0", "@babel/plugin-transform-modules-commonjs": "^7.2.0", "@babel/preset-env": "^7.2.0", "@babel/preset-flow": "^7.0.0", "@babel/preset-react": "^7.0.0", "@babel/register": "^7.0.0", "babel-core": "7.0.0-bridge.0", "babel-eslint": "^10.0.1", "babel-jest": "^23.6.0", "babel-plugin-dev-expression": "^0.2.1", "babel-plugin-macros": "^2.4.2", "babel-plugin-module-resolver": "^3.1.1", "babel-plugin-transform-inline-environment-variables": "^0.4.3", "bs-platform": "^4.0.14", "chalk": "^2.4.1", "chokidar": "^2.0.4", "codegen.macro": "^3.0.0", "connect": "^3.6.6", "cross-env": "^5.2.0", "cross-fetch": "^3.0.0", "docsify-cli": "^4.3.0", "enzyme": "^3.8.0", "enzyme-adapter-react-16": "^1.7.1", "eslint": "^5.10.0", "eslint-plugin-babel": "^5.3.0", "eslint-plugin-flowtype": "^3.2.0", "eslint-plugin-jest": "^22.1.2", "eslint-plugin-react": "^7.11.1", "execa": "^1.0.0", "express": "^4.16.4", "flow-bin": "^0.89.0", "flow-copy-source": "^2.0.2", "flowgen": "^1.3.0", "fs-extra": "^7.0.1", "graphlib": "^2.1.7", "immer": "^1.8.2", "immutable": "^4.0.0-rc.12", "jest": "^23.6.0", "jest-enzyme": "^7.0.1", "jest-runner-eslint": "^0.7.1", "js-yaml": "^3.12.0", "jscodeshift": "^0.6.2", "jsdom": "^13.1.0", "jsdom-global": "^3.0.2", "micro": "^9.3.3", "micro-dev": "^3.0.0", "most": "^1.7.3", "nodemon": "^1.18.9", "now": "^12.1.12", "parcel-bundler": "^1.10.3", "penv.macro": "^0.2.0", "prepack": "^0.2.54", "prettier": "^1.15.3", "prettier-eslint": "^8.8.2", "prettier-eslint-cli": "^4.7.1", "pretty-hrtime": "^1.0.3", "preval.macro": "^3.0.0", "puppeteer": "^1.11.0", "raf": "^3.4.1", "raw.macro": "^0.2.0", "react": "^16.6.3", "react-dom": "^16.6.3", "react-test-renderer": "^16.6.3", "reason-react": "^0.5.3", "redux": "^4.0.1", "redux-act": "^1.7.4", "rimraf": "^2.6.2", "rollup": "^0.67.4", "rollup-plugin-babel": "^4.1.0", "rollup-plugin-bucklescript": "^0.7.0", "rollup-plugin-commonjs": "^9.2.0", "rollup-plugin-json": "^3.1.0", "rollup-plugin-node-builtins": "^2.1.2", "rollup-plugin-node-globals": "^1.4.0", "rollup-plugin-node-resolve": "^4.0.0", "rollup-plugin-replace": "^2.1.0", "rollup-plugin-size-snapshot": "^0.7.0", "rollup-plugin-terser": "^3.0.0", "rollup-plugin-visualizer": "^0.9.2", "scope.macro": "^1.0.0", "serve": "^10.1.1", "setimmediate": "^1.0.5", "shelljs": "^0.8.3", "styled-components": "^4.1.2", "terser": "^3.11.0", "vue": "^2.5.21" }, "maintainers": [ { "name": "Zero Bias", "email": "ribkatt@gmail.com" }, { "name": "goodmind", "email": "andwebar@gmail.com" } ], "repository": "https://github.com/zerobias/effector", "dependencies": { "symbol-observable": "^1.2.0" }, "alias": { "warning": "./src/warning/index.js", "invariant": "./src/invariant/index.js", "effector": "./src/index.js", "effector-react": "./src/react", "effector-vue": "./src/vue", "effector/domain": "./src/domain", "effector/effect": "./src/effect", "effector/event": "./src/event", "effector/store": "./src/store", "effector/graphite": "./src/graphite", "effector/graphite/tarjan": "./src/graphite/tarjan", "effector/graphite/typedef": "./src/graphite/typedef", "effector/stdlib/fx": "./src/stdlib/fx", "effector/stdlib/kind": "./src/stdlib/kind", "effector/stdlib/typedef": "./src/stdlib/typedef", "effector/stdlib/stateref": "./src/stdlib/stateref", "effector/stdlib/iterator": "./src/stdlib/iterator", "effector/flags": "./src/flags.prod", "effector/perf": "./src/perf" }}