1{ 2 "name": "expo-docs", 3 "version": "43.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": "^3.0.0", 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 "docsearch.js": "^2.5.2", 35 "emoji-regex": "^9.2.2", 36 "front-matter": "^2.3.0", 37 "fs-extra": "^6.0.1", 38 "github-slugger": "^1.3.0", 39 "hotshot": "^1.0.5", 40 "lodash": "^4.17.20", 41 "next": "^10.2.3", 42 "nprogress": "0.2.0", 43 "path-browserify": "^1.0.1", 44 "prism-react-renderer": "1.0.2", 45 "prop-types": "15.7.2", 46 "react": "^17.0.2", 47 "react-diff-view": "^2.4.7", 48 "react-dom": "^17.0.2", 49 "react-markdown": "^6.0.3", 50 "react-player": "^1.11.1", 51 "react-visibility-sensor": "^5.1.1", 52 "remark-gfm": "^1.0.0", 53 "tippy.js": "^6.3.1" 54 }, 55 "devDependencies": { 56 "@apidevtools/json-schema-ref-parser": "^9.0.9", 57 "@babel/core": "^7.13.14", 58 "@emotion/babel-preset-css-prop": "^11.2.0", 59 "@testing-library/jest-dom": "5.11.0", 60 "@testing-library/react": "10.4.3", 61 "@types/fs-extra": "^9.0.11", 62 "@types/github-slugger": "^1.3.0", 63 "@types/google.analytics": "^0.0.41", 64 "@types/gtag.js": "^0.0.6", 65 "@types/lodash": "^4.14.161", 66 "@types/long": "^4.0.1", 67 "@types/mdx-js__react": "^1.5.3", 68 "@types/node": "^14.11.2", 69 "@types/nprogress": "^0.2.0", 70 "@types/react": "^17.0.11", 71 "axios": "^0.19.2", 72 "babel-plugin-module-resolver": "3.1.1", 73 "babel-plugin-preval": "^3.0.1", 74 "cross-env": "^5.2.0", 75 "danger": "^9.2.10", 76 "esbuild-loader": "^2.13.1", 77 "eslint": "^7.31.0", 78 "eslint-config-next": "^10.2.3", 79 "eslint-config-universe": "^7.0.1", 80 "eslint-plugin-lodash": "^7.2.0", 81 "http-server": "^0.12.3", 82 "jest": "26.1.0", 83 "js-yaml": "^4.1.0", 84 "prettier": "^2.3.1", 85 "puppeteer": "^10.2.0", 86 "remark-cli": "^9.0.0", 87 "remark-frontmatter": "^2.0.0", 88 "remark-validate-links": "^10.0.4", 89 "rimraf": "^3.0.2", 90 "semver": "^7.3.5", 91 "sitemap": "^6.3.0", 92 "typescript": "^4.0.3", 93 "unist-builder": "^2.0.0" 94 } 95} 96