55 lines
1.4 KiB
JSON
55 lines
1.4 KiB
JSON
{
|
|
"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"
|
|
}
|