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 "lint": "tsc --noEmit && eslint .", 15 "watch": "tsc --noEmit -w", 16 "test": "jest", 17 "schema-sync": "node --async-stack-traces --unhandled-rejections=strict ./scripts/schema-sync.js" 18 }, 19 "dependencies": { 20 "@emotion/core": "^10.0.35", 21 "@expo/spawn-async": "^1.5.0", 22 "@mdx-js/loader": "^1.6.16", 23 "@mdx-js/mdx": "^1.6.16", 24 "@mdx-js/react": "^1.6.16", 25 "@mdx-js/runtime": "^1.6.16", 26 "@reach/tabs": "^0.10.3", 27 "@sentry/browser": "^5.6.1", 28 "babel-plugin-module-resolver": "3.1.1", 29 "babel-plugin-preval": "^3.0.1", 30 "cross-env": "^5.2.0", 31 "docsearch.js": "^2.5.2", 32 "emoji-regex": "9.0.0", 33 "emotion": "^10.0.27", 34 "emotion-server": "^10.0.27", 35 "front-matter": "^2.3.0", 36 "fs-extra": "^6.0.1", 37 "github-slugger": "^1.3.0", 38 "hotshot": "^1.0.5", 39 "lodash": "^4.17.20", 40 "next": "^9.5.3", 41 "nprogress": "0.2.0", 42 "prism-react-renderer": "1.0.2", 43 "prop-types": "15.6.2", 44 "react": "^16.8.1", 45 "react-diff-view": "^2.4.4", 46 "react-dom": "^16.8.1", 47 "react-player": "^1.11.1", 48 "react-visibility-sensor": "^5.1.0" 49 }, 50 "devDependencies": { 51 "@emotion/babel-preset-css-prop": "^10.0.27", 52 "@testing-library/jest-dom": "5.11.0", 53 "@testing-library/react": "10.4.3", 54 "@types/github-slugger": "^1.3.0", 55 "@types/lodash": "^4.14.161", 56 "@types/mdx-js__react": "^1.5.3", 57 "@types/node": "^14.11.2", 58 "@types/react": "^16.9.49", 59 "@typescript-eslint/eslint-plugin": "^3.9.1", 60 "@typescript-eslint/parser": "^3.9.1", 61 "axios": "^0.19.2", 62 "babel-plugin-emotion": "^10.0.33", 63 "danger": "^9.2.10", 64 "eslint": "^7.9.0", 65 "eslint-config-universe": "^4.0.0", 66 "http-server": "^0.12.3", 67 "jest": "26.1.0", 68 "prettier": "^1.18.2", 69 "puppeteer": "^3.3.0", 70 "rimraf": "^3.0.2", 71 "semver": "^7.3.2", 72 "sitemap": "^6.3.0", 73 "typescript": "^4.0.3" 74 } 75} 76