{ "name": "@elyby/accounts-frontend", "description": "", "main": "src/index.js", "author": "SleepWalker ", "maintainers": [ { "name": "ErickSkrauch", "email": "erickskrauch@ely.by" }, { "name": "SleepWalker", "email": "mybox@udf.su" } ], "license": "Apache-2.0", "repository": "https://github.com/elyby/accounts-frontend", "engines": { "node": ">=8.0.0" }, "scripts": { "start": "yarn run clean && yarn run build:dll && NODE_PATH=./src webpack-dev-server --progress --colors", "clean": "rm -rf dist/", "e2e": "yarn --cwd ./tests-e2e test", "test": "yarn run build:dll && NODE_PATH=./src karma start ./karma.conf.js", "lint": "eslint ./src", "flow": "flow", "i18n:collect": "babel-node ./scripts/i18n-collect.js", "i18n:push": "babel-node --presets flow --plugins transform-es2015-modules-commonjs ./scripts/i18n-crowdin.js push", "i18n:pull": "babel-node --presets flow --plugins transform-es2015-modules-commonjs ./scripts/i18n-crowdin.js pull", "build": "yarn run clean && yarn run build:webpack --progress", "build:install": "yarn install && check-node-version", "build:webpack": "NODE_PATH=./src webpack --colors -p --bail", "build:quiet": "yarn run clean && yarn run build:webpack --quiet", "build:dll": "node ./scripts/build-dll.js" }, "dependencies": { "classnames": "^2.2.6", "copy-to-clipboard": "^3.0.8", "debounce": "^1.0.0", "flag-icon-css": "^2.8.0", "intl": "^1.2.5", "promise.prototype.finally": "3.1.0", "prop-types": "^15.6.2", "raf": "^3.4.1", "raven-js": "^3.27.0", "react": "^16.7.0", "react-dom": "^16.7.0", "react-helmet": "^5.0.0", "react-intl": "^2.7.2", "react-motion": "^0.5.0", "react-redux": "^7.1.0", "react-router-dom": "^5.0.1", "react-textarea-autosize": "^6.0.0", "react-transition-group": "^4.2.0", "redux": "^4.0.1", "redux-localstorage": "^0.4.1", "redux-thunk": "^2.0.0", "url-search-params-polyfill": "^6.0.0", "webfontloader": "^1.6.26", "whatwg-fetch": "^3.0.0" }, "devDependencies": { "@babel/cli": "^7.0.0", "@babel/core": "^7.0.0", "@babel/node": "^7.0.0", "@babel/plugin-proposal-class-properties": "^7.0.0", "@babel/plugin-proposal-decorators": "^7.0.0", "@babel/plugin-proposal-do-expressions": "^7.0.0", "@babel/plugin-proposal-export-default-from": "^7.0.0", "@babel/plugin-proposal-export-namespace-from": "^7.0.0", "@babel/plugin-proposal-function-bind": "^7.0.0", "@babel/plugin-proposal-function-sent": "^7.0.0", "@babel/plugin-proposal-json-strings": "^7.0.0", "@babel/plugin-proposal-logical-assignment-operators": "^7.0.0", "@babel/plugin-proposal-nullish-coalescing-operator": "^7.0.0", "@babel/plugin-proposal-numeric-separator": "^7.0.0", "@babel/plugin-proposal-optional-chaining": "^7.0.0", "@babel/plugin-proposal-pipeline-operator": "^7.0.0", "@babel/plugin-proposal-throw-expressions": "^7.0.0", "@babel/plugin-syntax-dynamic-import": "^7.2.0", "@babel/plugin-syntax-import-meta": "^7.0.0", "@babel/plugin-transform-runtime": "^7.0.0", "@babel/preset-env": "^7.0.0", "@babel/preset-flow": "^7.0.0", "@babel/preset-react": "^7.0.0", "@babel/runtime-corejs3": "^7.4.5", "babel-eslint": "^9.0.0", "babel-loader": "^8.0.0", "babel-plugin-react-intl": "^2.0.0", "bundle-loader": "^0.5.4", "check-node-version": "^2.1.0", "core-js": "3", "csp-webpack-plugin": "^1.0.2", "css-loader": "^0.28.0", "enzyme": "^3.8.0", "enzyme-adapter-react-16": "^1.7.1", "eslint": "^4.0.0", "eslint-plugin-flowtype": "^2.46.3", "eslint-plugin-react": "^7.3.0", "exports-loader": "^0.6.3", "extract-text-webpack-plugin": "^1.0.0", "file-loader": "^0.11.0", "flow-bin": "~0.102.0", "fontgen-loader": "^0.2.1", "html-loader": "^0.4.3", "html-webpack-plugin": "^2.0.0", "imports-loader": "^0.7.0", "jsdom": "^15.1.1", "json-loader": "^0.5.4", "karma": "^4.1.0", "karma-jsdom-launcher": "^7.1.1", "karma-mocha": "^1.0.0", "karma-nyan-reporter": "^0.2.3", "karma-sinon": "^1.0.4", "karma-sourcemap-loader": "*", "karma-webpack": "^2.0.0", "loader-utils": "^1.0.0", "mocha": "^6.1.4", "node-sass": "^4.7.2", "postcss-import": "^9.0.0", "postcss-loader": "^3.0.0", "postcss-scss": "^0.4.0", "postcss-url": "SleepWalker/postcss-url#switch-to-async-api", "raw-loader": "^0.5.1", "react-test-renderer": "^16.7.0", "sass-loader": "^4.0.0", "scripts": "file:./scripts", "sinon": "^7.3.2", "sitemap-webpack-plugin": "^0.5.1", "style-loader": "^0.18.0", "unexpected": "^11.6.1", "unexpected-sinon": "^10.5.1", "url-loader": "^0.5.7", "webpack": "^2.0.0", "webpack-dev-server": "^2.0.0", "webpack-utils": "file:./webpack-utils" } }