1{ 2 "name": "expo-docs", 3 "version": "41.0.0", 4 "betaVersion": "42.0.0", 5 "private": true, 6 "scripts": { 7 "dev": "rimraf .next/preval && next dev -p 3002", 8 "build": "cross-env NODE_OPTIONS=--max-old-space-size=5120 next build", 9 "export": "yarn run build && next export && yarn run export-issue-404", 10 "export-issue-404": "echo \" Patching https://github.com/vercel/next.js/issues/16528\"; cp out/404/index.html out/404.html", 11 "export-server": "http-server out -p 8000", 12 "import-react-native-docs": "node ./scripts/import-react-native-docs.js", 13 "test-links": "node --async-stack-traces --unhandled-rejections=strict ./scripts/test-links.js", 14 "prettier": "prettier --write '**/*.{js,ts,tsx,md}'", 15 "lint": "tsc --noEmit && eslint .", 16 "lint-links": "remark -u validate-links ./pages", 17 "watch": "tsc --noEmit -w", 18 "test": "jest", 19 "schema-sync": "node --async-stack-traces --unhandled-rejections=strict ./scripts/schema-sync.js" 20 }, 21 "resolutions": { 22 "webpack": "^5.28.0" 23 }, 24 "dependencies": { 25 "@emotion/react": "^11.1.5", 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 "babel-plugin-module-resolver": "3.1.1", 35 "babel-plugin-preval": "^3.0.1", 36 "cross-env": "^5.2.0", 37 "docsearch.js": "^2.5.2", 38 "emoji-regex": "9.0.0", 39 "front-matter": "^2.3.0", 40 "fs-extra": "^6.0.1", 41 "github-slugger": "^1.3.0", 42 "hotshot": "^1.0.5", 43 "lodash": "^4.17.20", 44 "next": "^10.2.0", 45 "nprogress": "0.2.0", 46 "path-browserify": "^1.0.1", 47 "prism-react-renderer": "1.0.2", 48 "prop-types": "15.6.2", 49 "react": "^17.0.2", 50 "react-diff-view": "^2.4.4", 51 "react-dom": "^17.0.2", 52 "react-markdown": "^5.0.3", 53 "react-player": "^1.11.1", 54 "react-visibility-sensor": "^5.1.0", 55 "tippy.js": "^6.3.1" 56 }, 57 "devDependencies": { 58 "@apidevtools/json-schema-ref-parser": "^9.0.7", 59 "@babel/core": "^7.13.14", 60 "@emotion/babel-preset-css-prop": "^11.2.0", 61 "@testing-library/jest-dom": "5.11.0", 62 "@testing-library/react": "10.4.3", 63 "@types/fs-extra": "^9.0.7", 64 "@types/github-slugger": "^1.3.0", 65 "@types/google.analytics": "^0.0.41", 66 "@types/gtag.js": "^0.0.4", 67 "@types/lodash": "^4.14.161", 68 "@types/long": "^4.0.1", 69 "@types/mdx-js__react": "^1.5.3", 70 "@types/node": "^14.11.2", 71 "@types/nprogress": "^0.2.0", 72 "@types/react": "^17.0.5", 73 "axios": "^0.19.2", 74 "danger": "^9.2.10", 75 "esbuild-loader": "^2.9.2", 76 "eslint": "^7.23.0", 77 "eslint-config-universe": "^7.0.1", 78 "eslint-plugin-lodash": "^7.2.0", 79 "http-server": "^0.12.3", 80 "jest": "26.1.0", 81 "prettier": "^2.2.1", 82 "puppeteer": "^3.3.0", 83 "remark-cli": "^9.0.0", 84 "remark-validate-links": "^10.0.2", 85 "rimraf": "^3.0.2", 86 "semver": "^7.3.2", 87 "sitemap": "^6.3.0", 88 "typescript": "^4.0.3" 89 } 90} 91