-
Notifications
You must be signed in to change notification settings - Fork 1.4k
/
package.json
38 lines (38 loc) · 973 Bytes
/
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
{
"name": "website",
"version": "1.0.3",
"private": true,
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"scripts": {
"build": "docusaurus build"
},
"devDependencies": {
"@docusaurus/core": "3.6.1",
"@docusaurus/plugin-google-analytics": "3.6.1",
"@docusaurus/preset-classic": "3.6.1",
"@docusaurus/theme-common": "3.6.1",
"@docusaurus/theme-live-codeblock": "3.6.1",
"@docusaurus/types": "3.6.1",
"@formatjs/icu-messageformat-parser": "workspace:*",
"@mdx-js/react": "3.1.0",
"@orama/plugin-docusaurus-v3": "3.0.1",
"classnames": "2.5.1",
"http-server": "14.1.1",
"intl-messageformat": "workspace:*",
"prism-react-renderer": "2.4.0",
"react-intl": "workspace:*",
"react-live": "4.1.7",
"typescript": "5"
}
}