mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-22 05:27:00 +02:00
refactor(v2): TS config update: reduce the size of npm modules (#4375)
* feat(v2): Reduce the size of the npm modules Signed-off-by: Reece Dunham <me@rdil.rocks> * Fix conflicts * Update search.js Co-authored-by: slorber <lorber.sebastien@gmail.com>
This commit is contained in:
parent
b99a4031c6
commit
76c0b11632
20 changed files with 45 additions and 22 deletions
|
@ -20,7 +20,8 @@
|
|||
"@docusaurus/core": "2.0.0-alpha.72",
|
||||
"@docusaurus/types": "2.0.0-alpha.72",
|
||||
"@docusaurus/utils": "2.0.0-alpha.72",
|
||||
"react-json-view": "^1.21.1"
|
||||
"react-json-view": "^1.21.1",
|
||||
"tslib": "^2.1.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"react": "^16.8.4 || ^17.0.0",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue