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