Improve contact mentions with hovercards.

This commit is contained in:
Jonny Barnes 2017-07-17 08:03:25 +01:00
parent 67bd721654
commit 7eb5ecae2d
20 changed files with 1469 additions and 149 deletions

View file

@ -15,15 +15,16 @@
"babel-cli": "^6.18.0",
"babel-core": "^6.21.0",
"babel-loader": "^7.1.1",
"babel-preset-env": "^1.2.2",
"babel-preset-env": "^1.6.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-latest": "^6.16.0",
"babel-runtime": "^6.20.0",
"dotenv-webpack": "^1.5.2",
"lint-staged": "^4.0.0",
"dotenv-webpack": "^1.5.3",
"lint-staged": "^4.0.1",
"pre-commit": "^1.1.3",
"stylelint": "^7.13.0",
"stylelint-config-standard": "^16.0.0",
"webpack": "^3.0.0"
"webpack": "^3.2.0"
},
"scripts": {
"compress": "scripts/compress",