UNPKG

react-lottie-loader

Version:
69 lines (68 loc) 2.06 kB
{ "name": "react-lottie-loader", "version": "1.1.0", "description": "Lottie loader for React", "keywords": [ "lottie", "animation", "canvas", "svg", "after effects", "react", "react-library" ], "repository": { "type": "git", "url": "https://github.com/davidkhierl/react-lottie-loader" }, "bugs": { "url": "https://github.com/davidkhierl/react-lottie-loader/issues", "email": "hi@davidkhierl.com" }, "author": "David Khierl Gidor", "license": "MIT", "source": "./src/index.tsx", "main": "./dist/react-lottie-loader.js", "umd:main": "./dist/react-lottie-loader.umd.js", "esmodule": "./dist/react-lottie-loader.modern.js", "typings": "./dist/typings/index.d.ts", "files": [ "dist", "LICENSE.md", "README.md", "CHANGELOG.md" ], "scripts": { "build": "microbundle --jsx React.createElement --no-sourcemap", "build:declaration": "tsc --emitDeclarationOnly", "build:scss": "sass src/scss/index.scss dist/scss/index.css", "release": "standard-version", "release:prerelease": "standard-version --prerelease", "watch": "microbundle watch --jsx React.createElement --compress false --no-sourcemap -f cjs,umd,modern", "watch:declaration": "tsc -w --emitDeclarationOnly", "watch:scss": "sass --watch src/scss/index.scss dist/css/index.css" }, "peerDependencies": { "react": "^17 || ^18", "react-dom": "^17 || ^18" }, "dependencies": { "lottie-web": "^5.10.2" }, "devDependencies": { "@testing-library/jest-dom": "^5.11.9", "@testing-library/react": "^11.2.3", "@testing-library/user-event": "^12.6.0", "@types/jest": "^26.0.20", "@types/node": "^14.14.20", "@types/react": "^17.0.0", "@types/react-dom": "^17.0.0", "microbundle": "^0.13.0", "react": "^17.0.1", "react-dom": "^17.0.1", "react-scripts": "^4.0.1", "sass": "^1.32.4", "standard-version": "^9.1.0", "typescript": "^4.1.3" } }