-
-
Notifications
You must be signed in to change notification settings - Fork 8.5k
/
package.json
42 lines (42 loc) · 1.16 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "@docusaurus/preset-classic",
"version": "3.6.1",
"description": "Classic preset for Docusaurus.",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"build": "tsc",
"watch": "tsc --watch"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/facebook/docusaurus.git",
"directory": "packages/docusaurus-preset-classic"
},
"license": "MIT",
"dependencies": {
"@docusaurus/core": "3.6.1",
"@docusaurus/plugin-content-blog": "3.6.1",
"@docusaurus/plugin-content-docs": "3.6.1",
"@docusaurus/plugin-content-pages": "3.6.1",
"@docusaurus/plugin-debug": "3.6.1",
"@docusaurus/plugin-google-analytics": "3.6.1",
"@docusaurus/plugin-google-gtag": "3.6.1",
"@docusaurus/plugin-google-tag-manager": "3.6.1",
"@docusaurus/plugin-sitemap": "3.6.1",
"@docusaurus/theme-classic": "3.6.1",
"@docusaurus/theme-common": "3.6.1",
"@docusaurus/theme-search-algolia": "3.6.1",
"@docusaurus/types": "3.6.1"
},
"peerDependencies": {
"react": "^18.0.0",
"react-dom": "^18.0.0"
},
"engines": {
"node": ">=18.0"
}
}