@lordicon/react
Version:
This library allows you to easily integrate the playback of Lordicon icons into a React application.
51 lines (50 loc) • 1.15 kB
JSON
{
"name": "@lordicon/react",
"version": "1.11.0",
"description": "This library allows you to easily integrate the playback of Lordicon icons into a React application.",
"repository": "https://github.com/lordicondev/lordicon",
"homepage": "https://lordicon.com/",
"keywords": [
"lordicon",
"lottie",
"icon",
"animation",
"react",
"react-native"
],
"author": "Marcin Baszczewski <marcin@baszczewski.pl>",
"license": "MIT",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"files": [
"dist"
],
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "rollup --bundleConfigAsCjs --config rollup.config.js",
"clean": "rm -rf dist"
},
"dependencies": {
"@lordicon/helpers": "^1.11.0"
},
"peerDependencies": {
"lottie-react-native": "*",
"lottie-web": "*",
"react": "*",
"react-native": "*"
},
"peerDependenciesMeta": {
"lottie-react-native": {
"optional": true
},
"lottie-web": {
"optional": true
},
"react-native": {
"optional": true
}
},
"gitHead": "794a7d542d7e08c5e4773bc4e0065f5a563ea40d"
}