about summary refs log tree commit diff
path: root/package.json
diff options
context:
space:
mode:
authorPaul Frazee <pfrazee@gmail.com>2022-11-08 15:56:22 -0600
committerPaul Frazee <pfrazee@gmail.com>2022-11-08 15:56:22 -0600
commite6429182a1e844b33017c4f5f9a5ca2ce103bfdb (patch)
tree056315a30a97414c799240c9fac2ccfbd2b089fc /package.json
parent1fbc4cf1f2279cf4cf6804ff02616515e82d2a38 (diff)
downloadvoidsky-e6429182a1e844b33017c4f5f9a5ca2ce103bfdb.tar.zst
Implement scenes listing in main menu
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/package.json b/package.json
index e8b705df3..df93583c7 100644
--- a/package.json
+++ b/package.json
@@ -22,6 +22,7 @@
     "@zxing/text-encoding": "^0.9.0",
     "base64-js": "^1.5.1",
     "email-validator": "^2.0.4",
+    "lodash.chunk": "^4.2.0",
     "lodash.omit": "^4.5.0",
     "mobx": "^6.6.1",
     "mobx-react-lite": "^3.4.0",
@@ -50,6 +51,7 @@
     "@babel/runtime": "^7.12.5",
     "@react-native-community/eslint-config": "^2.0.0",
     "@types/jest": "^26.0.23",
+    "@types/lodash.chunk": "^4.2.7",
     "@types/lodash.omit": "^4.5.7",
     "@types/react-native": "^0.67.3",
     "@types/react-test-renderer": "^17.0.1",