xref: /expo/docs/package.json (revision af644ed4)
1{
2  "name": "expo-docs",
3  "version": "45.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=6144 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-case": "case-police 'pages/**/*.md' -p brands,general,products,softwares -d expo-dict.json",
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": "^4.0.4",
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    "date-fns": "^2.28.0",
36    "docsearch.js": "^2.5.2",
37    "emoji-regex": "^9.2.2",
38    "front-matter": "^2.3.0",
39    "fs-extra": "^6.0.1",
40    "github-slugger": "^1.3.0",
41    "hotshot": "^1.0.5",
42    "lodash": "^4.17.20",
43    "next": "^11.1.4",
44    "nprogress": "0.2.0",
45    "path-browserify": "^1.0.1",
46    "prism-react-renderer": "1.0.2",
47    "prop-types": "15.7.2",
48    "react": "^17.0.2",
49    "react-diff-view": "^2.4.7",
50    "react-dom": "^17.0.2",
51    "react-feather": "^2.0.9",
52    "react-grid-system": "^8.1.3",
53    "react-markdown": "^6.0.3",
54    "react-player": "^1.11.1",
55    "react-visibility-sensor": "^5.1.1",
56    "remark-gfm": "^1.0.0",
57    "tippy.js": "^6.3.1"
58  },
59  "devDependencies": {
60    "@apidevtools/json-schema-ref-parser": "^9.0.9",
61    "@babel/core": "^7.13.14",
62    "@emotion/babel-preset-css-prop": "^11.2.0",
63    "@emotion/jest": "^11.7.1",
64    "@testing-library/jest-dom": "^5.16.4",
65    "@testing-library/react": "^12.1.5",
66    "@testing-library/react-hooks": "^7.0.2",
67    "@testing-library/user-event": "^14.1.1",
68    "@types/cacache": "^15.0.1",
69    "@types/fs-extra": "^9.0.11",
70    "@types/github-slugger": "^1.3.0",
71    "@types/google.analytics": "^0.0.41",
72    "@types/gtag.js": "^0.0.6",
73    "@types/lodash": "^4.14.161",
74    "@types/long": "^4.0.1",
75    "@types/mdx-js__react": "^1.5.3",
76    "@types/node": "^14.11.2",
77    "@types/nprogress": "^0.2.0",
78    "@types/react": "^17.0.11",
79    "axios": "^0.21.2",
80    "babel-plugin-module-resolver": "3.1.1",
81    "babel-plugin-preval": "^3.0.1",
82    "case-police": "^0.5.3",
83    "cross-env": "^5.2.0",
84    "danger": "^9.2.10",
85    "esbuild-loader": "^2.13.1",
86    "eslint": "^8.6.0",
87    "eslint-config-next": "^10.2.3",
88    "eslint-config-universe": "^10.0.0",
89    "eslint-plugin-lodash": "^7.3.0",
90    "eslint-plugin-testing-library": "^5.5.0",
91    "http-server": "^0.12.3",
92    "jest": "^27.4.7",
93    "js-yaml": "^4.1.0",
94    "prettier": "^2.3.1",
95    "puppeteer": "^10.2.0",
96    "react-test-renderer": "^17.0.2",
97    "rehype-slug": "^4.0.1",
98    "remark-cli": "^9.0.0",
99    "remark-frontmatter": "^2.0.0",
100    "remark-validate-links": "^10.0.4",
101    "rimraf": "^3.0.2",
102    "semver": "^7.3.5",
103    "sitemap": "^6.3.0",
104    "typescript": "^4.5.4",
105    "unist-builder": "^2.0.0",
106    "unist-util-visit": "^2.0.3"
107  }
108}
109