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

52
node_modules/expo-glass-effect/package.json generated vendored Normal file
View File

@@ -0,0 +1,52 @@
{
"name": "expo-glass-effect",
"version": "55.0.7",
"description": "A component that renders a native glass effect view on iOS.",
"main": "build/index.js",
"types": "build/index.d.ts",
"sideEffects": false,
"scripts": {
"build": "expo-module build",
"clean": "expo-module clean",
"lint": "expo-module lint",
"test": "expo-module test",
"prepare": "expo-module prepare",
"prepublishOnly": "expo-module prepublishOnly",
"expo-module": "expo-module"
},
"jest": {
"preset": "expo-module-scripts"
},
"keywords": [
"react-native",
"apple",
"liquid-glass",
"expo",
"expo-glass-effect"
],
"repository": {
"type": "git",
"url": "https://github.com/expo/expo.git",
"directory": "packages/expo-glass-effect"
},
"bugs": {
"url": "https://github.com/expo/expo/issues"
},
"author": "650 Industries, Inc.",
"license": "MIT",
"homepage": "https://docs.expo.dev/versions/latest/sdk/glass-effect/",
"dependencies": {},
"devDependencies": {
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.3.0",
"@testing-library/react-native": "^13.3.0",
"expo-module-scripts": "^55.0.2"
},
"peerDependencies": {
"expo": "*",
"react": "*",
"react-native": "*"
},
"gitHead": "b183e5cbd95eb6ee54a878291c7077d8d63e4850"
}