1{ 2 "name": "expo-docs", 3 "version": "49.0.0", 4 "private": true, 5 "type": "module", 6 "scripts": { 7 "dev": "yarn generate-static-resoures && next dev -p 3002", 8 "build": "next build", 9 "export": "yarn generate-static-resoures production && 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 "test-links": "node --async-stack-traces --unhandled-rejections=strict ./scripts/test-links.js", 13 "prettier": "prettier --write **/*.{md,mdx}", 14 "lint": "tsc --noEmit && eslint .", 15 "lint-links": "remark -u validate-links ./pages", 16 "lint-prose": "vale .", 17 "watch": "tsc --noEmit -w", 18 "test": "yarn generate-static-resoures && node --experimental-vm-modules node_modules/jest/bin/jest.js", 19 "schema-sync": "node --async-stack-traces --unhandled-rejections=strict ./scripts/schema-sync.cjs", 20 "resource-specs-sync": "node --async-stack-traces --unhandled-rejections=strict ./scripts/resource-specs-sync.mjs", 21 "remove-version": "node --unhandled-rejections=strict ./scripts/remove-version.js", 22 "generate-static-resoures": "rimraf public/static/constants && node --unhandled-rejections=strict ./scripts/generate-static-resources.js", 23 "postinstall": "node --async-stack-traces --unhandled-rejections=strict ./scripts/copy-latest.js && yarn generate-static-resoures" 24 }, 25 "dependencies": { 26 "@emotion/react": "^11.10.5", 27 "@expo/styleguide": "^8.0.0", 28 "@expo/styleguide-base": "^1.0.0", 29 "@expo/styleguide-icons": "^1.0.0", 30 "@mdx-js/loader": "^2.2.1", 31 "@mdx-js/mdx": "^2.2.1", 32 "@mdx-js/react": "^2.2.1", 33 "@reach/tabs": "^0.17.0", 34 "@sentry/react": "^7.24.1", 35 "@sentry/tracing": "^7.24.1", 36 "cmdk": "^0.2.0", 37 "date-fns": "^2.29.3", 38 "front-matter": "^4.0.2", 39 "fs-extra": "^10.1.0", 40 "github-slugger": "^1.3.0", 41 "lodash": "^4.17.21", 42 "next": "^13.4.9", 43 "nprogress": "0.2.0", 44 "path-browserify": "^1.0.1", 45 "prism-react-renderer": "1.0.2", 46 "prop-types": "^15.8.1", 47 "react": "^18.2.0", 48 "react-diff-view": "^2.4.10", 49 "react-dom": "^18.2.0", 50 "react-grid-system": "^8.1.6", 51 "react-markdown": "^8.0.4", 52 "react-player": "^1.11.1", 53 "react-visibility-sensor": "^5.1.1", 54 "remark-frontmatter": "^4.0.1", 55 "remark-gfm": "^3.0.1", 56 "remark-mdx": "^2.2.1", 57 "remark-mdx-disable-explicit-jsx": "^0.1.0", 58 "remark-mdx-frontmatter": "^2.1.1", 59 "tippy.js": "^6.3.7" 60 }, 61 "devDependencies": { 62 "@apidevtools/json-schema-ref-parser": "^9.0.9", 63 "@emotion/jest": "^11.10.5", 64 "@ocular-d/vale-bin": "^2.28.2", 65 "@tailwindcss/typography": "^0.5.9", 66 "@testing-library/jest-dom": "^5.16.5", 67 "@testing-library/react": "^14.0.0", 68 "@testing-library/react-hooks": "^8.0.1", 69 "@testing-library/user-event": "^14.4.3", 70 "@types/fs-extra": "^9.0.13", 71 "@types/github-slugger": "^1.3.0", 72 "@types/google.analytics": "^0.0.42", 73 "@types/gtag.js": "^0.0.12", 74 "@types/lodash": "^4.14.191", 75 "@types/node": "^16.11.45", 76 "@types/nprogress": "^0.2.0", 77 "@types/react": "^18.2.0", 78 "@types/react-dom": "^18.2.1", 79 "acorn": "^8.8.1", 80 "autoprefixer": "^10.4.13", 81 "axios": "^0.27.2", 82 "danger": "^11.2.0", 83 "eslint": "^8.44.0", 84 "eslint-config-next": "^13.4.9", 85 "eslint-config-universe": "^11.3.0", 86 "eslint-plugin-lodash": "^7.4.0", 87 "eslint-plugin-tailwindcss": "^3.13.0", 88 "eslint-plugin-testing-library": "^5.11.0", 89 "http-server": "^0.12.3", 90 "jest": "^29.3.1", 91 "jest-environment-jsdom": "^29.3.1", 92 "next-router-mock": "^0.9.3", 93 "postcss": "^8.4.21", 94 "postcss-import": "^15.1.0", 95 "prettier": "^2.8.8", 96 "puppeteer": "^17.1.3", 97 "react-test-renderer": "^18.2.0", 98 "rehype-slug": "^4.0.1", 99 "remark-cli": "^11.0.0", 100 "remark-validate-links": "^12.1.0", 101 "rimraf": "^3.0.2", 102 "semver": "^7.5.2", 103 "sitemap": "^7.1.1", 104 "tailwindcss": "^3.3.2", 105 "typescript": "^5.1.3", 106 "unist-builder": "^3.0.0", 107 "unist-util-visit": "^3.1.0", 108 "user-agent-data-types": "^0.3.0" 109 } 110} 111