about summary refs log tree commit diff
path: root/package.json
diff options
context:
space:
mode:
authorPaul Frazee <pfrazee@gmail.com>2022-06-07 17:50:05 -0500
committerPaul Frazee <pfrazee@gmail.com>2022-06-07 17:50:05 -0500
commit47250e7ed7d608e499ae8f3ec99494269db30292 (patch)
treeaf6b1bacba4b8e56149505f49a4022a92e7025aa /package.json
downloadvoidsky-47250e7ed7d608e499ae8f3ec99494269db30292.tar.zst
Initial commit
Diffstat (limited to 'package.json')
-rw-r--r--package.json46
1 files changed, 46 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 000000000..811c99210
--- /dev/null
+++ b/package.json
@@ -0,0 +1,46 @@
+{
+  "name": "app",
+  "version": "0.0.1",
+  "private": true,
+  "scripts": {
+    "android": "react-native run-android",
+    "ios": "react-native run-ios",
+    "start": "react-native start",
+    "test": "jest",
+    "lint": "eslint . --ext .js,.jsx,.ts,.tsx"
+  },
+  "dependencies": {
+    "react": "17.0.2",
+    "react-native": "0.68.2"
+  },
+  "devDependencies": {
+    "@babel/core": "^7.12.9",
+    "@babel/runtime": "^7.12.5",
+    "@react-native-community/eslint-config": "^2.0.0",
+    "@types/jest": "^26.0.23",
+    "@types/react-native": "^0.67.3",
+    "@types/react-test-renderer": "^17.0.1",
+    "@typescript-eslint/eslint-plugin": "^5.17.0",
+    "@typescript-eslint/parser": "^5.17.0",
+    "babel-jest": "^26.6.3",
+    "eslint": "^7.32.0",
+    "jest": "^26.6.3",
+    "metro-react-native-babel-preset": "^0.67.0",
+    "react-test-renderer": "17.0.2",
+    "typescript": "^4.4.4"
+  },
+  "resolutions": {
+    "@types/react": "^17"
+  },
+  "jest": {
+    "preset": "react-native",
+    "moduleFileExtensions": [
+      "ts",
+      "tsx",
+      "js",
+      "jsx",
+      "json",
+      "node"
+    ]
+  }
+}