@bounceapp/lottie
Version:
Lottie wrapper for React Native Web
131 lines (130 loc) • 3.62 kB
JSON
{
"name": "@bounceapp/lottie",
"private": false,
"license": "MIT",
"description": "Lottie wrapper for React Native Web",
"version": "0.5.0",
"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",
"!lib/typescript/example",
"!**/__tests__",
"!**/__fixtures__",
"!**/__mocks__",
"!**/*.stories.@(js|jsx|ts|tsx)"
],
"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": "eslint . --ext .ts,.tsx,.js",
"lint:fix": "eslint . --ext .ts,.tsx,.js --fix",
"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",
"example": "yarn --cwd example",
"bootstrap": "yarn example && yarn"
},
"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}": [
"npx prettier --write",
"npx eslint --cache --fix"
],
"*.{css,md,json}": "npx prettier --write"
},
"devDependencies": {
"@babel/preset-env": "^7.22.9",
"@babel/preset-react": "^7.22.5",
"@babel/preset-typescript": "^7.22.5",
"@commitlint/cli": "17.8.1",
"@commitlint/config-conventional": "17.8.1",
"@release-it/conventional-changelog": "5.1.1",
"@storybook/addon-docs": "9.0.14",
"@storybook/addon-links": "9.0.14",
"@storybook/addon-webpack5-compiler-babel": "^3.0.6",
"@storybook/react-webpack5": "9.0.14",
"@types/jest": "28.1.8",
"@types/prettier": "3.0.0",
"@types/react": "~19.0.10",
"@types/react-dom": "~19.0.4",
"@typescript-eslint/eslint-plugin": "8.35.1",
"@typescript-eslint/parser": "8.35.1",
"eslint": "8.57.1",
"eslint-config-prettier": "10.1.5",
"eslint-config-universe": "15.0.3",
"eslint-plugin-import": "2.32.0",
"eslint-plugin-jest": "27.9.0",
"eslint-plugin-n": "14.0.0",
"eslint-plugin-prettier": "5.5.1",
"eslint-plugin-react": "7.37.5",
"eslint-plugin-react-hooks": "4.6.2",
"eslint-plugin-react-native": "5.0.0",
"eslint-plugin-unused-imports": "4.1.4",
"expo": "53.0.13",
"husky": "8.0.3",
"jest": "^29.2.1",
"lint-staged": "13.3.0",
"lottie-ios": "4.5.1",
"lottie-react": "2.4.1",
"lottie-react-native": "7.2.2",
"prettier": "3.6.2",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-native": "0.79.4",
"react-native-builder-bob": "0.40.12",
"react-native-web": "^0.20.0",
"release-it": "15.11.0",
"storybook": "9.0.14",
"typescript": "~5.8.0"
},
"peerDependencies": {
"expo": "*",
"lottie-ios": "*",
"lottie-react": "*",
"lottie-react-native": "*",
"react": "*",
"react-dom": "*",
"react-native": "*",
"react-native-web": "*"
}
}