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": "Business logic with ease", "private": true, "scripts": { "browserstack": "COMPAT=true npx jest --config=jest.config.js --runInBand", "test:react-17": "REACT_17=true yarn test:react", "test:react": "npx jest --config=jest.config.js --testPathPattern=react/.*/base", "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", "test:regen": "npx ts-node -T -P src/types/src/tsconfig.json src/types/src/testGenerator.ts", "test:generate": "yarn test:regen && yarn test -u --selectProjects types", "manifold": "npx ts-node -T -P src/types/src/tsconfig.json src/types/src/runner/manifold/tsFacade.ts" }, "author": "Zero Bias", "license": "MIT", "dependencies": {}, "maintainers": [ { "name": "Zero Bias", "email": "ribkatt@gmail.com" } ], "resolutions": { "core-js": "^3.9.1" }, "repository": "https://github.com/effector/effector", "devDependencies": { "@babel/core": "^7.13.14", "@babel/eslint-parser": "^7.13.14", "@babel/helper-plugin-utils": "^7.13.0", "@babel/parser": "^7.13.13", "@babel/plugin-proposal-class-properties": "^7.13.0", "@babel/plugin-proposal-export-namespace-from": "^7.12.13", "@babel/plugin-proposal-nullish-coalescing-operator": "^7.13.8", "@babel/plugin-proposal-object-rest-spread": "^7.13.8", "@babel/plugin-proposal-optional-chaining": "^7.13.12", "@babel/preset-env": "^7.13.12", "@babel/preset-flow": "^7.13.13", "@babel/preset-react": "^7.13.13", "@babel/preset-typescript": "^7.13.0", "@babel/traverse": "^7.13.13", "@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", "@testing-library/jest-dom": "^5.16.4", "@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": "^27.0.3", "@types/node": "^16.11.11", "@types/react": "^18.0.1", "@types/react-17": "npm:@types/react@17.0.37", "@types/react-dom": "^18.0.0", "@types/react-dom-17": "npm:@types/react-dom@17.0.11", "@types/use-sync-external-store": "^0.0.3", "@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-jest": "^27.4.5", "babel-plugin-module-resolver": "^4.1.0", "babel-plugin-transform-async-to-promises": "^0.8.15", "babel-preset-solid": "^1.4.2", "browserstack-local": "^1.4.8", "chalk": "^2.4.2", "chokidar": "^3.5.1", "chroma-js": "^2.1.1", "core-js": "^3.15.2", "core-js-bundle": "^3.15.2", "cross-fetch": "^3.0.6", "dotenv": "^8.2.0", "effector-npm": "npm:effector@^21.8.1", "enhanced-resolve-jest": "^1.1.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", "fs-extra": "^9.1.0", "jest": "^27.4.5", "js-yaml": "^3.14.0", "jsdom": "^16.5.2", "most": "^1.9.0", "patronum": "^1.1.0", "patronum19": "npm:patronum@1.19.2", "prettier": "^2.3.2", "prettier-eslint": "^12.0.0", "prettier-eslint-cli": "^5.0.1", "react": "^18.0.0", "react-17": "npm:react@17.0.2", "react-dom": "^18.0.0", "react-dom-17": "npm:react-dom@17.0.2", "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.7", "serve": "^11.3.0", "sharp": "^0.29.0", "solid-js": "^1.4.2", "solid-testing-library": "^0.3.0", "terser": "^5.6.1", "ts-node": "^10.0.0", "typescript": "5.2.2", "use-sync-external-store": "^1.0.0", "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" }}