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

54
node_modules/expo-symbols/package.json generated vendored Normal file
View File

@@ -0,0 +1,54 @@
{
"name": "expo-symbols",
"version": "55.0.5",
"description": "Provides access to the SF Symbols library on iOS for React Native and Expo apps.",
"main": "build/index.js",
"types": "build/index.d.ts",
"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"
},
"exports": {
".": "./build/index.js",
"./androidWeights/*": "./build/android/weights/*/index.js"
},
"keywords": [
"react-native",
"expo",
"expo-symbols",
"symbols",
"sfsymbols",
"ios"
],
"repository": {
"type": "git",
"url": "https://github.com/expo/expo.git",
"directory": "packages/expo-symbols"
},
"bugs": {
"url": "https://github.com/expo/expo/issues"
},
"author": "650 Industries, Inc.",
"license": "MIT",
"homepage": "https://docs.expo.dev/versions/latest/sdk/symbols/",
"dependencies": {
"sf-symbols-typescript": "^2.0.0",
"@expo-google-fonts/material-symbols": "^0.4.1"
},
"devDependencies": {
"expo-module-scripts": "^55.0.2",
"expo-font": "^55.0.4"
},
"peerDependencies": {
"expo": "*",
"react": "*",
"react-native": "*",
"expo-font": "*"
},
"gitHead": "756404b0eb18d441b54c7136b4142349193f554b"
}