1{ 2 "name": "expo-docs", 3 "version": "44.0.0", 4 "private": true, 5 "scripts": { 6 "dev": "rimraf .next/preval && next dev -p 3002", 7 "build": "cross-env NODE_OPTIONS=--max-old-space-size=5120 next build", 8 "export": "yarn run build && next export && yarn run export-issue-404", 9 "export-issue-404": "echo \" Patching https://github.com/vercel/next.js/issues/16528\"; cp out/404/index.html out/404.html", 10 "export-server": "http-server out -p 8000", 11 "import-react-native-docs": "node ./scripts/import-react-native-docs.js", 12 "test-links": "node --async-stack-traces --unhandled-rejections=strict ./scripts/test-links.js", 13 "prettier": "prettier --write '**/*.{js,ts,tsx,md}'", 14 "lint": "tsc --noEmit && eslint .", 15 "lint-links": "remark -u validate-links ./pages", 16 "watch": "tsc --noEmit -w", 17 "test": "jest", 18 "schema-sync": "node --async-stack-traces --unhandled-rejections=strict ./scripts/schema-sync.js", 19 "remove-version": "node --unhandled-rejections=strict ./scripts/remove-version.js" 20 }, 21 "resolutions": { 22 "webpack": "^5.28.0" 23 }, 24 "dependencies": { 25 "@emotion/react": "^11.4.0", 26 "@expo/spawn-async": "^1.5.0", 27 "@expo/styleguide": "^4.0.1", 28 "@mdx-js/loader": "^1.6.22", 29 "@mdx-js/mdx": "^1.6.22", 30 "@mdx-js/react": "^1.6.22", 31 "@mdx-js/runtime": "^1.6.22", 32 "@reach/tabs": "^0.15.0", 33 "@sentry/browser": "^5.6.1", 34 "date-fns": "^2.28.0", 35 "docsearch.js": "^2.5.2", 36 "emoji-regex": "^9.2.2", 37 "front-matter": "^2.3.0", 38 "fs-extra": "^6.0.1", 39 "github-slugger": "^1.3.0", 40 "hotshot": "^1.0.5", 41 "lodash": "^4.17.20", 42 "next": "^11.1.4", 43 "nprogress": "0.2.0", 44 "path-browserify": "^1.0.1", 45 "prism-react-renderer": "1.0.2", 46 "prop-types": "15.7.2", 47 "react": "^17.0.2", 48 "react-diff-view": "^2.4.7", 49 "react-dom": "^17.0.2", 50 "react-feather": "^2.0.9", 51 "react-markdown": "^6.0.3", 52 "react-player": "^1.11.1", 53 "react-visibility-sensor": "^5.1.1", 54 "remark-gfm": "^1.0.0", 55 "tippy.js": "^6.3.1" 56 }, 57 "devDependencies": { 58 "@apidevtools/json-schema-ref-parser": "^9.0.9", 59 "@babel/core": "^7.13.14", 60 "@emotion/babel-preset-css-prop": "^11.2.0", 61 "@emotion/jest": "^11.7.1", 62 "@testing-library/jest-dom": "5.11.0", 63 "@testing-library/react": "10.4.3", 64 "@testing-library/react-hooks": "^7.0.2", 65 "@types/cacache": "^15.0.1", 66 "@types/fs-extra": "^9.0.11", 67 "@types/github-slugger": "^1.3.0", 68 "@types/google.analytics": "^0.0.41", 69 "@types/gtag.js": "^0.0.6", 70 "@types/lodash": "^4.14.161", 71 "@types/long": "^4.0.1", 72 "@types/mdx-js__react": "^1.5.3", 73 "@types/node": "^14.11.2", 74 "@types/nprogress": "^0.2.0", 75 "@types/react": "^17.0.11", 76 "axios": "^0.21.2", 77 "babel-plugin-module-resolver": "3.1.1", 78 "babel-plugin-preval": "^3.0.1", 79 "cross-env": "^5.2.0", 80 "danger": "^9.2.10", 81 "esbuild-loader": "^2.13.1", 82 "eslint": "^8.6.0", 83 "eslint-config-next": "^10.2.3", 84 "eslint-config-universe": "^10.0.0", 85 "eslint-plugin-lodash": "^7.3.0", 86 "http-server": "^0.12.3", 87 "jest": "^27.4.7", 88 "js-yaml": "^4.1.0", 89 "prettier": "^2.3.1", 90 "puppeteer": "^10.2.0", 91 "react-test-renderer": "^17.0.2", 92 "rehype-slug": "^4.0.1", 93 "remark-cli": "^9.0.0", 94 "remark-frontmatter": "^2.0.0", 95 "remark-validate-links": "^10.0.4", 96 "rimraf": "^3.0.2", 97 "semver": "^7.3.5", 98 "sitemap": "^6.3.0", 99 "typescript": "^4.5.4", 100 "unist-builder": "^2.0.0", 101 "unist-util-visit": "^2.0.3" 102 } 103} 104