iconic-icons-rn
Version:
Iconic icons for React Native
36 lines (35 loc) • 877 B
JSON
{
"name": "iconic-icons-rn",
"version": "1.1.0",
"description": "Iconic icons for React Native",
"author": "Fern",
"license": "MIT",
"keywords": [
"iconic",
"icons",
"react native"
],
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist/**/*"
],
"scripts": {
"build": "yarn run build-icons && tsc && rimraf src",
"build-icons": "svgr --icon --native --typescript --svg-props color=\"white\" --svg-props width={24} --svg-props height={24} --index-template scripts/index.template.js -d src icons"
},
"dependencies": {
"react-native-svg": "^12.1.1"
},
"devDependencies": {
"@svgr/cli": "^5.5.0",
"@types/react": "^17.0.13",
"@types/react-native": "^0.64.10",
"rimraf": "^3.0.2",
"typescript": "^4.3.5"
},
"peerDependencies": {
"react": "*",
"react-native": "*"
}
}