react-native-amazing-icons
Version:
A collection of beautifully animated React Native icons inspired by popular social media platforms. Each animation is optimized for performance and designed to create engaging user interactions.
45 lines (44 loc) • 1.2 kB
JSON
{
"name": "react-native-amazing-icons",
"version": "1.0.4",
"description": "A collection of beautifully animated React Native icons inspired by popular social media platforms. Each animation is optimized for performance and designed to create engaging user interactions.",
"keywords": [
"react-native",
"animation",
"heart",
"instagram",
"like",
"animated-icons"
],
"homepage": "https://github.com/Bauss9/react-native-amazing-icons#readme",
"bugs": {
"url": "https://github.com/Bauss9/react-native-amazing-icons/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Bauss9/react-native-amazing-icons.git"
},
"types": "index.d.ts",
"license": "MIT",
"author": "Bauss9",
"type": "commonjs",
"main": "lib/index.js",
"directories": {
"example": "example"
},
"peerDependencies": {
"react": "*",
"react-native": "*",
"react-native-svg": ">=12.0.0"
},
"devDependencies": {
"react": "^18.2.0",
"react-native": "^0.74.0",
"react-native-svg": "^15.0.0"
},
"scripts": {
"build": "mkdir -p lib && cp -r src/* lib/",
"prepare": "npm run build",
"test": "echo \"Error: no test specified\" && exit 1"
}
}