This repository has been archived on 2022-03-12. You can view files and clone it, but cannot push or open issues or pull requests.

57 lines
1.8 KiB
JSON
Raw Normal View History

2021-04-02 02:24:13 +03:00
{
"name": "@expo/vector-icons",
"sideEffects": false,
"version": "12.0.4",
"description": "Built-in support for popular icon fonts and the tooling to create your own Icon components from your font and glyph map. This is a wrapper around react-native-vector-icons to make it compatible with Expo.",
"main": "build/IconsLazy.js",
"module": "build/Icons.js",
"types": "build/Icons.d.ts",
"scripts": {
"copy-vendor": "cp -R src/vendor/ build/vendor/",
"generate-lazy": "expo-module babel --config-file ./babel.config.build.js --source-maps --out-file build/IconsLazy.js build/Icons.js",
"build": "EXPO_NONINTERACTIVE=1 expo-module build && npm run generate-lazy && npm run copy-vendor",
"build:dev": "expo-module build",
"clean": "expo-module clean",
"lint": "eslint tools",
"test": "expo-module test",
"prepare": "expo-module prepare && npm run generate-lazy && npm run copy-vendor",
"prepublishOnly": "expo-module prepublishOnly",
"expo-module": "expo-module"
},
"repository": {
"type": "git",
"url": "https://github.com/expo/vector-icons.git"
},
"keywords": [
"expo"
],
"author": "Brent Vatne",
"contributors": [
"Evan Bacon <bacon@expo.io> (https://github.com/evanbacon)"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/expo/vector-icons/issues"
},
"jest": {
"preset": "expo-module-scripts"
},
"homepage": "https://expo.github.io/vector-icons",
"unimodulePeerDependencies": {
"expo-font": "*"
},
"dependencies": {
"lodash.frompairs": "^4.0.1",
"lodash.isequal": "^4.5.0",
"lodash.isstring": "^4.0.1",
"lodash.omit": "^4.5.0",
"lodash.pick": "^4.4.0",
"lodash.template": "^4.5.0"
},
"devDependencies": {
"@types/react-native": "~0.63",
"expo-font": "^8.4.0",
"expo-module-scripts": "^1.0.0"
}
}