xref: /expo/docs/package.json (revision 3cd145fd)
1{
2  "name": "expo-docs",
3  "version": "40.0.0",
4  "betaVersion": "41.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=8192 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  },
21  "resolutions": {
22    "webpack": "^5.28.0"
23  },
24  "dependencies": {
25    "@emotion/core": "^10.0.35",
26    "@expo/spawn-async": "^1.5.0",
27    "@expo/styleguide": "^2.1.4",
28    "@mdx-js/loader": "^1.6.16",
29    "@mdx-js/mdx": "^1.6.16",
30    "@mdx-js/react": "^1.6.16",
31    "@mdx-js/runtime": "^1.6.16",
32    "@reach/tabs": "^0.10.3",
33    "@sentry/browser": "^5.6.1",
34    "babel-plugin-module-resolver": "3.1.1",
35    "babel-plugin-preval": "^3.0.1",
36    "cross-env": "^5.2.0",
37    "docsearch.js": "^2.5.2",
38    "emoji-regex": "9.0.0",
39    "emotion": "^10.0.27",
40    "emotion-server": "^10.0.27",
41    "front-matter": "^2.3.0",
42    "fs-extra": "^6.0.1",
43    "github-slugger": "^1.3.0",
44    "hotshot": "^1.0.5",
45    "lodash": "^4.17.20",
46    "next": "^10.1.2",
47    "nprogress": "0.2.0",
48    "path-browserify": "^1.0.1",
49    "prism-react-renderer": "1.0.2",
50    "prop-types": "15.6.2",
51    "react": "^16.8.1",
52    "react-diff-view": "^2.4.4",
53    "react-dom": "^16.8.1",
54    "react-markdown": "^5.0.3",
55    "react-player": "^1.11.1",
56    "react-visibility-sensor": "^5.1.0"
57  },
58  "devDependencies": {
59    "@apidevtools/json-schema-ref-parser": "^9.0.7",
60    "@emotion/babel-preset-css-prop": "^10.0.27",
61    "@testing-library/jest-dom": "5.11.0",
62    "@testing-library/react": "10.4.3",
63    "@types/fs-extra": "^9.0.7",
64    "@types/github-slugger": "^1.3.0",
65    "@types/google.analytics": "^0.0.41",
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": "^16.9.49",
72    "@typescript-eslint/eslint-plugin": "^3.9.1",
73    "@typescript-eslint/parser": "^3.9.1",
74    "axios": "^0.19.2",
75    "babel-plugin-emotion": "^10.0.33",
76    "danger": "^9.2.10",
77    "esbuild-loader": "^2.9.2",
78    "eslint": "^7.9.0",
79    "eslint-config-universe": "^4.0.0",
80    "http-server": "^0.12.3",
81    "jest": "26.1.0",
82    "prettier": "^1.18.2",
83    "puppeteer": "^3.3.0",
84    "remark-cli": "^9.0.0",
85    "remark-validate-links": "^10.0.2",
86    "rimraf": "^3.0.2",
87    "semver": "^7.3.2",
88    "sitemap": "^6.3.0",
89    "typescript": "^4.0.3"
90  }
91}
92