mirror of
https://github.com/facebook/docusaurus.git
synced 2026-06-29 04:00:23 -04:00
3f10bdc930
* v4.0.0
* bump package.json versions, mostly for canary release versioning
* use triple installs for supply chain workflow
* Revert "v4.0.0"
This reverts commit 8303548033.
* v3.10.1
* revert versioning docs
38 lines
873 B
JSON
38 lines
873 B
JSON
{
|
|
"name": "@docusaurus/plugin-svgr",
|
|
"version": "3.10.1",
|
|
"description": "SVGR plugin for Docusaurus.",
|
|
"main": "lib/index.js",
|
|
"types": "lib/index.d.ts",
|
|
"scripts": {
|
|
"build": "tsc --build",
|
|
"watch": "tsc --build --watch"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/facebook/docusaurus.git",
|
|
"directory": "packages/docusaurus-plugin-svgr"
|
|
},
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@docusaurus/core": "3.10.1",
|
|
"@docusaurus/types": "3.10.1",
|
|
"@docusaurus/utils": "3.10.1",
|
|
"@docusaurus/utils-validation": "3.10.1",
|
|
"@svgr/core": "^8.1.0",
|
|
"@svgr/webpack": "^8.1.0",
|
|
"tslib": "^2.6.0",
|
|
"webpack": "^5.106.2"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^19.2.5",
|
|
"react-dom": "^19.2.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=24.14"
|
|
}
|
|
}
|