UNPKG

@bounceapp/lottie

Version:

Lottie wrapper for React Native Web

105 lines (104 loc) 2.7 kB
{ "name": "@bounceapp/lottie", "private": false, "license": "MIT", "description": "Lottie wrapper for React Native Web", "version": "1.0.1", "main": "lib/commonjs/index", "module": "lib/module/index", "react-native": "src/index", "types": "lib/typescript/src/index.d.ts", "source": "src/index", "sideEffects": false, "files": [ "src", "lib", "!**/__tests__", "!**/__fixtures__", "!**/__mocks__", "!**/*.stories.*" ], "keywords": [ "expo", "lottie", "react-native", "lottie-react-native", "ios", "android", "web" ], "repository": "https://github.com/Bounceapp/lottie", "author": "Bounce (https://usebounce.com)", "bugs": { "url": "https://github.com/Bounceapp/lottie/issues" }, "homepage": "https://github.com/Bounceapp/lottie#readme", "scripts": { "test": "jest --passWithNoTests", "typecheck": "tsc", "lint": "biome check .", "lint:fix": "biome check --write .", "lint-staged": "lint-staged --allow-empty", "prepare": "bob build && husky install", "release": "release-it", "build:docs": "storybook build --output-dir docs", "dev:docs": "storybook dev -p 6006" }, "publishConfig": { "registry": "https://registry.npmjs.org/", "access": "public" }, "react-native-builder-bob": { "source": "src", "output": "lib", "targets": [ "commonjs", "module", [ "typescript", { "project": "tsconfig.build.json" } ] ] }, "lint-staged": { "*.{ts,tsx,js,jsx,json,jsonc,css}": "biome check --write --no-errors-on-unmatched" }, "devDependencies": { "@babel/preset-env": "^7.29.7", "@babel/preset-react": "^7.29.7", "@babel/preset-typescript": "^7.29.7", "@biomejs/biome": "2.5.3", "@commitlint/cli": "21.2.1", "@commitlint/config-conventional": "21.2.0", "@release-it/conventional-changelog": "11.0.1", "@storybook/react-native-web-vite": "10.5.0", "@types/jest": "30.0.0", "@types/react": "~19.0.10", "@types/react-dom": "~19.0.4", "expo": "53.0.13", "husky": "8.0.3", "jest": "^30.4.2", "lint-staged": "17.0.8", "lottie-react": "2.4.1", "lottie-react-native": "7.3.8", "react": "19.0.0", "react-dom": "19.0.0", "react-native": "0.79.4", "react-native-builder-bob": "0.43.0", "react-native-web": "^0.20.0", "release-it": "20.2.1", "storybook": "10.5.0", "typescript": "~7.0.2", "vite": "^8.1.4" }, "peerDependencies": { "lottie-react": "*", "lottie-react-native": "*", "react": "*", "react-dom": "*", "react-native": "*", "react-native-web": "*" } }