{
  "name": "@artsy/palette-mobile",
  "version": "24.2.0",
  "description": "Artsy's design system for React Native",
  "workspaces": [
    "Example"
  ],
  "scripts": {
    "android": "yarn workspace palette-mobile-example android",
    "android:clean": "yarn workspace palette-mobile-example android:prebuild --clean",
    "android:prebuild": "yarn workspace palette-mobile-example android:prebuild",
    "deploy-beta": "./Example/scripts/deploys/deploy-beta-both",
    "bundle-install": "bundle install",
    "clean": "rimraf dist",
    "compile": "tsc",
    "install:all": "yarn install && yarn bundle-install",
    "ios": "yarn workspace palette-mobile-example ios",
    "ios:clean": "yarn workspace palette-mobile-example ios:prebuild --clean",
    "ios:prebuild": "yarn workspace palette-mobile-example ios:prebuild",
    "lint:all": "yarn lint .",
    "lint": "eslint --cache --cache-location '.cache/eslint/' --ext .ts,.tsx --fix",
    "local-palette-dev": "./scripts/sync-after-change",
    "open-xcode": "open Example/ios/PaletteMobile.xcworkspace",
    "prebuild": "yarn workspace palette-mobile-example prebuild",
    "prepare": "husky install",
    "prepublishOnly": "yarn clean && yarn compile",
    "prestart": "yarn workspace palette-mobile-example prestart",
    "prettier-write": "prettier --write --ignore-unknown",
    "release:canary": "auto canary",
    "release": "auto shipit",
    "setup:artsy": "./scripts/download-fonts",
    "start:reset-cache": "yarn workspace palette-mobile-example start:reset-cache",
    "start": "yarn workspace palette-mobile-example start",
    "storybook-watcher": "yarn workspace palette-mobile-example storybook-watcher",
    "test": "jest --maxWorkers=2",
    "type-check": "tsc --noEmit"
  },
  "dependenciesComments": [
    "ONLY ADD DEPS THAT ARE OK TO SHIP WITH THIS LIBRARY.",
    "FOR DEPS NEEDED FOR THE STORYBOOK APP, ADD THEM AS DEV DEPS BELOW."
  ],
  "dependencies": {
    "@artsy/palette-tokens": "7.0.0",
    "@react-spring/native": "10.0.3",
    "@styled-system/theme-get": "^5.1.2",
    "events": "3.3.0",
    "react-nanny": "2.15.0",
    "react-native-popover-view": "^6.1.0"
  },
  "peerDependenciesComments": [
    "ADD ANY DEPS THAT ARE NEEDED FOR PALETTE AND HAVE NATIVE CODE."
  ],
  "peerDependencies": {
    "@d11/react-native-fast-image": "*",
    "react": "*",
    "react-native": "*",
    "react-native-blurhash": "*",
    "react-native-collapsible-tab-view": "*",
    "react-native-haptic-feedback": "*",
    "react-native-linear-gradient": "*",
    "react-native-pager-view": "*",
    "react-native-reanimated": "*",
    "react-native-svg": "*",
    "styled-components": ">= 5"
  },
  "devDependencies": {
    "@artsy/auto-config": "1.2.0",
    "@artsy/icons": "3.67.0",
    "@auto-it/all-contributors": "10.46.0",
    "@auto-it/first-time-contributor": "10.46.0",
    "@babel/core": "^7.26.0",
    "@babel/plugin-proposal-decorators": "7.25.9",
    "@babel/plugin-proposal-private-methods": "7.18.6",
    "@babel/preset-env": "7.25.3",
    "@babel/preset-flow": "7.18.6",
    "@babel/preset-react": "7.18.6",
    "@babel/preset-typescript": "7.18.6",
    "@babel/runtime": "7.26.10",
    "@d11/react-native-fast-image": "8.13.0",
    "@react-native-async-storage/async-storage": "2.2.0",
    "@react-native/eslint-config": "0.83.6",
    "@shopify/flash-list": "2.2.2",
    "@storybook/react": "8.6.14",
    "@testing-library/react-native": "13.3.3",
    "@types/events": "^3.0.0",
    "@types/jest": "29.5.14",
    "@types/lodash": "4.14.191",
    "@types/react": "19.2.10",
    "@types/react-test-renderer": "19.1.0",
    "@types/styled-system": "5.1.24",
    "@types/styled-system__theme-get": "5.0.4",
    "@typescript-eslint/eslint-plugin": "5.57.0",
    "@typescript-eslint/parser": "^5.57.0",
    "auto": "10.38.5",
    "babel-jest": "29.6.3",
    "babel-preset-expo": "55.0.22",
    "concurrently": "^7.6.0",
    "eslint": "8.33.0",
    "eslint-config-prettier": "8.6.0",
    "eslint-import-resolver-typescript": "3.5.3",
    "eslint-plugin-import": "2.27.5",
    "eslint-plugin-jest": "27.2.1",
    "eslint-plugin-prettier": "4.2.1",
    "eslint-plugin-react": "7.32.2",
    "eslint-plugin-react-hooks": "^4.6.0",
    "eslint-plugin-react-native-a11y": "^3.5.1",
    "eslint-plugin-testing-library": "6.5.0",
    "husky": "^8.0.3",
    "jest": "~29.7.0",
    "jest-environment-jsdom": "29.6.3",
    "jest-extended": "4.0.2",
    "jest-watch-typeahead": "2.2.2",
    "lint-staged": "13.2.3",
    "lodash": "4.18.1",
    "moti": "0.30.0",
    "nodemon": "^3.1.14",
    "prettier": "3.1.1",
    "pull-lock": "1.0.0",
    "react": "19.2.0",
    "react-native": "0.83.6",
    "react-native-blurhash": "2.1.3",
    "react-native-collapsible-tab-view": "patch:react-native-collapsible-tab-view@npm%3A9.0.0-rc.0#~/.yarn/patches/react-native-collapsible-tab-view-npm-9.0.0-rc.0-5363b327de.patch",
    "react-native-haptic-feedback": "1.14.0",
    "react-native-linear-gradient": "2.8.3",
    "react-native-pager-view": "8.0.2",
    "react-native-reanimated": "4.2.1",
    "react-native-safe-area-context": "5.6.0",
    "react-native-svg": "15.15.3",
    "react-native-worklets": "0.7.4",
    "react-test-renderer": "19.2.0",
    "rimraf": "4.1.2",
    "styled-components": "6.1.19",
    "styled-system": "^5.1.5",
    "typescript": "5.9.2"
  },
  "engines": {
    "yarn": "4.x",
    "node": "24.x"
  },
  "files": [
    "dist"
  ],
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/artsy/palette-mobile.git"
  },
  "author": "Pavlos Vinieratos <pvinis@gmail.com>",
  "license": "MIT",
  "pull-lock": {
    "Example/ios/Podfile.lock": "echo \"🚨 New Podfile.lock detected!, you might need to run yarn install:all\" 🚨",
    "yarn.lock": "yarn install"
  },
  "lint-staged": {
    "*.@(md)": [
      "yarn prettier-write"
    ],
    "*.@(js|jsx|ts|tsx)": [
      "yarn lint",
      "prettier --write --ignore-unknown"
    ]
  },
  "packageManager": "yarn@4.10.0"
}
