Module

x/effector/package.json

Business logic with ease ☄️
Go to Latest
File
{ "name": "effector-dev", "version": "0.18.1", "description": "Application state manager", "typings": "index.d.ts", "private": true, "scripts": { "docs": "docsify serve .", "build:bs": "bsb -make-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:builder && yarn builder", "build:builder": "npx rollup -c tools/builder/rollup.config.js", "builder": "node tools/builder.js", "builder:watch": "npx nodemon -w tools/builder/ -w src -i tools/builder.js -x 'yarn build'", "postinstall": "yarn build:builder", "test:watch": "npx jest --config=jest.config.js --watch", "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.3", "@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.3.0", "@babel/plugin-proposal-decorators": "^7.3.0", "@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.3.1", "@babel/plugin-proposal-optional-chaining": "^7.2.0", "@babel/plugin-transform-block-scoping": "^7.2.0", "@babel/plugin-transform-flow-strip-types": "^7.2.3", "@babel/plugin-transform-for-of": "^7.2.0", "@babel/plugin-transform-modules-commonjs": "^7.2.0", "@babel/preset-env": "^7.3.1", "@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": "^24.0.0", "babel-plugin-dev-expression": "^0.2.1", "babel-plugin-macros": "^2.4.5", "babel-plugin-module-resolver": "^3.1.3", "babel-plugin-transform-inline-environment-variables": "^0.4.3", "bs-platform": "^4.0.18", "chalk": "^2.4.2", "chokidar": "^2.0.4", "chroma-js": "^2.0.2", "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.8.0", "eslint": "^5.12.1", "eslint-plugin-babel": "^5.3.0", "eslint-plugin-flowtype": "^3.2.1", "eslint-plugin-jest": "^22.1.3", "eslint-plugin-react": "^7.12.4", "execa": "^1.0.0", "express": "^4.16.4", "fastify": "^1.13.4", "fastify-babel": "^1.1.0", "fastify-favicon": "^0.3.0", "flow-bin": "^0.91.0", "flow-copy-source": "^2.0.2", "flowgen": "^1.3.0", "fs-extra": "^7.0.1", "graphlib": "^2.1.7", "immer": "^1.12.1", "immutable": "^4.0.0-rc.12", "jest": "^24.0.0", "jest-enzyme": "^7.0.1", "jest-runner-eslint": "^0.7.1", "js-yaml": "^3.12.1", "jscodeshift": "^0.6.3", "jsdom": "^13.2.0", "jsdom-global": "^3.0.2", "micro": "^9.3.3", "micro-dev": "^3.0.0", "most": "^1.7.3", "nodemon": "^1.18.9", "now": "^13.1.2", "parcel-bundler": "^1.11.0", "prepack": "^0.2.54", "prettier": "^1.16.1", "prettier-eslint": "^8.8.2", "prettier-eslint-cli": "^4.7.1", "pretty-hrtime": "^1.0.3", "puppeteer": "^1.11.0", "raf": "^3.4.1", "react": "^16.7.0", "react-dom": "^16.7.0", "react-test-renderer": "^16.7.0", "reason-react": "^0.5.3", "redux": "^4.0.1", "rimraf": "^2.6.3", "rollup": "^1.1.2", "rollup-plugin-babel": "^4.3.2", "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.8.0", "rollup-plugin-terser": "^4.0.3", "serve": "^10.1.1", "setimmediate": "^1.0.5", "sharp": "^0.21.3", "shelljs": "^0.8.3", "styled-components": "^4.1.3", "terser": "^3.14.1", "viz.js": "^2.1.2", "vue": "^2.5.22" }, "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" }}