expo-font
Version:
Load fonts at runtime and use them in React Native components.
65 lines • 1.75 kB
JSON
{
"name": "expo-font",
"version": "57.0.0",
"description": "Load fonts at runtime and use them in React Native components.",
"main": "build/index.js",
"types": "build/index.d.ts",
"sideEffects": false,
"exports": {
"./app.plugin": "./app.plugin.js",
"./app.plugin.js": "./app.plugin.js",
"./package.json": "./package.json",
"./plugin": "./plugin/build/index.js",
".": {
"react-server": "./build/index.server.js",
"default": "./build/index.js"
},
"./build/server": "./build/server.js"
},
"keywords": [
"react-native",
"expo",
"font"
],
"repository": {
"type": "git",
"url": "https://github.com/expo/expo.git",
"directory": "packages/expo-font"
},
"bugs": {
"url": "https://github.com/expo/expo/issues"
},
"author": "650 Industries, Inc.",
"license": "MIT",
"homepage": "https://docs.expo.dev/versions/latest/sdk/font/",
"jest": {
"preset": "expo-module-scripts"
},
"dependencies": {
"fontfaceobserver": "^2.1.0"
},
"devDependencies": {
"@testing-library/react-native": "^13.3.0",
"@types/fontfaceobserver": "^2.1.3",
"@types/node": "^22.14.0",
"@types/react": "~19.2.0",
"expo": "57.0.0-preview.0",
"expo-module-scripts": "56.0.3"
},
"peerDependencies": {
"expo": "*",
"react": "*",
"react-native": "*"
},
"gitHead": "e3eb896c5fdcd89e0cded98ff4e35c9db12cc9c0",
"scripts": {
"build": "expo-module build",
"clean": "expo-module clean",
"lint": "expo-module lint",
"test": "expo-module test",
"build:plugin": "expo-module build plugin",
"test:plugin": "expo-module test plugin",
"test:rsc": "jest --config jest-rsc.config.js",
"expo-module": "expo-module"
}
}