summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorJari Vetoniemi <jari.vetoniemi@indooratlas.com>2020-11-05 15:13:52 +0900
committerJari Vetoniemi <jari.vetoniemi@indooratlas.com>2020-11-05 15:13:52 +0900
commitc4969b8261fd1d98ab2b3740d52b097dc0fe840c (patch)
tree099da3c1cdbaf0003f6a803d690873294cd34ab8 /package.json
parent188ba1558e1f853664efb54379cbcf1e5970f395 (diff)
initial commit
Diffstat (limited to 'package.json')
-rw-r--r--package.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/package.json b/package.json
index 9d04e7e..9f5dcbe 100644
--- a/package.json
+++ b/package.json
@@ -3,11 +3,21 @@
"version": "0.1.0",
"private": true,
"dependencies": {
+ "@fortawesome/free-solid-svg-icons": "^5.15.1",
+ "@material-ui/core": "^4.11.0",
+ "@material-ui/icons": "^4.9.1",
+ "@material-ui/lab": "^4.0.0-alpha.56",
"@testing-library/jest-dom": "^5.11.5",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
+ "fontsource-roboto": "^3.0.3",
+ "he": "^1.2.0",
+ "i18next": "^19.8.3",
+ "i18next-browser-languagedetector": "^6.0.1",
+ "pure-react-carousel": "^1.27.6",
"react": "^17.0.1",
"react-dom": "^17.0.1",
+ "react-i18next": "^11.7.3",
"react-scripts": "4.0.0",
"web-vitals": "^0.2.4"
},