Skip to main content
Module

x/effector/package.json

Business logic with ease ☄️
Go to Latest
File
{ "name": "effector-dev", "version": "0.0.1", "description": "The state manager", "private": true, "scripts": { "integration": "sh integrations/webpack/run.sh", "browserstack": "npx jest --config='src/browserstack/jest.config.js' --runInBand", "build:bs": "bsb -make-world", "test": "npx jest --config=jest.config.js", "coverage": "COVERAGE=yes jest --config=jest.config.js", "bench": "node --expose-gc bench/bench.test.js", "build": "node tools/build", "test:watch": "npx jest --config=jest.config.js --watch", "doc:update-readme": "npx doctoc README.md" }, "author": "Zero Bias", "license": "MIT", "dependencies": { "symbol-observable": "^1.2.0" }, "maintainers": [ { "name": "Zero Bias", "email": "ribkatt@gmail.com" } ], "repository": "https://github.com/zerobias/effector", "alias": { "effector": "./src/effector/index.js", "effector-react": "./src/react", "effector-vue": "./src/vue", "effector-dom": "./src/dom", "@effector/forms": "./src/forms" }, "devDependencies": { "@babel/core": "^7.8.3", "@babel/helper-plugin-utils": "^7.8.3", "@babel/parser": "^7.8.3", "@babel/plugin-proposal-class-properties": "^7.8.3", "@babel/plugin-proposal-export-namespace-from": "^7.8.3", "@babel/plugin-proposal-nullish-coalescing-operator": "^7.8.3", "@babel/plugin-proposal-object-rest-spread": "^7.8.3", "@babel/plugin-proposal-optional-chaining": "^7.8.3", "@babel/preset-env": "^7.8.3", "@babel/preset-flow": "^7.8.3", "@babel/preset-react": "^7.8.3", "@babel/preset-typescript": "^7.8.3", "@babel/traverse": "^7.8.3", "@glennsl/bs-jest": "^0.5.1", "@rollup/plugin-alias": "^3.0.0", "@rollup/plugin-typescript": "^2.1.0", "@testing-library/react": "^9.3.2", "@types/babel-core": "^6.25.6", "@types/chroma-js": "^1.4.3", "@types/connect": "^3.4.33", "@types/core-js": "^2.5.2", "@types/jest": "^25.2.1", "@types/react": "^16.9.19", "@vue/test-utils": "^1.0.2", "@wdio/cli": "^5.18.6", "babel-core": "7.0.0-bridge.0", "babel-eslint": "^10.0.3", "babel-jest": "^26.0.1", "babel-plugin-module-resolver": "^3.2.0", "benchmark": "^2.1.4", "browserstack-local": "^1.4.4", "bs-platform": "^7.3.2", "chalk": "^2.4.2", "chroma-js": "^2.1.0", "core-js": "^3.6.4", "cross-env": "^6.0.3", "cross-fetch": "^3.0.4", "dotenv": "^8.2.0", "eslint": "^6.8.0", "eslint-config-prettier": "^6.9.0", "eslint-plugin-babel": "^5.3.0", "eslint-plugin-flowtype": "^4.6.0", "eslint-plugin-jest": "^23.6.0", "eslint-plugin-react": "^7.18.0", "eslint-plugin-react-hooks": "^2.3.0", "execa": "^1.0.0", "flow-bin": "^0.124.0", "fs-extra": "^7.0.1", "jest": "^26.0.1", "js-yaml": "^3.13.1", "jsdom": "^16.2.2", "most": "^1.8.1", "now": "^16.6.2", "prettier": "^1.19.1", "prettier-eslint": "^9.0.1", "prettier-eslint-cli": "^5.0.0", "pretty-hrtime": "^1.0.3", "react": "^16.12.0", "react-dom": "^16.12.0", "react-test-renderer": "^16.12.0", "react-testing-library": "^7.0.0", "reason-react": "^0.8.0", "redux": "^4.0.5", "rimraf": "^2.6.3", "rollup": "^1.29.1", "rollup-plugin-babel": "^4.3.3", "rollup-plugin-bucklescript": "^0.7.0", "rollup-plugin-commonjs": "^10.1.0", "rollup-plugin-gzip": "^2.2.0", "rollup-plugin-json": "^4.0.0", "rollup-plugin-node-builtins": "^2.1.2", "rollup-plugin-node-globals": "^1.4.0", "rollup-plugin-node-resolve": "^5.2.0", "rollup-plugin-replace": "^2.2.0", "rollup-plugin-size-snapshot": "^0.10.0", "rollup-plugin-terser": "^5.2.0", "rollup-plugin-visualizer": "^3.3.1", "rxjs": "^6.5.4", "serve": "^11.3.0", "sharp": "^0.24.0", "terser": "^4.6.3", "typescript": "^3.9.2", "viz.js": "^2.1.2", "vue": "^2.6.11", "vue-template-compiler": "^2.6.11", "webdriverio": "^5.18.6" }, "engines": { "node": ">=10.x" }}