Integrate blurhashes with UI

This commit is contained in:
viktorstrate
2022-02-01 23:39:19 +01:00
parent b4ad1c4f88
commit 0d9760b33f
28 changed files with 2002 additions and 647 deletions

View File

@@ -26,6 +26,7 @@
"@types/url-join": "^4.0.1",
"autoprefixer": "^9.8.6",
"babel-plugin-graphql-tag": "^3.3.0",
"blurhash": "^1.1.4",
"classnames": "^2.3.1",
"connect-history-api-fallback": "^1.6.0",
"copy-to-clipboard": "^3.3.1",
@@ -38,6 +39,7 @@
"prettier": "^2.5.1",
"prop-types": "^15.8.1",
"react": "^17.0.2",
"react-blurhash": "^0.1.3",
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0",
"react-hook-form": "^7.25.3",
@@ -79,6 +81,9 @@
"lint-staged": "^12.3.2",
"tsc-files": "1.1.2"
},
"overrides": {
"graphql": "^15.0.0"
},
"prettier": {
"trailingComma": "es5",
"tabWidth": 2,