{
  "name": "ProjectName",
  "version": "0.0.1",
  "private": true,
  "scripts": {
    "android": "react-native run-android",
    "ios": "react-native run-ios",
    "lint": "eslint .",
    "start": "react-native start",
    "test": "jest",
    "cljs:build": "clj -M -m krell.main -co build.edn -c",
    "cljs:repl": "clj -M -m krell.main -co build.edn -c -r",
    "postinstall": "nbb post_install.cljs && yarn && bundle && npx pod-install",
    "prestart": "sb-rn-get-stories",
    "storybook-generate": "sb-rn-get-stories",
    "storybook-watch": "sb-rn-watcher",
    "storybook:run": "cp storybook.js index.js && yarn start"
  },
  "dependencies": {
    "react": "18.3.1",
    "react-native": "0.76.1"
  },
  "devDependencies": {
    "@babel/core": "^7.25.2",
    "@babel/preset-env": "^7.25.3",
    "@babel/runtime": "^7.25.0",
    "@gorhom/bottom-sheet": "^5.0.5",
    "@react-native-async-storage/async-storage": "^2.0.0",
    "@react-native-community/cli": "15.0.0",
    "@react-native-community/cli-platform-android": "15.0.0",
    "@react-native-community/cli-platform-ios": "15.0.0",
    "@react-native-community/datetimepicker": "^8.2.0",
    "@react-native-community/slider": "^4.5.5",
    "@react-native/babel-preset": "0.76.1",
    "@react-native/eslint-config": "0.76.1",
    "@react-native/metro-config": "0.76.1",
    "@react-native/typescript-config": "0.76.1",
    "@storybook/addon-ondevice-actions": "^8.3.10",
    "@storybook/addon-ondevice-controls": "^8.3.10",
    "@storybook/react-native": "^8.3.10",
    "@types/react": "^18.2.6",
    "@types/react-test-renderer": "^18.0.0",
    "babel-jest": "^29.6.3",
    "babel-loader": "^8.4.1",
    "eslint": "^8.19.0",
    "jest": "^29.6.3",
    "dashify": "^2.0.0",
    "prettier": "2.8.8",
    "react-dom": "^18.3.1",
    "react-native-gesture-handler": "^2.20.2",
    "react-native-reanimated": "^3.16.1",
    "react-native-safe-area-context": "^4.14.0",
    "react-native-svg": "^15.8.0",
    "react-test-renderer": "18.3.1",
    "typescript": "5.0.4"
  },
  "engines": {
    "node": ">=18"
  }
}
