{
    "name": "@bma98/fractal-ui",
    "version": "3.1.2",
    "description": "UI Components easy to customize for apps made by Fractal.",
    "author": "BrandonMA",
    "license": "MIT",
    "main": "./dist/index.js",
    "types": "./dist/index.d.ts",
    "source": "src/index.tsx",
    "files": [
        "dist",
        "package.json",
        "LICENSE",
        "README.md"
    ],
    "scripts": {
        "build": "expo-module build",
        "clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist",
        "lint": "eslint 'src/**/*.ts*'",
        "lint:fix": "eslint --fix 'src/**/*.ts*'",
        "expo-module": "expo-module",
        "format": "prettier --write \"src/**/*.{js,jsx,ts,tsx,json,md}\""
    },
    "peerDependencies": {
        "@react-native-community/datetimepicker": "^6.5.0",
        "@react-native-community/slider": "^4.3.1",
        "@react-native-picker/picker": "^2.4.6",
        "framer-motion": "^6.5.1",
        "expo": "*",
        "expo-blur": "^11.1.0",
        "expo-document-picker": "^10.3.0",
        "moti": "^0.18.0",
        "react": "*",
        "react-dom": "*",
        "react-native": "*",
        "react-native-gesture-handler": "~2.5.0",
        "react-native-reanimated": "^2.9.1",
        "react-native-svg": "12.4.4",
        "react-virtualized-auto-sizer": "^1.0.7"
    },
    "peerDependenciesMeta": {
        "@motify/core": {
            "optional": true
        },
        "@react-native-community/datetimepicker": {
            "optional": true
        },
        "@react-native-community/slider": {
            "optional": true
        },
        "@react-native-picker/picker": {
            "optional": true
        },
        "expo": {
            "optional": true
        },
        "expo-blur": {
            "optional": true
        },
        "expo-document-picker": {
            "optional": true
        },
        "moti": {
            "optional": true
        },
        "react-dom": {
            "optional": true
        },
        "react-is": {
            "optional": true
        },
        "react-native": {
            "optional": true
        },
        "react-native-gesture-handler": {
            "optional": true
        },
        "react-native-reanimated": {
            "optional": true
        },
        "react-native-svg": {
            "optional": true
        },
        "react-virtualized-auto-sizer": {
            "optional": true
        }
    },
    "dependencies": {
        "@bma98/size-class": "^2.2.6",
        "recyclerlistview": "^4.1.3",
        "styled-components": "^5.3.6",
        "utility-types": "^3.10.0"
    },
    "devDependencies": {
        "@react-native-community/datetimepicker": "^6.2.0",
        "@react-native-community/slider": "^4.3.1",
        "@react-native-picker/picker": "^2.4.2",
        "@types/react-virtualized-auto-sizer": "^1.0.1",
        "@types/styled-components": "^5.1.26",
        "framer-motion": "^6.5.1",
        "expo-blur": "^11.2.0",
        "expo-document-picker": "^10.3.0",
        "moti": "^0.20.0",
        "react-native-gesture-handler": "^2.5.0",
        "react-native-reanimated": "^2.9.1",
        "react-native-svg": "12.4.4"
    },
    "keywords": [
        "Javascript",
        "React",
        "React native",
        "UI Library"
    ],
    "sideEffects": false
}
