accounts-frontend/package.json

153 lines
5.1 KiB
JSON
Raw Normal View History

{
2019-03-11 00:00:42 +05:30
"name": "@elyby/accounts-frontend",
"description": "",
2019-03-11 00:00:42 +05:30
"main": "src/index.js",
"author": "SleepWalker <mybox@udf.su>",
2019-07-01 09:09:59 +05:30
"private": true,
2019-03-11 00:00:42 +05:30
"maintainers": [
{
"name": "ErickSkrauch",
"email": "erickskrauch@ely.by"
},
{
"name": "SleepWalker",
"email": "mybox@udf.su"
}
],
"license": "Apache-2.0",
"repository": "https://github.com/elyby/accounts-frontend",
2017-12-13 03:43:36 +05:30
"engines": {
2019-11-09 18:37:03 +05:30
"node": ">=10.0.0"
2017-12-13 03:43:36 +05:30
},
2019-07-01 09:09:59 +05:30
"workspaces": [
"webpack-utils",
2019-11-09 18:37:03 +05:30
"scripts",
"tests-e2e"
2019-07-01 09:09:59 +05:30
],
"scripts": {
2019-11-09 17:59:08 +05:30
"start": "yarn run clean && yarn run build:dll && NODE_PATH=./src webpack-dev-server --colors",
"clean": "rm -rf ./dist && mkdir ./dist",
"e2e": "yarn --cwd ./tests-e2e test",
"test": "yarn run build:dll && NODE_PATH=./src karma start ./karma.conf.js",
2019-11-09 17:59:08 +05:30
"analyze": "yarn run clean && yarn run build:webpack --analyze",
"lint": "eslint ./src",
2017-06-08 01:38:21 +05:30
"flow": "flow",
"i18n:collect": "babel-node ./scripts/i18n-collect.js",
2019-07-01 09:09:59 +05:30
"i18n:push": "babel-node ./scripts/i18n-crowdin.js push",
"i18n:pull": "babel-node ./scripts/i18n-crowdin.js pull",
2019-11-09 17:59:08 +05:30
"build": "yarn run clean && yarn run build:webpack",
2019-11-09 18:37:03 +05:30
"build:install": "yarn install",
"build:webpack": "NODE_PATH=./src webpack --colors -p --bail",
2017-12-13 03:43:36 +05:30
"build:quiet": "yarn run clean && yarn run build:webpack --quiet",
2019-11-11 14:10:05 +05:30
"build:dll": "node ./scripts/build-dll.js",
"build:serve": "http-server --proxy https://dev.account.ely.by ./dist"
},
"dependencies": {
2019-11-26 23:44:46 +05:30
"@formatjs/intl-pluralrules": "^1.3.7",
"@formatjs/intl-relativetimeformat": "^4.4.6",
2019-11-09 22:56:46 +05:30
"@hot-loader/react-dom": "^16.11.0",
2019-01-15 02:10:25 +05:30
"classnames": "^2.2.6",
"copy-to-clipboard": "^3.0.8",
"debounce": "^1.0.0",
2019-11-09 18:37:03 +05:30
"flag-icon-css": "^3.4.5",
"intl": "^1.2.5",
2019-11-09 18:37:03 +05:30
"promise.prototype.finally": "3.1.1",
2019-01-15 02:10:25 +05:30
"prop-types": "^15.6.2",
"raf": "^3.4.1",
"raven-js": "^3.27.0",
2019-11-26 23:44:46 +05:30
"react": "^16.12.0",
"react-dom": "^16.12.0",
2017-04-20 00:28:57 +05:30
"react-helmet": "^5.0.0",
2019-11-26 23:44:46 +05:30
"react-hot-loader": "^4.12.18",
"react-intl": "^3.7.0",
2017-05-26 01:13:12 +05:30
"react-motion": "^0.5.0",
2019-11-09 18:37:03 +05:30
"react-redux": "^7.1.3",
"react-router-dom": "^5.1.2",
"react-textarea-autosize": "^7.1.2",
"react-transition-group": "^4.3.0",
"redux": "^4.0.4",
"redux-localstorage": "^0.4.1",
"redux-thunk": "^2.0.0",
2019-11-09 18:37:03 +05:30
"url-search-params-polyfill": "^7.0.0",
"webfontloader": "^1.6.26",
2019-01-15 02:10:25 +05:30
"whatwg-fetch": "^3.0.0"
},
"devDependencies": {
2019-11-26 23:44:46 +05:30
"@babel/cli": "^7.7.4",
"@babel/core": "^7.7.4",
"@babel/node": "^7.7.4",
"@babel/plugin-proposal-class-properties": "^7.7.4",
"@babel/plugin-proposal-decorators": "^7.7.4",
"@babel/plugin-proposal-do-expressions": "^7.7.4",
"@babel/plugin-proposal-export-default-from": "^7.7.4",
"@babel/plugin-proposal-export-namespace-from": "^7.7.4",
"@babel/plugin-proposal-function-bind": "^7.7.4",
"@babel/plugin-proposal-function-sent": "^7.7.4",
"@babel/plugin-proposal-json-strings": "^7.7.4",
"@babel/plugin-proposal-logical-assignment-operators": "^7.7.4",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.7.4",
"@babel/plugin-proposal-numeric-separator": "^7.7.4",
"@babel/plugin-proposal-optional-chaining": "^7.7.4",
"@babel/plugin-proposal-pipeline-operator": "^7.7.4",
"@babel/plugin-proposal-throw-expressions": "^7.7.4",
"@babel/plugin-syntax-dynamic-import": "^7.7.4",
"@babel/plugin-syntax-import-meta": "^7.7.4",
"@babel/plugin-transform-runtime": "^7.7.4",
"@babel/preset-env": "^7.7.4",
"@babel/preset-flow": "^7.7.4",
"@babel/preset-react": "^7.7.4",
"@babel/runtime-corejs3": "^7.7.4",
2019-11-09 18:37:03 +05:30
"babel-eslint": "^10.0.3",
2019-06-30 20:49:28 +05:30
"babel-loader": "^8.0.0",
2019-11-26 23:44:46 +05:30
"babel-plugin-react-intl": "^5.1.8",
"core-js": "3.4.3",
2019-07-01 09:09:59 +05:30
"csp-webpack-plugin": "^2.0.2",
2019-11-09 18:37:03 +05:30
"css-loader": "^3.2.0",
2019-07-01 09:09:59 +05:30
"cssnano": "^4.1.10",
2019-11-09 18:12:02 +05:30
"dotenv": "^8.2.0",
"eager-imports-webpack-plugin": "^1.0.0",
2019-01-15 02:10:25 +05:30
"enzyme": "^3.8.0",
2019-11-09 18:37:03 +05:30
"enzyme-adapter-react-16": "^1.15.1",
2019-11-26 23:44:46 +05:30
"eslint": "^6.7.1",
"eslint-plugin-flowtype": "^4.5.2",
2019-11-09 18:37:03 +05:30
"eslint-plugin-react": "^7.16.0",
2019-07-01 09:09:59 +05:30
"exports-loader": "^0.7.0",
2019-11-09 18:37:03 +05:30
"file-loader": "^4.2.0",
"flow-bin": "~0.102.0",
2019-07-01 09:09:59 +05:30
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"imports-loader": "^0.8.0",
2019-11-09 18:37:03 +05:30
"jsdom": "^15.2.1",
"json-loader": "^0.5.4",
2019-11-09 18:37:03 +05:30
"karma": "^4.4.1",
"karma-jsdom-launcher": "^8.0.0",
"karma-mocha": "^1.0.0",
2016-01-03 14:41:08 +05:30
"karma-nyan-reporter": "^0.2.3",
"karma-sinon": "^1.0.4",
2016-01-03 14:41:08 +05:30
"karma-sourcemap-loader": "*",
2019-07-01 09:09:59 +05:30
"karma-webpack": "^4.0.2",
2017-04-20 00:28:57 +05:30
"loader-utils": "^1.0.0",
2019-09-02 10:57:52 +05:30
"mini-css-extract-plugin": "^0.8.0",
2019-11-09 18:37:03 +05:30
"mocha": "^6.2.2",
"node-sass": "^4.13.0",
2019-07-01 09:09:59 +05:30
"postcss-import": "^12.0.1",
2019-06-30 20:01:09 +05:30
"postcss-loader": "^3.0.0",
2019-07-01 09:09:59 +05:30
"postcss-scss": "^2.0.0",
2019-11-09 18:37:03 +05:30
"raw-loader": "^3.1.0",
2019-11-26 23:44:46 +05:30
"react-test-renderer": "^16.12.0",
2019-11-09 18:37:03 +05:30
"sass-loader": "^8.0.0",
"sinon": "^7.5.0",
2019-07-01 09:09:59 +05:30
"sitemap-webpack-plugin": "^0.6.0",
2019-11-09 17:41:09 +05:30
"speed-measure-webpack-plugin": "^1.3.1",
2019-11-09 18:37:03 +05:30
"style-loader": "^1.0.0",
2019-11-26 23:44:46 +05:30
"unexpected": "^11.8.1",
2016-12-04 18:18:07 +05:30
"unexpected-sinon": "^10.5.1",
2019-11-09 18:37:03 +05:30
"url-loader": "^2.2.0",
"webpack": "^4.41.2",
2019-11-09 17:59:08 +05:30
"webpack-bundle-analyzer": "^3.6.0",
2019-11-09 18:37:03 +05:30
"webpack-cli": "^3.3.10",
"webpack-dev-server": "^3.9.0",
2019-11-09 17:41:09 +05:30
"webpackbar": "^4.0.0"
}
}