@react-native-vector-icons/common
Version:
Customizable Icons for React Native with support for image source and full styling.
167 lines (166 loc) • 3.83 kB
JSON
{
"name": "@react-native-vector-icons/common",
"version": "11.0.0",
"description": "Customizable Icons for React Native with support for image source and full styling.",
"source": "./src/index.tsx",
"main": "./lib/commonjs/index.js",
"module": "./lib/module/index.js",
"types": "./lib/typescript/commonjs/src/index.d.ts",
"exports": {
"./package.json": "./package.json",
".": {
"import": {
"types": "./lib/typescript/module/src/index.d.ts",
"default": "./lib/module/index.js"
},
"require": {
"types": "./lib/typescript/commonjs/src/index.d.ts",
"default": "./lib/commonjs/index.js"
}
}
},
"files": [
"scripts",
"src",
"lib",
"android",
"ios",
"cpp",
"*.podspec",
"react-native.config.js",
"!ios/generated",
"!android/generated",
"!ios/build",
"!android/build",
"!android/gradle",
"!android/gradlew",
"!android/gradlew.bat",
"!android/local.properties",
"!**/__tests__",
"!**/__fixtures__",
"!**/__mocks__",
"!**/.*"
],
"scripts": {
"clean": "del-cli android/build example/android/build example/android/app/build example/ios/build lib",
"prepare": "bob build && chmod +x lib/commonjs/scripts/updatePlist.js",
"prepack": "cp ../../README.md .",
"postpack": "rm README.md",
"watch": "onchange 'src/**' --initial -- yarn run prepare"
},
"bin": {
"rnvi-update-plist": "lib/commonjs/scripts/updatePlist.js"
},
"keywords": [
"react-native",
"ios",
"android",
"osx",
"windows",
"macos",
"react-component",
"react-native-component",
"react",
"mobile",
"ui",
"icon",
"icons",
"vector",
"retina",
"font"
],
"repository": {
"type": "git",
"url": "git://github.com/oblador/react-native-vector-icons.git"
},
"author": {
"name": "Joel Arvidsson",
"email": "joel@oblador.se"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/oblador/react-native-vector-icons/issues"
},
"homepage": "https://github.com/oblador/react-native-vector-icons",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"dependencies": {
"@react-native-community/cli-tools": "^15.1.2",
"picocolors": "^1.1.1",
"plist": "^3.1.0"
},
"devDependencies": {
"@types/plist": "^3.0.5",
"@types/react": "~18.3.12",
"del-cli": "^6.0.0",
"onchange": "^7.1.0",
"react": "18.3.1",
"react-native": "0.76.1",
"react-native-builder-bob": "^0.31.0",
"turbo": "^1.13.4",
"typescript": "^5.7.2"
},
"resolutions": {
"@types/react": "^18.2.44"
},
"peerDependencies": {
"react": "*",
"react-native": "*"
},
"workspaces": [
"packages/*"
],
"jest": {
"preset": "react-native",
"modulePathIgnorePatterns": [
"<rootDir>/example/node_modules",
"<rootDir>/lib/"
]
},
"react-native-builder-bob": {
"source": "src",
"output": "lib",
"targets": [
"codegen",
[
"commonjs",
{
"esm": true
}
],
[
"module",
{
"esm": true
}
],
[
"typescript",
{
"project": "tsconfig.build.json",
"esm": true
}
]
]
},
"codegenConfig": {
"name": "RNVectorIconsSpec",
"type": "all",
"jsSrcsDir": "src",
"outputDir": {
"ios": "ios/generated",
"android": "android/generated"
},
"android": {
"javaPackageName": "com.reactnativevectoricons.common"
},
"includesGeneratedCode": false
},
"create-react-native-library": {
"type": "module-mixed",
"languages": "kotlin-objc",
"version": "0.41.2"
},
"gitHead": "1651392734fd93ad09e833ab0c3c93f44b918439"
}