first commit

This commit is contained in:
2026-03-10 16:18:05 +00:00
commit 11f9c069b5
31635 changed files with 3187747 additions and 0 deletions

49
node_modules/@expo/log-box/package.json generated vendored Normal file
View File

@@ -0,0 +1,49 @@
{
"name": "@expo/log-box",
"version": "55.0.7",
"main": "app/index.ts",
"scripts": {
"start": "expo start",
"lint": "expo-module lint",
"typecheck": "expo-module typecheck",
"clean": "run-p clean:lib clean:bundle",
"clean:lib": "rimraf build",
"clean:bundle": "rimraf dist",
"watch": "run-p watch:lib watch:bundle",
"watch:lib": "tsc -p tsconfig.lib.json --watch",
"watch:bundle": "node ./scripts/watch-bundle.mjs",
"prepare": "run-s clean build",
"build": "run-s build:lib build:bundle",
"build:lib": "tsc -p tsconfig.lib.json",
"build:bundle": "node ./scripts/build-bundle.mjs",
"export:web": "expo export -p web --no-minify"
},
"dependencies": {
"@expo/dom-webview": "^55.0.3",
"anser": "^1.4.9",
"stacktrace-parser": "^0.1.10"
},
"devDependencies": {
"@expo/spawn-async": "^1.7.2",
"@types/react": "~19.2.0",
"expo-module-scripts": "^55.0.2",
"glob": "^13.0.0",
"npm-run-all2": "^8.0.4",
"react": "19.2.0",
"react-native": "0.83.2",
"rimraf": "^6.1.2",
"typescript": "~5.9.2",
"typescript-plugin-css-modules": "^5.2.0"
},
"peerDependencies": {
"@expo/dom-webview": "^55.0.3",
"expo": "*",
"react": "*",
"react-native": "*"
},
"license": "MIT",
"author": "Expo",
"homepage": "https://github.com/expo/expo/tree/main/packages/@expo/log-box",
"description": "Error overlay for universal Expo apps.",
"gitHead": "928cc951854450f3c72e00e8e420e567fabd1f8c"
}