{
  "name": "expo-docs",
  "version": "45.0.0",
  "private": true,
  "scripts": {
    "dev": "rimraf .next/preval && next dev -p 3002",
    "build": "cross-env NODE_OPTIONS=--max-old-space-size=6656 next build",
    "export": "yarn run build && next export && yarn run export-issue-404",
    "export-issue-404": "echo \"🛠  Patching https://github.com/vercel/next.js/issues/16528\"; cp out/404/index.html out/404.html",
    "export-server": "http-server out -p 8000",
    "import-react-native-docs": "node ./scripts/import-react-native-docs.js",
    "test-links": "node --async-stack-traces --unhandled-rejections=strict ./scripts/test-links.js",
    "prettier": "prettier --write '**/*.{js,ts,tsx,md}'",
    "lint": "tsc --noEmit && eslint .",
    "lint-case": "case-police 'pages/**/*.md' -p brands,general,products,softwares -d expo-dict.json",
    "lint-links": "remark -u validate-links ./pages",
    "watch": "tsc --noEmit -w",
    "test": "jest",
    "schema-sync": "node --async-stack-traces --unhandled-rejections=strict ./scripts/schema-sync.js",
    "remove-version": "node --unhandled-rejections=strict ./scripts/remove-version.js"
  },
  "resolutions": {
    "webpack": "^5.28.0"
  },
  "dependencies": {
    "@emotion/react": "^11.4.0",
    "@expo/spawn-async": "^1.5.0",
    "@expo/styleguide": "^4.1.1",
    "@mdx-js/loader": "^1.6.22",
    "@mdx-js/mdx": "^1.6.22",
    "@mdx-js/react": "^1.6.22",
    "@mdx-js/runtime": "^1.6.22",
    "@reach/tabs": "^0.15.0",
    "@sentry/browser": "^5.6.1",
    "date-fns": "^2.28.0",
    "docsearch.js": "^2.5.2",
    "emoji-regex": "^9.2.2",
    "front-matter": "^2.3.0",
    "fs-extra": "^6.0.1",
    "github-slugger": "^1.3.0",
    "hotshot": "^1.0.5",
    "lodash": "^4.17.20",
    "next": "^11.1.4",
    "nprogress": "0.2.0",
    "path-browserify": "^1.0.1",
    "prism-react-renderer": "1.0.2",
    "prop-types": "15.7.2",
    "react": "^17.0.2",
    "react-diff-view": "^2.4.7",
    "react-dom": "^17.0.2",
    "react-feather": "^2.0.9",
    "react-grid-system": "^8.1.3",
    "react-markdown": "^6.0.3",
    "react-player": "^1.11.1",
    "react-visibility-sensor": "^5.1.1",
    "remark-gfm": "^1.0.0",
    "tippy.js": "^6.3.1"
  },
  "devDependencies": {
    "@apidevtools/json-schema-ref-parser": "^9.0.9",
    "@babel/core": "^7.18.6",
    "@emotion/babel-preset-css-prop": "^11.2.0",
    "@emotion/jest": "^11.7.1",
    "@testing-library/jest-dom": "^5.16.4",
    "@testing-library/react": "^12.1.5",
    "@testing-library/react-hooks": "^7.0.2",
    "@testing-library/user-event": "^14.1.1",
    "@types/cacache": "^15.0.1",
    "@types/fs-extra": "^9.0.13",
    "@types/github-slugger": "^1.3.0",
    "@types/google.analytics": "^0.0.42",
    "@types/gtag.js": "^0.0.10",
    "@types/lodash": "^4.14.182",
    "@types/long": "^4.0.2",
    "@types/mdx-js__react": "^1.5.5",
    "@types/node": "^14.11.2",
    "@types/nprogress": "^0.2.0",
    "@types/react": "^17.0.11",
    "@types/react-dom": "^17.0.2",
    "axios": "^0.27.2",
    "babel-plugin-module-resolver": "^4.1.0",
    "babel-plugin-preval": "^5.1.0",
    "case-police": "^0.5.4",
    "cross-env": "^7.0.3",
    "danger": "^9.2.10",
    "esbuild-loader": "^2.19.0",
    "eslint": "^8.19.0",
    "eslint-config-next": "^12.2.0",
    "eslint-config-universe": "^11.0.0",
    "eslint-plugin-lodash": "^7.4.0",
    "eslint-plugin-testing-library": "^5.5.1",
    "http-server": "^0.12.3",
    "jest": "^27.4.7",
    "js-yaml": "^4.1.0",
    "prettier": "^2.3.1",
    "puppeteer": "^10.2.0",
    "react-test-renderer": "^17.0.2",
    "rehype-slug": "^4.0.1",
    "remark-cli": "^9.0.0",
    "remark-frontmatter": "^2.0.0",
    "remark-validate-links": "^10.0.4",
    "rimraf": "^3.0.2",
    "semver": "^7.3.7",
    "sitemap": "^6.3.0",
    "typescript": "^4.5.4",
    "unist-builder": "^2.0.0",
    "unist-util-visit": "^2.0.3"
  }
}
