Skip to content

Commit 2eaf965

Browse files
authored
➕ Fix local build (#86)
1 parent 2fe74bc commit 2eaf965

File tree

2 files changed

+43
-23
lines changed

2 files changed

+43
-23
lines changed

package-lock.json

+37-22
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+6-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
"docusaurus-json-schema-plugin": "^1.12.1",
2727
"postcss": "^8.4.32",
2828
"prism-react-renderer": "^2.3.0",
29-
"react": "^18.0.0",
3029
"react-ace": "^12.0.0",
3130
"react-dom": "^18.0.0",
3231
"tailwindcss": "^3.4.0"
@@ -35,6 +34,12 @@
3534
"@docusaurus/module-type-aliases": "^3.1.1",
3635
"@docusaurus/tsconfig": "^3.1.1",
3736
"@docusaurus/types": "^3.1.1",
37+
"@types/js-yaml": "^4.0.9",
38+
"@types/react": "^18.3.4",
39+
"ace-builds": "^1.36.1",
40+
"ajv": "^8.17.1",
41+
"js-yaml": "^4.1.0",
42+
"react": "^18.3.1",
3843
"typescript": "~5.2.2"
3944
},
4045
"browserslist": {

0 commit comments

Comments
 (0)