xref: /expo/docs/package.json (revision 20469055)
1{
2  "name": "expo-docs",
3  "version": "43.0.0",
4  "betaVersion": "44.0.0",
5  "private": true,
6  "scripts": {
7    "dev": "rimraf .next/preval && next dev -p 3002",
8    "build": "cross-env NODE_OPTIONS=--max-old-space-size=5120 next build",
9    "export": "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    "import-react-native-docs": "node ./scripts/import-react-native-docs.js",
13    "test-links": "node --async-stack-traces --unhandled-rejections=strict ./scripts/test-links.js",
14    "prettier": "prettier --write '**/*.{js,ts,tsx,md}'",
15    "lint": "tsc --noEmit && eslint .",
16    "lint-links": "remark -u validate-links ./pages",
17    "watch": "tsc --noEmit -w",
18    "test": "jest",
19    "schema-sync": "node --async-stack-traces --unhandled-rejections=strict ./scripts/schema-sync.js",
20    "remove-version": "node --unhandled-rejections=strict ./scripts/remove-version.js"
21  },
22  "resolutions": {
23    "webpack": "^5.28.0"
24  },
25  "dependencies": {
26    "@emotion/react": "^11.4.0",
27    "@expo/spawn-async": "^1.5.0",
28    "@expo/styleguide": "^3.0.0",
29    "@mdx-js/loader": "^1.6.22",
30    "@mdx-js/mdx": "^1.6.22",
31    "@mdx-js/react": "^1.6.22",
32    "@mdx-js/runtime": "^1.6.22",
33    "@reach/tabs": "^0.15.0",
34    "@sentry/browser": "^5.6.1",
35    "docsearch.js": "^2.5.2",
36    "emoji-regex": "^9.2.2",
37    "front-matter": "^2.3.0",
38    "fs-extra": "^6.0.1",
39    "github-slugger": "^1.3.0",
40    "hotshot": "^1.0.5",
41    "lodash": "^4.17.20",
42    "next": "^10.2.3",
43    "nprogress": "0.2.0",
44    "path-browserify": "^1.0.1",
45    "prism-react-renderer": "1.0.2",
46    "prop-types": "15.7.2",
47    "react": "^17.0.2",
48    "react-diff-view": "^2.4.7",
49    "react-dom": "^17.0.2",
50    "react-markdown": "^6.0.3",
51    "react-player": "^1.11.1",
52    "react-visibility-sensor": "^5.1.1",
53    "remark-gfm": "^1.0.0",
54    "tippy.js": "^6.3.1"
55  },
56  "devDependencies": {
57    "@apidevtools/json-schema-ref-parser": "^9.0.9",
58    "@babel/core": "^7.13.14",
59    "@emotion/babel-preset-css-prop": "^11.2.0",
60    "@testing-library/jest-dom": "5.11.0",
61    "@testing-library/react": "10.4.3",
62    "@types/fs-extra": "^9.0.11",
63    "@types/github-slugger": "^1.3.0",
64    "@types/google.analytics": "^0.0.41",
65    "@types/gtag.js": "^0.0.6",
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": "^17.0.11",
72    "axios": "^0.19.2",
73    "babel-plugin-module-resolver": "3.1.1",
74    "babel-plugin-preval": "^3.0.1",
75    "cross-env": "^5.2.0",
76    "danger": "^9.2.10",
77    "esbuild-loader": "^2.13.1",
78    "eslint": "^7.31.0",
79    "eslint-config-next": "^10.2.3",
80    "eslint-config-universe": "^7.0.1",
81    "eslint-plugin-lodash": "^7.2.0",
82    "http-server": "^0.12.3",
83    "jest": "26.1.0",
84    "js-yaml": "^4.1.0",
85    "prettier": "^2.3.1",
86    "puppeteer": "^10.2.0",
87    "remark-cli": "^9.0.0",
88    "remark-frontmatter": "^2.0.0",
89    "remark-validate-links": "^10.0.4",
90    "rimraf": "^3.0.2",
91    "semver": "^7.3.5",
92    "sitemap": "^6.3.0",
93    "typescript": "^4.0.3",
94    "unist-builder": "^2.0.0"
95  }
96}
97