1{ 2 "name": "expo-docs", 3 "version": "41.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=8192 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 }, 20 "resolutions": { 21 "webpack": "^5.28.0" 22 }, 23 "dependencies": { 24 "@emotion/core": "^10.0.35", 25 "@expo/spawn-async": "^1.5.0", 26 "@expo/styleguide": "^2.1.4", 27 "@mdx-js/loader": "^1.6.16", 28 "@mdx-js/mdx": "^1.6.16", 29 "@mdx-js/react": "^1.6.16", 30 "@mdx-js/runtime": "^1.6.16", 31 "@reach/tabs": "^0.10.3", 32 "@sentry/browser": "^5.6.1", 33 "babel-plugin-module-resolver": "3.1.1", 34 "babel-plugin-preval": "^3.0.1", 35 "cross-env": "^5.2.0", 36 "docsearch.js": "^2.5.2", 37 "emoji-regex": "9.0.0", 38 "emotion": "^10.0.27", 39 "emotion-server": "^10.0.27", 40 "front-matter": "^2.3.0", 41 "fs-extra": "^6.0.1", 42 "github-slugger": "^1.3.0", 43 "hotshot": "^1.0.5", 44 "lodash": "^4.17.20", 45 "next": "^10.1.2", 46 "nprogress": "0.2.0", 47 "path-browserify": "^1.0.1", 48 "prism-react-renderer": "1.0.2", 49 "prop-types": "15.6.2", 50 "react": "^16.8.1", 51 "react-diff-view": "^2.4.4", 52 "react-dom": "^16.8.1", 53 "react-markdown": "^5.0.3", 54 "react-player": "^1.11.1", 55 "react-visibility-sensor": "^5.1.0" 56 }, 57 "devDependencies": { 58 "@apidevtools/json-schema-ref-parser": "^9.0.7", 59 "@babel/core": "^7.13.14", 60 "@emotion/babel-preset-css-prop": "^10.0.27", 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/lodash": "^4.14.161", 67 "@types/long": "^4.0.1", 68 "@types/mdx-js__react": "^1.5.3", 69 "@types/node": "^14.11.2", 70 "@types/nprogress": "^0.2.0", 71 "@types/react": "^16.9.49", 72 "axios": "^0.19.2", 73 "babel-plugin-emotion": "^10.0.33", 74 "danger": "^9.2.10", 75 "esbuild-loader": "^2.9.2", 76 "eslint": "^7.23.0", 77 "eslint-config-universe": "^7.0.1", 78 "http-server": "^0.12.3", 79 "jest": "26.1.0", 80 "prettier": "^2.2.1", 81 "puppeteer": "^3.3.0", 82 "remark-cli": "^9.0.0", 83 "remark-validate-links": "^10.0.2", 84 "rimraf": "^3.0.2", 85 "semver": "^7.3.2", 86 "sitemap": "^6.3.0", 87 "typescript": "^4.0.3" 88 } 89} 90