/
githubmirror
/
docusaurus
Обзор
Документация
Войти
/
githubmirror
/
docusaurus
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
packages/docusaurus-module-type-aliases/package.json
28 строк
776 B
Sébastien Lorber
chore: bump package.json versions, mostly for canary release versioning (#11980)
30 апр 2026, 18:09
Не верифицирован
30 апр 2026, 18:09
3f10bdc
Код
Авторство
О чём код?
{ "name": "@docusaurus/module-type-aliases", "version": "3.10.1", "description": "Docusaurus module type aliases.", "types": "./src/index.d.ts", "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "https://github.com/facebook/docusaurus.git", "directory": "packages/docusaurus-module-type-aliases" }, "dependencies": { "@docusaurus/types": "3.10.1", "@types/history": "^4.7.11", "@types/react": "19.2.14", "@types/react-router-config": "*", "@types/react-router-dom": "*", "react-helmet-async": "npm:@slorber/react-helmet-async@1.3.0", "react-loadable": "npm:@docusaurus/react-loadable@6.0.0" }, "peerDependencies": { "react": "*", "react-dom": "*" }, "license": "MIT" }