UNPKG

785 BJSONView Raw
1{
2 "name": "@docusaurus/types",
3 "version": "0.0.0-5928",
4 "description": "Common types for Docusaurus packages.",
5 "types": "./src/index.d.ts",
6 "publishConfig": {
7 "access": "public"
8 },
9 "repository": {
10 "type": "git",
11 "url": "https://github.com/facebook/docusaurus.git",
12 "directory": "packages/docusaurus-types"
13 },
14 "license": "MIT",
15 "dependencies": {
16 "@mdx-js/mdx": "^3.0.0",
17 "@types/history": "^4.7.11",
18 "@types/react": "*",
19 "commander": "^5.1.0",
20 "joi": "^17.9.2",
21 "react-helmet-async": "^1.3.0",
22 "utility-types": "^3.10.0",
23 "webpack": "^5.88.1",
24 "webpack-merge": "^5.9.0"
25 },
26 "peerDependencies": {
27 "react": "^18.0.0",
28 "react-dom": "^18.0.0"
29 },
30 "gitHead": "129757169ff10ada4ff0dfbc3f2ccd83388849a4"
31}