Complete change password flow prototype

This commit is contained in:
SleepWalker
2016-05-01 20:50:55 +03:00
parent 48a726567a
commit e2a782f0b7
21 changed files with 672 additions and 67 deletions

View File

@@ -21,7 +21,7 @@
"intl-format-cache": "^2.0.4",
"intl-messageformat": "^1.1.0",
"react": "^15.0.0",
"react-dom": "^15.0.0-rc.2",
"react-dom": "^15.0.0",
"react-helmet": "^2.3.1",
"react-intl": "^2.0.0",
"react-motion": "^0.4.0",
@@ -38,6 +38,7 @@
"babel-loader": "^6.0.0",
"babel-plugin-react-intl": "~2.0.0",
"babel-plugin-transform-runtime": "^6.3.13",
"babel-preset-airbnb": "^1.1.1",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"babel-preset-react-hmre": "^1.0.1",
@@ -47,6 +48,7 @@
"chokidar": "^1.2.0",
"css-loader": "^0.23.0",
"cssnano": "^3.4.0",
"enzyme": "^2.2.0",
"eslint": "^1.10.3",
"eslint-plugin-react": "^3.13.1",
"exports-loader": "^0.6.3",
@@ -54,6 +56,7 @@
"file-loader": "^0.8.5",
"html-webpack-plugin": "^1.7.0",
"imports-loader": "^0.6.5",
"json-loader": "^0.5.4",
"karma": "*",
"karma-chai": "*",
"karma-es5-shim": "*",
@@ -70,7 +73,7 @@
"phantomjs-prebuilt": "^2.0.0",
"postcss-loader": "^0.8.0",
"postcss-url": "^5.1.1",
"react-addons-test-utils": "^15.0.0",
"react-addons-test-utils": "^15.0.2",
"sass-loader": "^3.1.2",
"sinon": "^1.15.3",
"style-loader": "^0.13.0",