1{ 2 "name": "expo-docs", 3 "version": "38.0.0", 4 "private": true, 5 "scripts": { 6 "dev": "rimraf node_modules/.cache && node server.js", 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}'", 14 "test": "jest", 15 "schema-sync": "node --async-stack-traces --unhandled-rejections=strict ./scripts/schema-sync.js" 16 }, 17 "dependencies": { 18 "@expo/spawn-async": "^1.5.0", 19 "@mdx-js/loader": "^0.16.8", 20 "@mdx-js/mdx": "^0.16.8", 21 "@mdx-js/runtime": "^1.6.6", 22 "@reach/tabs": "^0.10.3", 23 "@sentry/browser": "^5.6.1", 24 "@zeit/next-css": "^1.0.1", 25 "babel-plugin-module-resolver": "3.1.1", 26 "babel-plugin-preval": "^3.0.1", 27 "cross-env": "^5.2.0", 28 "docsearch.js": "^2.5.2", 29 "emoji-regex": "9.0.0", 30 "emotion": "^9.2.9", 31 "emotion-server": "^9.2.9", 32 "front-matter": "^2.3.0", 33 "fs-extra": "^6.0.1", 34 "github-slugger": "^1.2.0", 35 "hotshot": "^1.0.5", 36 "next": "^9.5.3", 37 "nprogress": "0.2.0", 38 "prism-react-renderer": "1.0.2", 39 "prop-types": "15.6.2", 40 "react": "^16.8.1", 41 "react-diff-view": "^2.4.4", 42 "react-dom": "^16.8.1", 43 "react-emotion": "^9.2.9", 44 "react-player": "^1.11.1", 45 "react-visibility-sensor": "^5.1.0" 46 }, 47 "devDependencies": { 48 "@testing-library/jest-dom": "5.11.0", 49 "@testing-library/react": "10.4.3", 50 "axios": "^0.19.2", 51 "danger": "^9.2.10", 52 "http-server": "^0.12.3", 53 "jest": "26.1.0", 54 "prettier": "^1.18.2", 55 "puppeteer": "^3.3.0", 56 "rimraf": "^3.0.2", 57 "semver": "^7.3.2" 58 } 59} 60