Skip to main content
Module

x/effector/package.json

Business logic with ease ☄️
Go to Latest
File
{ "name": "effector-dev", "version": "1.25.2", "description": "The state manager", "private": true, "scripts": { "browserstack": "npx jest --config='src/browserstack/jest.config.js' --runInBand", "test": "npx jest --config=jest.config.js", "coverage": "COVERAGE=yes jest --config=jest.config.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": {}, "maintainers": [ { "name": "Zero Bias", "email": "ribkatt@gmail.com" } ], "repository": "https://github.com/effector/effector", "devDependencies": { "@babel/core": "^7.12.3", "@babel/helper-plugin-utils": "^7.10.4", "@babel/parser": "^7.12.3", "@babel/plugin-proposal-class-properties": "^7.12.1", "@babel/plugin-proposal-export-namespace-from": "^7.12.1", "@babel/plugin-proposal-nullish-coalescing-operator": "^7.12.1", "@babel/plugin-proposal-object-rest-spread": "^7.12.1", "@babel/plugin-proposal-optional-chaining": "^7.12.1", "@babel/preset-env": "^7.12.1", "@babel/preset-flow": "^7.12.1", "@babel/preset-react": "^7.12.1", "@babel/preset-typescript": "^7.12.1", "@babel/traverse": "^7.12.1", "@rollup/plugin-alias": "^3.1.1", "@rollup/plugin-babel": "^5.2.1", "@rollup/plugin-commonjs": "^15.1.0", "@rollup/plugin-json": "^4.1.0", "@rollup/plugin-node-resolve": "^9.0.0", "@types/babel-core": "^6.25.6", "@types/chroma-js": "^2.1.0", "@types/connect": "^3.4.33", "@types/core-js": "^2.5.4", "@types/jest": "^26.0.15", "@types/react": "^16.9.53", "@vue/compiler-dom": "^3.0.2", "@vue/reactivity": "^3.0.2", "@vue/runtime-core": "^3.0.2", "@vue/test-utils": "^1.1.0", "@wdio/cli": "^6.5.2", "babel-eslint": "^10.1.0", "babel-jest": "^26.6.0", "babel-plugin-module-resolver": "^4.0.0", "browserstack-local": "^1.4.8", "chalk": "^2.4.2", "chroma-js": "^2.1.0", "core-js": "^3.6.5", "cross-fetch": "^3.0.6", "dotenv": "^8.2.0", "eslint": "^7.11.0", "eslint-config-prettier": "^6.14.0", "eslint-plugin-babel": "^5.3.1", "eslint-plugin-jest": "^24.1.0", "eslint-plugin-react": "^7.21.5", "eslint-plugin-react-hooks": "^4.2.0", "execa": "^1.0.0", "flow-bin": "^0.137.0", "fs-extra": "^9.0.1", "jest": "^26.6.0", "js-yaml": "^3.14.0", "jsdom": "^16.4.0", "most": "^1.9.0", "prettier": "^1.19.1", "prettier-eslint": "^11.0.0", "prettier-eslint-cli": "^5.0.0", "react": "^17.0.1", "react-dom": "^17.0.1", "react-test-renderer": "^17.0.1", "redux": "^4.0.5", "rollup": "^2.32.1", "rollup-plugin-size-snapshot": "^0.12.0", "rollup-plugin-terser": "^7.0.2", "rollup-plugin-visualizer": "^4.1.1", "rxjs": "^6.6.3", "serve": "^11.3.0", "sharp": "^0.26.2", "terser": "^5.3.8", "typescript": "^4.1.2", "viz.js": "^2.1.2", "vue": "^2.6.12", "vue-next": "npm:vue@^3.0.2", "vue-template-compiler": "^2.6.12", "vue-test-utils-legacy": "npm:@vue/test-utils@^1.1.0", "vue-test-utils-next": "npm:@vue/test-utils@^2.0.0-beta.7", "webdriverio": "^6.5.2" }, "engines": { "node": ">=10.x" }}