UNPKG

@sleeperhq/mini-core

Version:

Core library frameworks for developing Sleeper Mini Apps.

90 lines (89 loc) 2.79 kB
{ "name": "@sleeperhq/mini-core", "version": "4.0.7", "description": "Core library frameworks for developing Sleeper Mini Apps.", "main": "index.ts", "types": "index.d.ts", "bin": { "build-mini": "./bin/build_mini.js", "preload-packages": "./bin/preload_packages.js" }, "scripts": { "test": "jest", "lint": "eslint ." }, "repository": { "type": "git", "url": "git+https://github.com/blitzstudios/sleeper-mini-core.git" }, "keywords": [ "sleeper", "mini", "apps", "fantasy", "sports" ], "author": "Luke Herbold <luke@sleeper.app>", "license": "MIT", "bugs": { "url": "https://github.com/blitzstudios/sleeper-mini-core/issues" }, "homepage": "https://github.com/blitzstudios/sleeper-mini-core#readme", "publishConfig": { "registry": "https://registry.npmjs.org/", "access": "public" }, "dependencies": { "@babel/plugin-transform-runtime": "7.25.9", "@babel/runtime": "7.26.0", "@callstack/repack": "blitzstudios/repack.git#callstack-repack-v5.1.0-gitpkg", "@callstack/repack-plugin-reanimated": "5.1.1", "@module-federation/enhanced": "0.14.3", "@react-native-community/cli": "15.0.1", "@react-native-community/cli-platform-android": "15.0.1", "@react-native-community/cli-platform-apple": "15.0.1", "@react-native-community/cli-platform-ios": "15.0.1", "@react-native-community/netinfo": "11.3.2", "@rspack/core": "1.3.15", "@rspack/plugin-react-refresh": "1.0.0", "@swc/helpers": "0.5.17", "axios": "0.15.3", "babel-loader": "9.1.3", "react-native-fast-image": "https://github.com/blitzstudios/react-native-fast-image.git#release/1.4", "react-native-linear-gradient": "2.8.3", "react-native-reanimated": "3.17.5", "react-native-rename": "blitzstudios/react-native-rename.git#react-native-rename-v3.2.17-gitpkg", "react-native-turbo-image": "1.22.3", "regenerator-runtime": "0.13.11", "rx": "4.1.0", "string-replace-loader": "3.1.0", "terser-webpack-plugin": "5.3.10", "webpack": "5.94.0" }, "peerDependencies": { "react": "18.3.1", "react-native": "0.77.3", "react-native-svg": "15.11.2" }, "devDependencies": { "@babel/core": "7.26.0", "@babel/preset-typescript": "7.26.0", "@react-native/babel-preset": "0.77.3", "@react-native/eslint-config": "0.77.3", "@react-native/typescript-config": "0.77.3", "@types/react": "18.2.31", "@typescript-eslint/eslint-plugin": "5.62.0", "@typescript-eslint/parser": "5.62.0", "eslint": "8.38.0", "jest": "26.6.3", "lodash": "4.17.21", "react-native-tcp-socket": "6.0.6", "typescript": "5.2.2" }, "jest": { "preset": "react-native" }, "engines": { "node": "20.10.0" } }