xref: /expo/docs/package.json (revision 8fbec2ec)
1{
2  "name": "expo-docs",
3  "version": "48.0.0",
4  "betaVersion": "49.0.0",
5  "private": true,
6  "type": "module",
7  "scripts": {
8    "dev": "yarn generate-static-resoures && next dev -p 3002",
9    "build": "next build",
10    "export": "yarn generate-static-resoures production && yarn run build && next export && yarn run export-issue-404",
11    "export-issue-404": "echo \"��  Patching https://github.com/vercel/next.js/issues/16528\"; cp out/404/index.html out/404.html",
12    "export-server": "http-server out -p 8000",
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.cjs",
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    "postinstall": "node --async-stack-traces --unhandled-rejections=strict ./scripts/copy-latest.js && yarn generate-static-resoures"
24  },
25  "dependencies": {
26    "@emotion/react": "^11.10.5",
27    "@expo/styleguide": "^8.0.0",
28    "@expo/styleguide-base": "^1.0.0",
29    "@expo/styleguide-icons": "^1.0.0",
30    "@mdx-js/loader": "^2.2.1",
31    "@mdx-js/mdx": "^2.2.1",
32    "@mdx-js/react": "^2.2.1",
33    "@reach/tabs": "^0.17.0",
34    "@sentry/react": "^7.24.1",
35    "@sentry/tracing": "^7.24.1",
36    "cmdk": "^0.2.0",
37    "date-fns": "^2.29.3",
38    "front-matter": "^4.0.2",
39    "fs-extra": "^10.1.0",
40    "github-slugger": "^1.3.0",
41    "lodash": "^4.17.21",
42    "next": "^13.3.1",
43    "nprogress": "0.2.0",
44    "path-browserify": "^1.0.1",
45    "prism-react-renderer": "1.0.2",
46    "prop-types": "^15.8.1",
47    "react": "^18.2.0",
48    "react-diff-view": "^2.4.10",
49    "react-dom": "^18.2.0",
50    "react-grid-system": "^8.1.6",
51    "react-markdown": "^8.0.4",
52    "react-player": "^1.11.1",
53    "react-visibility-sensor": "^5.1.1",
54    "remark-frontmatter": "^4.0.1",
55    "remark-gfm": "^3.0.1",
56    "remark-mdx": "^2.2.1",
57    "remark-mdx-disable-explicit-jsx": "^0.1.0",
58    "remark-mdx-frontmatter": "^2.1.1",
59    "tippy.js": "^6.3.7"
60  },
61  "devDependencies": {
62    "@apidevtools/json-schema-ref-parser": "^9.0.9",
63    "@emotion/jest": "^11.10.5",
64    "@testing-library/jest-dom": "^5.16.5",
65    "@testing-library/react": "^14.0.0",
66    "@testing-library/react-hooks": "^8.0.1",
67    "@testing-library/user-event": "^14.4.3",
68    "@tailwindcss/typography": "^0.5.9",
69    "@types/fs-extra": "^9.0.13",
70    "@types/github-slugger": "^1.3.0",
71    "@types/google.analytics": "^0.0.42",
72    "@types/gtag.js": "^0.0.12",
73    "@types/lodash": "^4.14.191",
74    "@types/node": "^16.11.45",
75    "@types/nprogress": "^0.2.0",
76    "@types/react": "^18.2.0",
77    "@types/react-dom": "^18.2.1",
78    "acorn": "^8.8.1",
79    "autoprefixer": "^10.4.13",
80    "axios": "^0.27.2",
81    "case-police": "^0.5.10",
82    "danger": "^11.2.0",
83    "eslint": "^8.29.0",
84    "eslint-config-next": "^13.1.6",
85    "eslint-config-universe": "^11.1.1",
86    "eslint-plugin-lodash": "^7.4.0",
87    "eslint-plugin-tailwindcss": "^3.10.1",
88    "eslint-plugin-testing-library": "^5.9.1",
89    "http-server": "^0.12.3",
90    "jest": "^29.3.1",
91    "jest-environment-jsdom": "^29.3.1",
92    "next-router-mock": "^0.9.3",
93    "postcss": "^8.4.21",
94    "postcss-import": "^15.1.0",
95    "prettier": "^2.8.1",
96    "puppeteer": "^17.1.3",
97    "react-test-renderer": "^18.2.0",
98    "rehype-slug": "^4.0.1",
99    "remark-cli": "^11.0.0",
100    "remark-validate-links": "^12.1.0",
101    "rimraf": "^3.0.2",
102    "semver": "^7.5.2",
103    "sitemap": "^7.1.1",
104    "tailwindcss": "^3.3.2",
105    "typescript": "^5.1.3",
106    "unist-builder": "^3.0.0",
107    "unist-util-visit": "^3.1.0",
108    "user-agent-data-types": "^0.3.0"
109  }
110}
111