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