xref: /expo/docs/package.json (revision 023bc8ea)
1{
2  "name": "expo-docs",
3  "version": "46.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    "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 **/*.{md,mdx}",
15    "lint": "tsc --noEmit && eslint .",
16    "lint-case": "case-police 'pages/**/*.mdx' -p brands,general,products,softwares -d expo-dict.json",
17    "lint-links": "remark -u validate-links ./pages",
18    "watch": "tsc --noEmit -w",
19    "test": "yarn generate-static-resoures && node --experimental-vm-modules node_modules/jest/bin/jest.js",
20    "schema-sync": "node --async-stack-traces --unhandled-rejections=strict ./scripts/schema-sync.js",
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  },
24  "dependencies": {
25    "@docsearch/react": "^3.2.1",
26    "@emotion/react": "^11.10.4",
27    "@expo/styleguide": "^4.3.0",
28    "@mdx-js/loader": "^2.1.3",
29    "@mdx-js/mdx": "^2.1.3",
30    "@mdx-js/react": "^2.1.3",
31    "@reach/tabs": "^0.17.0",
32    "@sentry/browser": "^5.6.1",
33    "front-matter": "^4.0.2",
34    "fs-extra": "^10.1.0",
35    "github-slugger": "^1.3.0",
36    "lodash": "^4.17.21",
37    "next": "^12.3.1",
38    "nprogress": "0.2.0",
39    "path-browserify": "^1.0.1",
40    "prism-react-renderer": "1.0.2",
41    "prop-types": "^15.8.1",
42    "react": "^18.2.0",
43    "react-diff-view": "^2.4.10",
44    "react-dom": "^18.2.0",
45    "react-grid-system": "^8.1.6",
46    "react-markdown": "^8.0.3",
47    "react-player": "^1.11.1",
48    "react-visibility-sensor": "^5.1.1",
49    "remark-frontmatter": "^4.0.1",
50    "remark-gfm": "^3.0.1",
51    "remark-mdx": "^2.1.3",
52    "remark-mdx-disable-explicit-jsx": "^0.1.0",
53    "remark-mdx-frontmatter": "^2.0.3",
54    "tippy.js": "^6.3.7"
55  },
56  "devDependencies": {
57    "@apidevtools/json-schema-ref-parser": "^9.0.9",
58    "@emotion/jest": "^11.10.0",
59    "@testing-library/jest-dom": "^5.16.5",
60    "@testing-library/react": "^13.4.0",
61    "@testing-library/react-hooks": "^8.0.1",
62    "@testing-library/user-event": "^14.4.3",
63    "@types/fs-extra": "^9.0.13",
64    "@types/github-slugger": "^1.3.0",
65    "@types/google.analytics": "^0.0.42",
66    "@types/gtag.js": "^0.0.10",
67    "@types/lodash": "^4.14.182",
68    "@types/node": "^16.11.45",
69    "@types/nprogress": "^0.2.0",
70    "@types/react": "^18.0.19",
71    "@types/react-dom": "^18.0.6",
72    "acorn": "^8.7.1",
73    "axios": "^0.27.2",
74    "case-police": "^0.5.6",
75    "danger": "^11.1.1",
76    "eslint": "^8.20.0",
77    "eslint-config-next": "^12.3.1",
78    "eslint-config-universe": "^11.1.0",
79    "eslint-plugin-lodash": "^7.4.0",
80    "eslint-plugin-testing-library": "^5.6.3",
81    "http-server": "^0.12.3",
82    "jest": "^29.0.3",
83    "jest-environment-jsdom": "^29.0.3",
84    "next-router-mock": "^0.7.4",
85    "prettier": "^2.7.1",
86    "puppeteer": "^17.1.3",
87    "react-test-renderer": "^18.2.0",
88    "rehype-slug": "^4.0.1",
89    "remark-cli": "^11.0.0",
90    "remark-validate-links": "^12.1.0",
91    "rimraf": "^3.0.2",
92    "semver": "^7.3.7",
93    "sitemap": "^7.1.1",
94    "typescript": "^4.7.4",
95    "unist-builder": "^3.0.0",
96    "unist-util-visit": "^3.1.0"
97  }
98}
99