{
  "private": false,
  "name": "placementt-core",
  "author": "Placementt",
  "version": "1.400.459",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "scripts": {
    "lint": "eslint --ext .js,.ts .",
    "prebuild": "rimraf build",
    "build": "tsc",
    "prestart": "rimraf build",
    "start": "tsc -w",
    "pack": "yarn pack",
    "deploy": "tsc && yarn publish",
    "deploy-all": "node deploy-all.js"
  },
  "dependencies": {
    "@react-native-async-storage/async-storage": "1.23.1",
    "@reduxjs/toolkit": "^1.9.7",
    "@types/jest": "29.5.0",
    "@types/ngeohash": "0.6.4",
    "@types/scheduler": "0.23.0",
    "algoliasearch": "^4.23.3",
    "expo": "^52.0.7",
    "firebase": "9.16.0",
    "html2canvas": "^1.4.1",
    "jest": "~29.7.0",
    "jspdf": "^2.5.1",
    "ngeohash": "^0.6.3",
    "path": "^0.12.7",
    "react": "18.2.0",
    "react-dom": "18.2.0",
    "react-redux": "^8.1.3",
    "redux-persist": "^6.0.0",
    "scheduler": "0.23.0",
    "slate": "^0.84.0",
    "slate-history": "^0.66.0",
    "slate-react": "^0.83.2",
    "ts-jest": "29.1.0",
    "typescript": "^5.3.3"
  },
  "devDependencies": {
    "npm-run-all": "^4.1.5",
    "rimraf": "^3.0.2"
  },
  "resolutions": {
    "@types/react": "18.0.29"
  },
  "engines": {
    "node": "22"
  }
}
